aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-12-08 14:48:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-12-08 14:48:30 +0000
commit7a260c3620ec4c89c39c5eb396d64c114d3c3243 (patch)
tree1cdcbdfd0813c7a53cef58a8a71b169c0de0bbdc /package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch
parent1c1d5fac2e9759b50744e09a1f09ab2f9ddab882 (diff)
downloadupstream-7a260c3620ec4c89c39c5eb396d64c114d3c3243.tar.gz
upstream-7a260c3620ec4c89c39c5eb396d64c114d3c3243.tar.bz2
upstream-7a260c3620ec4c89c39c5eb396d64c114d3c3243.zip
ath9k: merge initval and tx gain table updates, calibration fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39001
Diffstat (limited to 'package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch')
-rw-r--r--package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch b/package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch
index 0eaffdd37c..eb7f73a448 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
-@@ -728,6 +728,7 @@ enum ath_cal_list {
+@@ -729,6 +729,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
-@@ -700,6 +700,8 @@ static int ath9k_init_softc(u16 devid, s
+@@ -721,6 +721,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;
@@ -98,5 +98,5 @@
+ bool endian_check;
bool is_clk_25mhz;
- int (*get_mac_revision)(void);
- int (*external_reset)(void);
+ bool tx_gain_buffalo;
+