diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-05-20 09:35:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-05-20 09:35:17 +0000 |
commit | e78459e2b71c30d1f77cbfbe3004a2b884a2c7e9 (patch) | |
tree | 301595c77ef242281f62dff5b49a13f02afe6d29 /target/linux | |
parent | e99cb3cbf6c6d0d166664c9c903a7352b3be2986 (diff) | |
download | master-187ad058-e78459e2b71c30d1f77cbfbe3004a2b884a2c7e9.tar.gz master-187ad058-e78459e2b71c30d1f77cbfbe3004a2b884a2c7e9.tar.bz2 master-187ad058-e78459e2b71c30d1f77cbfbe3004a2b884a2c7e9.zip |
mac80211: update to wireless-testing 2014-05-19
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40800 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/files/include/linux/ath9k_platform.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/files/include/linux/ath9k_platform.h b/target/linux/generic/files/include/linux/ath9k_platform.h index 3498780e3c..9fa70167e6 100644 --- a/target/linux/generic/files/include/linux/ath9k_platform.h +++ b/target/linux/generic/files/include/linux/ath9k_platform.h @@ -40,6 +40,8 @@ struct ath9k_platform_data { int (*get_mac_revision)(void); int (*external_reset)(void); + bool use_eeprom; + int num_leds; const struct gpio_led *leds; }; |