commit | abd43a6a68b2f69821eef3daf789242b262ba2c0 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Fri May 23 20:05:28 2014 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed May 28 16:22:48 2014 +0200 |
tree | 727522f4ce78e2f36af5a3e97fc7ef6bbca05629 | |
parent | 923eaf367206e01f22c97aee22300e332d071916 [diff] |
mac80211: reduce packet loss notifications under load During strong signal fluctuations under high throughput, few consecutive failed A-MPDU transmissions can easily trigger packet loss notification, and thus (in AP mode) client disconnection. Reduce the number of false positives by checking the A-MPDU status flag and treating a failed A-MPDU as a single packet. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Johannes Berg <johannes.berg@intel.com>