mac80211: hardware should not deny going back to legacy
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 10 Feb 2009 20:25:48 +0000 (21:25 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 13 Feb 2009 18:45:38 +0000 (13:45 -0500)
commit955d3fe3e8b38de19761e4ac7afdb9d7a33b9566
tree2f45485f88b9e9bc61aaddc6f9f187285cfc6501
parent8abd3f9bc476b5b7f6de1b6fb576b87ba338f7fd
mac80211: hardware should not deny going back to legacy

Doing so would be an MLME protocol violation when the peer disabled
the aggregation session. Quick driver review indicates that there are
error codes passed all over the drivers but cannot ever be nonzero
except in error conditions that would indicate mac80211 bugs.

No real changes here, since no drivers currently can return -EBUSY.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/agg-tx.c