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:
5d59bbc
)
b43: Fix beacon problem in ad-hoc mode
author
Manual Munz
<
[email protected]
>
Sun, 18 Sep 2011 23:24:03 +0000
(18:24 -0500)
committer
John W. Linville
<
[email protected]
>
Mon, 19 Sep 2011 18:51:51 +0000
(14:51 -0400)
In ad-hoc mode, driver b43 does not issue beacons.
Signed-off-by: Manual Munz <
[email protected]
>
Tested-by: Larry Finger <
[email protected]
>
Signed-off-by: Larry Finger <
[email protected]
>
Cc: Stable <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/b43/main.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/b43/main.c
b/drivers/net/wireless/b43/main.c
index 26f1ab840cc7b60c162c43d67b567de2d9b76f06..e293a7921bf073483a4a3bae8eb97318248dea2f 100644
(file)
--- a/
drivers/net/wireless/b43/main.c
+++ b/
drivers/net/wireless/b43/main.c
@@
-1632,7
+1632,8
@@
static void handle_irq_beacon(struct b43_wldev *dev)
u32 cmd, beacon0_valid, beacon1_valid;
if (!b43_is_mode(wl, NL80211_IFTYPE_AP) &&
- !b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT))
+ !b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT) &&
+ !b43_is_mode(wl, NL80211_IFTYPE_ADHOC))
return;
/* This is the bottom half of the asynchronous beacon update. */