diff options
Diffstat (limited to 'net/mac80211/agg-rx.c')
-rw-r--r-- | net/mac80211/agg-rx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/agg-rx.c b/net/mac80211/agg-rx.c index cb9f80a94002..7d87f446f030 100644 --- a/net/mac80211/agg-rx.c +++ b/net/mac80211/agg-rx.c | |||
@@ -173,7 +173,7 @@ void ieee80211_process_addba_request(struct ieee80211_local *local, | |||
173 | 173 | ||
174 | status = WLAN_STATUS_REQUEST_DECLINED; | 174 | status = WLAN_STATUS_REQUEST_DECLINED; |
175 | 175 | ||
176 | if (test_sta_flags(sta, WLAN_STA_SUSPEND)) { | 176 | if (test_sta_flags(sta, WLAN_STA_BLOCK_BA)) { |
177 | #ifdef CONFIG_MAC80211_HT_DEBUG | 177 | #ifdef CONFIG_MAC80211_HT_DEBUG |
178 | printk(KERN_DEBUG "Suspend in progress. " | 178 | printk(KERN_DEBUG "Suspend in progress. " |
179 | "Denying ADDBA request\n"); | 179 | "Denying ADDBA request\n"); |