aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-11-12 22:11:33 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-11-12 22:11:33 +0000
commitd32df2f65a01ea6237d736c3c3c017830f58e781 (patch)
treea4a1eaea15e95e099378ba823a4b32c754342bde /package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch
parent23e82fd7ba81f610d46f0ca4ed301b151ca18f4e (diff)
downloadupstream-d32df2f65a01ea6237d736c3c3c017830f58e781.tar.gz
upstream-d32df2f65a01ea6237d736c3c3c017830f58e781.tar.bz2
upstream-d32df2f65a01ea6237d736c3c3c017830f58e781.zip
mac80211: update to wireless-testing 2013-11-05
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38783 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch')
-rw-r--r--package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch b/package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch
index 284a82a273..0ce6a6a38a 100644
--- a/package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch
+++ b/package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch
@@ -71,7 +71,7 @@
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
-@@ -717,6 +717,7 @@ enum ath_cal_list {
+@@ -727,6 +727,7 @@ enum ath_cal_list {
#define AH_USE_EEPROM 0x1
#define AH_UNPLUGGED 0x2 /* The card has been physically removed. */
#define AH_FASTCC 0x4
@@ -81,7 +81,7 @@
struct ath_ops reg_ops;
--- a/drivers/net/wireless/ath/ath9k/init.c
+++ b/drivers/net/wireless/ath/ath9k/init.c
-@@ -665,6 +665,8 @@ static int ath9k_init_softc(u16 devid, s
+@@ -695,6 +695,8 @@ static int ath9k_init_softc(u16 devid, s
ah->is_clk_25mhz = pdata->is_clk_25mhz;
ah->get_mac_revision = pdata->get_mac_revision;
ah->external_reset = pdata->external_reset;
@@ -89,7 +89,7 @@
+ ah->ah_flags |= AH_NO_EEP_SWAP;
}
- common = ath9k_hw_common(ah);
+ common->ops = &ah->reg_ops;
--- a/include/linux/ath9k_platform.h
+++ b/include/linux/ath9k_platform.h
@@ -31,6 +31,7 @@ struct ath9k_platform_data {