diff options
author | Daniel Golle <daniel@makrotopia.org> | 2018-05-28 15:45:43 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2018-05-28 15:49:41 +0200 |
commit | f4a639a3d7d40b4f63c431c2d554c479fbcc6b74 (patch) | |
tree | 25886a3e2546e3f23223ca3d77a23f73e42b7670 /package/kernel/mac80211/Makefile | |
parent | 55f37310020c48ff575158791eb8dbcc6802c549 (diff) | |
download | upstream-f4a639a3d7d40b4f63c431c2d554c479fbcc6b74.tar.gz upstream-f4a639a3d7d40b4f63c431c2d554c479fbcc6b74.tar.bz2 upstream-f4a639a3d7d40b4f63c431c2d554c479fbcc6b74.zip |
mac80211: rt2x00: no longer use TXOP_BACKOFF for probe frames
Import a revert-commit from Stanislaw Gruszka which significantly
improves WiFi performance on rt2x00 based hardware.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/kernel/mac80211/Makefile')
-rw-r--r-- | package/kernel/mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index 77a3e68f5c..5666850eea 100644 --- a/package/kernel/mac80211/Makefile +++ b/package/kernel/mac80211/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mac80211 PKG_VERSION:=2017-11-01 -PKG_RELEASE:=8 +PKG_RELEASE:=9 PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources PKG_HASH:=8437ab7886b988c8152e7a4db30b7f41009e49a3b2cb863edd05da1ecd7eb05a |