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-22 14:52:27 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-22 14:52:27 +0000
commit4e2184ff3c011205e79ed353c0efdf99d84b4918 (patch)
treea1d8fbd35070126989147a3448bb737f5406d475 /package/mac80211/patches/421-ath9k_print_correct_revision_of_an_unsupported_radio.patch
parent47eda9ece5773c3cf19395bec843e2b6a3222cf7 (diff)
[package] mac80211: update compat-wireless to 2009-01-19
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14145 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, 0 insertions, 15 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
deleted file mode 100644
index 620ea591e..000000000
--- a/package/mac80211/patches/421-ath9k_print_correct_revision_of_an_unsupported_radio.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/drivers/net/wireless/ath9k/hw.c
-+++ b/drivers/net/wireless/ath9k/hw.c
-@@ -509,10 +509,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;
- }
-