]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: always set the buf_size in AddBA req to 64
authorGregory Greenman <gregory.greenman@intel.com>
Tue, 17 Nov 2015 08:24:38 +0000 (10:24 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 20 Nov 2015 10:39:40 +0000 (11:39 +0100)
commit7463e9c8434b25b6f8a014c81fff9b71187e896b
tree60fce4ba2b21ea96b5002a8a7b92553b75e01965
parentd69ab3f378f151f76ff0961e9b0a2289782f3300
mac80211: always set the buf_size in AddBA req to 64

Advertising reordering window in ADDBA less than 64 can crash some APs,
an example is LinkSys WRT120N (with FW v1.0.07 build 002 Jun 18 2012).
On the other hand, a driver may need to limit Tx A-MPDU size for its own
reasons, like specific HW limitations.

Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/agg-tx.c