Skip to content

Commit

Permalink
ath9k: More unused macros
Browse files Browse the repository at this point in the history
Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Sujith authored and John W. Linville committed Aug 7, 2008
1 parent f22f558 commit 3b95978
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/net/wireless/ath9k/ath9k.h
Original file line number Diff line number Diff line change
Expand Up @@ -634,11 +634,6 @@ enum ath9k_power_mode {
ATH9K_PM_UNDEFINED
};

#define HAL_ANTENNA_MIN_MODE 0
#define HAL_ANTENNA_FIXED_A 1
#define HAL_ANTENNA_FIXED_B 2
#define HAL_ANTENNA_MAX_MODE 3

struct ath9k_mib_stats {
u32 ackrcv_bad;
u32 rts_bad;
Expand Down Expand Up @@ -696,7 +691,6 @@ enum phytype {
PHY_FH,
PHY_OFDM,
PHY_HT,
PHY_MAX
};
#define PHY_CCK PHY_DS

Expand Down

0 comments on commit 3b95978

Please sign in to comment.