summaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2018-09-23 19:10:22 +0200
committerJohn Crispin <john@phrozen.org>2018-09-26 16:39:44 +0200
commit4fcbad1aa093413bbe404163e0bbe5b29f6c125a (patch)
tree3798983e33e10afc83a8ca08e6144ebb8f9e833e /package/kernel/mac80211
parentec684ce193be84b3c2a25f6a3cfcc91bf3d75bfd (diff)
downloadopenwrt-4fcbad1aa093413bbe404163e0bbe5b29f6c125a.tar.gz
openwrt-4fcbad1aa093413bbe404163e0bbe5b29f6c125a.tar.bz2
openwrt-4fcbad1aa093413bbe404163e0bbe5b29f6c125a.zip
mac80211: fix compile warning in 986-rt2x00-add-TX-LOFT-calibration.patch
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/kernel/mac80211')
-rw-r--r--package/kernel/mac80211/patches/rt2x00/986-rt2x00-add-TX-LOFT-calibration.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/rt2x00/986-rt2x00-add-TX-LOFT-calibration.patch b/package/kernel/mac80211/patches/rt2x00/986-rt2x00-add-TX-LOFT-calibration.patch
index 928b4f4217..078490a691 100644
--- a/package/kernel/mac80211/patches/rt2x00/986-rt2x00-add-TX-LOFT-calibration.patch
+++ b/package/kernel/mac80211/patches/rt2x00/986-rt2x00-add-TX-LOFT-calibration.patch
@@ -115,7 +115,7 @@
+ rf_reg_record[CHAIN_1][12].reg = 20;
+ rf_reg_record[CHAIN_1][12].value = rfvalue;
+ } else {
-+ rt2x00_warn(rt2x00dev, "%s: Unknown chain = %u\n", chain);
++ rt2x00_warn(rt2x00dev, "Unknown chain = %u\n", chain);
+ return;
+ }
+