From: Eyal Shapira Date: Tue, 29 May 2012 09:00:22 +0000 (-0700) Subject: mac80211: fix ADDBA declined after suspend with wowlan X-Git-Tag: v3.5-rc1~35^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b21aea04d084916ac4e0e8852dcc9cd60ec0d1d;p=pandora-kernel.git mac80211: fix ADDBA declined after suspend with wowlan WLAN_STA_BLOCK_BA is set while suspending but doesn't get cleared when resuming in case of wowlan. This causes further ADDBA requests received to be rejected. Fix it by clearing it in the wowlan path as well. Signed-off-by: Eyal Shapira Reviewed-by: Johannes Berg Cc: stable@vger.kernel.org Signed-off-by: John W. Linville --- Reading git-diff-tree failed