mac80211: fix monitor-only injection
authorFelix Fietkau <nbd@openwrt.org>
Sat, 23 Feb 2013 17:41:58 +0000 (17:41 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 23 Feb 2013 17:41:58 +0000 (17:41 +0000)
SVN-Revision: 35760

package/mac80211/patches/300-pending_work.patch

index 68f9ceba69fe2a12dd0112761061cb2b7230bfa7..c6633af8a3d8346c1c6d0673a4e615d4c5515674 100644 (file)
                            TEST(TDLS_PEER_AUTH), TEST(4ADDR_EVENT),
 --- a/net/mac80211/iface.c
 +++ b/net/mac80211/iface.c
+@@ -107,7 +107,7 @@ void ieee80211_recalc_idle(struct ieee80
+       lockdep_assert_held(&local->mtx);
+-      active = !list_empty(&local->chanctx_list);
++      active = !list_empty(&local->chanctx_list) || local->monitors;
+       if (!local->ops->remain_on_channel) {
+               list_for_each_entry(roc, &local->roc_list, list) {
 @@ -436,7 +436,6 @@ int ieee80211_do_open(struct wireless_de
        struct ieee80211_sub_if_data *sdata = IEEE80211_WDEV_TO_SUB_IF(wdev);
        struct net_device *dev = wdev->netdev;