mac80211: send delBA on unexpected BlockAck Request
authorJohannes Berg <johannes.berg@intel.com>
Mon, 29 Aug 2016 20:25:19 +0000 (23:25 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 12 Sep 2016 09:46:31 +0000 (11:46 +0200)
commit53f249747d5ec6434415a6895b5690bf4f1d5d7d
tree94bc4438cf8b9648374ad5245a7d229be768d81a
parentbfe40fa395ddc41e45310a4426574703a05e1177
mac80211: send delBA on unexpected BlockAck Request

If we don't have a BA session, send delBA, as requested by the
IEEE 802.11 spec. Apply the same limit of sending such a delBA
only once as in the previous patch.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/rx.c