aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iw/patches/120-antenna_gain.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2019-08-12 21:43:08 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2019-10-03 17:59:19 +0200
commit9a4fb78e7c4aeb795111693088f40d98216dd3e4 (patch)
tree45d2dd07e4f92bb72210fe13961fcca98149db19 /package/network/utils/iw/patches/120-antenna_gain.patch
parent4791afa734d4754cd92c65feffc60e62e4dc5c60 (diff)
downloadupstream-9a4fb78e7c4aeb795111693088f40d98216dd3e4.tar.gz
upstream-9a4fb78e7c4aeb795111693088f40d98216dd3e4.tar.bz2
upstream-9a4fb78e7c4aeb795111693088f40d98216dd3e4.zip
iw: Update to version 5.3
Wifi HE (ieee80211ax) parsing is currently only activated in the full version because it increases the compressed size by 2.5KBytes. This also activates link time optimization (LTO) again, the problem was fixed upstream This increases the uncompressed binary size of iw-tiny by about 1.7% old: 34446 iw_5.0.1-1_mipsel_24kc.ipk new: 35064 iw_5.3-1_mipsel_24kc.ipk Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/network/utils/iw/patches/120-antenna_gain.patch')
-rw-r--r--package/network/utils/iw/patches/120-antenna_gain.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iw/patches/120-antenna_gain.patch b/package/network/utils/iw/patches/120-antenna_gain.patch
index c81bcab602..f8d537fe1e 100644
--- a/package/network/utils/iw/patches/120-antenna_gain.patch
+++ b/package/network/utils/iw/patches/120-antenna_gain.patch
@@ -1,6 +1,6 @@
--- a/phy.c
+++ b/phy.c
-@@ -843,3 +843,30 @@ static int handle_get_txq(struct nl80211
+@@ -855,3 +855,30 @@ static int handle_get_txq(struct nl80211
COMMAND(get, txq, "",
NL80211_CMD_GET_WIPHY, 0, CIB_PHY, handle_get_txq,
"Get TXQ parameters.");