summaryrefslogtreecommitdiff
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2012-03-28 08:58:38 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2012-04-10 18:54:08 (GMT)
commit7213cf2cb0dfbb4d6b55a1da000d34338f76c0e3 (patch)
tree18f2802271d1f0f6924790922e8e59514c11046c /net/mac80211/ieee80211_i.h
parent64f68e5d15bee47e0d6d0c57a1cf52cedd9b3527 (diff)
downloadlinux-fsl-qoriq-7213cf2cb0dfbb4d6b55a1da000d34338f76c0e3.tar.xz
mac80211: remove queue stop on rate control update
We currently stop the queue when changing the rate control between 20/40 MHz in the BSS. This seems to have been necessary when we actually changed the channel, but now that we just update the station it doesn't seem right any more. Remove it. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 867b8ee..93b075e 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -757,7 +757,6 @@ enum queue_stop_reason {
IEEE80211_QUEUE_STOP_REASON_AGGREGATION,
IEEE80211_QUEUE_STOP_REASON_SUSPEND,
IEEE80211_QUEUE_STOP_REASON_SKB_ADD,
- IEEE80211_QUEUE_STOP_REASON_CHTYPE_CHANGE,
};
#ifdef CONFIG_MAC80211_LEDS