mac80211: add support for Rx reordering offloading
authorMichal Kazior <michal.kazior@tieto.com>
Wed, 16 Jul 2014 10:12:15 +0000 (12:12 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 21 Jul 2014 15:42:07 +0000 (17:42 +0200)
Some drivers may be performing most of Tx/Rx
aggregation on their own (e.g. in firmware)
including AddBa/DelBa negotiations but may
otherwise require Rx reordering assistance.

The patch exports 2 new functions for establishing
Rx aggregation sessions in assumption device
driver has taken care of the necessary
negotiations.

Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
[fix endian bug]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found