diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-02-09 02:57:10 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-02-13 13:45:03 -0500 |
commit | ba52da58be0acf3b7775972b2b5234ce64388c79 (patch) | |
tree | 7663eb81791f4b85f56a6fa4c9119c954de7bc54 /drivers/net/wireless/ath9k/ath9k.h | |
parent | d6bad496c6fbe3adb3323915a8b0430fa2955199 (diff) |
ath9k: Remove duplicate variables
A few variables (bssid, bssidmask, curaid) were duplicated in
struct ath_softc and in ath_hal, remove them.
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath9k/ath9k.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/ath9k.h b/drivers/net/wireless/ath9k/ath9k.h index d60b2e726414..03e4d0bf1590 100644 --- a/drivers/net/wireless/ath9k/ath9k.h +++ b/drivers/net/wireless/ath9k/ath9k.h | |||
@@ -580,7 +580,6 @@ struct ath_softc { | |||
580 | struct mutex mutex; | 580 | struct mutex mutex; |
581 | 581 | ||
582 | u8 curbssid[ETH_ALEN]; | 582 | u8 curbssid[ETH_ALEN]; |
583 | u8 macaddr[ETH_ALEN]; | ||
584 | u8 bssidmask[ETH_ALEN]; | 583 | u8 bssidmask[ETH_ALEN]; |
585 | u32 intrstatus; | 584 | u32 intrstatus; |
586 | u32 sc_flags; /* SC_OP_* */ | 585 | u32 sc_flags; /* SC_OP_* */ |