diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-08-04 01:31:25 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-05 00:44:33 +0400 |
commit | 475f5989d4dc359046521cdfe9869cabf8c9fce9 (patch) | |
tree | b2bcedefda867c0048683d13724e3f33ea4faf47 /drivers/net/wireless/ath/ath9k/eeprom.h | |
parent | 39068d1c2810077377fc2ffcfbe380bfbed696cb (diff) | |
download | linux-475f5989d4dc359046521cdfe9869cabf8c9fce9.tar.xz |
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/eeprom.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/eeprom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/eeprom.h b/drivers/net/wireless/ath/ath9k/eeprom.h index 335098d16a71..db77e90ed9ab 100644 --- a/drivers/net/wireless/ath/ath9k/eeprom.h +++ b/drivers/net/wireless/ath/ath9k/eeprom.h @@ -600,7 +600,7 @@ struct ar5416_eeprom_4k { u8 padding; } __packed; -struct ar9287_eeprom_t { +struct ar9287_eeprom { struct base_eep_ar9287_header baseEepHeader; u8 custData[AR9287_DATA_SZ]; struct modal_eep_ar9287_header modalHeader; |