diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-02-09 02:59:49 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-02-13 13:44:56 -0500 |
commit | ee6e8d1c234e62e503f2dd8137643b24cf424886 (patch) | |
tree | b1de72315221dbae01bbfdcb832f42b192040673 /drivers/net/wireless/ath9k/hw.h | |
parent | 394cf0a1ca02e7998c8d01975b60a3cdc121e7d8 (diff) |
ath9k: Convert ANI channel to a pointer
This patch converts the ANI channel reference to a pointer,
this facilitates moving struct ar5416AniState to ani.h
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 | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/drivers/net/wireless/ath9k/hw.h b/drivers/net/wireless/ath9k/hw.h index 2b72e75a1989..b353b1f6f8b1 100644 --- a/drivers/net/wireless/ath9k/hw.h +++ b/drivers/net/wireless/ath9k/hw.h | |||
@@ -406,33 +406,6 @@ enum { | |||
406 | ATH9K_RESET_COLD, | 406 | ATH9K_RESET_COLD, |
407 | }; | 407 | }; |
408 | 408 | ||
409 | struct ar5416AniState { | ||
410 | struct ath9k_channel c; | ||
411 | u8 noiseImmunityLevel; | ||
412 | u8 spurImmunityLevel; | ||
413 | u8 firstepLevel; | ||
414 | u8 ofdmWeakSigDetectOff; | ||
415 | u8 cckWeakSigThreshold; | ||
416 | u32 listenTime; | ||
417 | u32 ofdmTrigHigh; | ||
418 | u32 ofdmTrigLow; | ||
419 | int32_t cckTrigHigh; | ||
420 | int32_t cckTrigLow; | ||
421 | int32_t rssiThrLow; | ||
422 | int32_t rssiThrHigh; | ||
423 | u32 noiseFloor; | ||
424 | u32 txFrameCount; | ||
425 | u32 rxFrameCount; | ||
426 | u32 cycleCount; | ||
427 | u32 ofdmPhyErrCount; | ||
428 | u32 cckPhyErrCount; | ||
429 | u32 ofdmPhyErrBase; | ||
430 | u32 cckPhyErrBase; | ||
431 | int16_t pktRssi[2]; | ||
432 | int16_t ofdmErrRssi[2]; | ||
433 | int16_t cckErrRssi[2]; | ||
434 | }; | ||
435 | |||
436 | struct ath_hal { | 409 | struct ath_hal { |
437 | u32 ah_magic; | 410 | u32 ah_magic; |
438 | u16 ah_devid; | 411 | u16 ah_devid; |