aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ath9k_platform.h
diff options
context:
space:
mode:
authorHelmut Schaa <helmut.schaa@googlemail.com>2014-05-07 09:28:31 +0200
committerJohn W. Linville <linville@tuxdriver.com>2014-05-07 16:08:08 -0400
commit552a515707a5caf9fa9f3620d68fc28146c6b1b9 (patch)
treee32140a19f07bd915b3bfbcca2e1518336ed7b21 /include/linux/ath9k_platform.h
parentmwifiex: add HT operation IE in TDLS setup confirm (diff)
downloadlinux-dev-552a515707a5caf9fa9f3620d68fc28146c6b1b9.tar.xz
linux-dev-552a515707a5caf9fa9f3620d68fc28146c6b1b9.zip
ath9k: Allow platform override without EEPROM override
Add a new platform data flag "use_eeprom" that indicates that the eeprom found on the card itself should be used instead of the one present in the platform data. This allows to override the MAC address of a PCI card while preserving the eeprom data from the card itself. The default behavior is preserved. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/ath9k_platform.h')
-rw-r--r--include/linux/ath9k_platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ath9k_platform.h b/include/linux/ath9k_platform.h
index 8598f8eacb20..a495a959e8a7 100644
--- a/include/linux/ath9k_platform.h
+++ b/include/linux/ath9k_platform.h
@@ -36,6 +36,8 @@ struct ath9k_platform_data {
int (*get_mac_revision)(void);
int (*external_reset)(void);
+
+ bool use_eeprom;
};
#endif /* _LINUX_ATH9K_PLATFORM_H */