diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-08-03 17:31:25 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-04 16:44:33 -0400 |
commit | 475f5989d4dc359046521cdfe9869cabf8c9fce9 (patch) | |
tree | b2bcedefda867c0048683d13724e3f33ea4faf47 /drivers/net/wireless/ath/ath9k/hw.h | |
parent | 39068d1c2810077377fc2ffcfbe380bfbed696cb (diff) |
ath9k: Remove _t postfix for ar9287_eeprom structure
We don't use typdefs on ath9k, remove that _t.
Cc: Vivek Natarajan <vnatarajan@atheros.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index 4e717cc68cd2..9c23db146a31 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h | |||
@@ -403,7 +403,7 @@ struct ath_hw { | |||
403 | union { | 403 | union { |
404 | struct ar5416_eeprom_def def; | 404 | struct ar5416_eeprom_def def; |
405 | struct ar5416_eeprom_4k map4k; | 405 | struct ar5416_eeprom_4k map4k; |
406 | struct ar9287_eeprom_t map9287; | 406 | struct ar9287_eeprom map9287; |
407 | } eeprom; | 407 | } eeprom; |
408 | const struct eeprom_ops *eep_ops; | 408 | const struct eeprom_ops *eep_ops; |
409 | enum ath9k_eep_map eep_map; | 409 | enum ath9k_eep_map eep_map; |