Merge branch 'master' of git://git.infradead.org/users/linville/wireless
[deliverable/linux.git] / drivers / net / wireless / b43 / main.c
index 24077023d4846d0af06c68d18d37d0beedb1eef1..56fa3a3648c43dbc32a015ece857a0f3f5bcaeac 100644 (file)
@@ -1637,7 +1637,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. */
This page took 0.025784 seconds and 5 git commands to generate.