diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-02-09 02:57:24 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-02-13 13:45:08 -0500 |
commit | f74df6fbe31561091bf42be0ed30232be2b9d3ac (patch) | |
tree | 5cd6ed9f809e60d8ff6acd9363efa0475a95e20c /drivers/net/wireless/ath9k/hw.h | |
parent | e153789dc3846b35494435b4a8ae82a034c99dae (diff) |
ath9k: Cleanup EEPROM operations
This patch removes the various function pointer
assignments and unifies them in a single ops structure.
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath9k/hw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath9k/hw.h b/drivers/net/wireless/ath9k/hw.h index 84914e205892..f8f46db665c2 100644 --- a/drivers/net/wireless/ath9k/hw.h +++ b/drivers/net/wireless/ath9k/hw.h | |||
@@ -430,6 +430,7 @@ struct ath_hw { | |||
430 | struct ar5416_eeprom_def def; | 430 | struct ar5416_eeprom_def def; |
431 | struct ar5416_eeprom_4k map4k; | 431 | struct ar5416_eeprom_4k map4k; |
432 | } ah_eeprom; | 432 | } ah_eeprom; |
433 | const struct eeprom_ops *eep_ops; | ||
433 | 434 | ||
434 | bool sw_mgmt_crypto; | 435 | bool sw_mgmt_crypto; |
435 | bool ah_isPciExpress; | 436 | bool ah_isPciExpress; |