aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-11-27 10:56:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-11-27 10:56:05 +0000
commite1ce4331d33a6e598d4a53aee6a792b59e887e0b (patch)
treeeb89840cd1d5733c7427b7087c6426cb20b7fe7c /package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch
parentc1aeede4086a72bd57733a1b6df718efe0fbc237 (diff)
downloadupstream-e1ce4331d33a6e598d4a53aee6a792b59e887e0b.tar.gz
upstream-e1ce4331d33a6e598d4a53aee6a792b59e887e0b.tar.bz2
upstream-e1ce4331d33a6e598d4a53aee6a792b59e887e0b.zip
ath9k: merge initval updates
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38926
Diffstat (limited to 'package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch')
-rw-r--r--package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch b/package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch
index 0ce6a6a38a..0eaffdd37c 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
-@@ -727,6 +727,7 @@ enum ath_cal_list {
+@@ -728,6 +728,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
-@@ -695,6 +695,8 @@ static int ath9k_init_softc(u16 devid, s
+@@ -700,6 +700,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;