projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77a980d
)
mwl8k: fix inverted error test in mwl8k_bss_info_changed()
author
Lennert Buytenhek
<buytenh@wantstofly.org>
Mon, 24 Aug 2009 13:42:36 +0000
(15:42 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 28 Aug 2009 18:40:42 +0000
(14:40 -0400)
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwl8k.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/mwl8k.c
b/drivers/net/wireless/mwl8k.c
index 41a708ce8730fd0f3af24a3a290e5fd499d5e5f9..4d3353cb308b95461b55995147b374153dedf615 100644
(file)
--- a/
drivers/net/wireless/mwl8k.c
+++ b/
drivers/net/wireless/mwl8k.c
@@
-2617,7
+2617,7
@@
static void mwl8k_bss_info_changed(struct ieee80211_hw *hw,
priv->capture_beacon = false;
rc = mwl8k_fw_lock(hw);
- if (
!
rc)
+ if (rc)
return;
if (info->assoc) {