From: Sujith Date: Tue, 17 Mar 2009 03:20:06 +0000 (+0530) Subject: mac80211: Tear down aggregation sessions for suspend/resume X-Git-Tag: v2.6.30-rc1~642^2^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=722f069a6dc95d7c6c2cdfbe3413899a3b768f9c;p=pandora-kernel.git mac80211: Tear down aggregation sessions for suspend/resume When the driver has been notified with a STA_REMOVE, it tears down the internal ADDBA state. On resume, trying to initiate aggregation would fail because mac80211 has not cleared the operational state for that . This can be fixed by tearing down the existing sessions on a suspend. Also, the driver can initiate a new BA session when suspend is in progress. This is fixed by marking the station as being in suspend state and denying ADDBA requests for such STAs. Signed-off-by: Sujith Acked-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed