summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/421-ath9k_print_correct_revision_of_an_unsupported_radio.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-03 13:48:27 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-03 13:48:27 +0000
commit1be286180b3df7250741aa92090fcf090bba0844 (patch)
tree71224dbb3013c58068fa193f377b8ec4c3828c80 /package/mac80211/patches/421-ath9k_print_correct_revision_of_an_unsupported_radio.patch
parent4469532cd6f4596a81ac16f2b3765cf2fae6712c (diff)
[package] mac80211: add preliminary support for the AR913x SoCs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13835 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/421-ath9k_print_correct_revision_of_an_unsupported_radio.patch')
-rw-r--r--package/mac80211/patches/421-ath9k_print_correct_revision_of_an_unsupported_radio.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/mac80211/patches/421-ath9k_print_correct_revision_of_an_unsupported_radio.patch b/package/mac80211/patches/421-ath9k_print_correct_revision_of_an_unsupported_radio.patch
new file mode 100644
index 000000000..2637eaa36
--- /dev/null
+++ b/package/mac80211/patches/421-ath9k_print_correct_revision_of_an_unsupported_radio.patch
@@ -0,0 +1,15 @@
+--- a/drivers/net/wireless/ath9k/hw.c
++++ b/drivers/net/wireless/ath9k/hw.c
+@@ -525,10 +525,10 @@ static int ath9k_hw_rf_claim(struct ath_
+ case AR_RAD2122_SREV_MAJOR:
+ break;
+ default:
+- DPRINTF(ah->ah_sc, ATH_DBG_CHANNEL,
++ DPRINTF(ah->ah_sc, ATH_DBG_FATAL,
+ "5G Radio Chip Rev 0x%02X is not "
+ "supported by this driver\n",
+- ah->ah_analog5GhzRev);
++ val);
+ return -EOPNOTSUPP;
+ }
+