FreeBSD kernel ATH device code
ar9287.h File Reference
#include "ar5416/ar5416.h"
Include dependency graph for ar9287.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ath_hal_9287
 

Macros

#define AR9287_TX_GAIN_TABLE_SIZE   22
 
#define AH9287(_ah)   ((struct ath_hal_9287 *)(_ah))
 
#define AR9287_DEFAULT_RXCHAINMASK   3
 
#define AR9287_DEFAULT_TXCHAINMASK   3
 
#define AR_PHY_CCA_NOM_VAL_9287_2GHZ   -112
 
#define AR_PHY_CCA_NOM_VAL_9287_5GHZ   -112
 
#define AR_PHY_CCA_MIN_GOOD_VAL_9287_2GHZ   -127
 
#define AR_PHY_CCA_MIN_GOOD_VAL_9287_5GHZ   -122
 
#define AR_PHY_CCA_MAX_GOOD_VAL_9287_2GHZ   -97
 
#define AR_PHY_CCA_MAX_GOOD_VAL_9287_5GHZ   -102
 

Functions

HAL_BOOL ar9287RfAttach (struct ath_hal *, HAL_STATUS *)
 
HAL_BOOL ar9287SetAntennaSwitch (struct ath_hal *, HAL_ANT_SETTING)
 

Macro Definition Documentation

◆ AH9287

#define AH9287 (   _ah)    ((struct ath_hal_9287 *)(_ah))

Definition at line 47 of file ar9287.h.

◆ AR9287_DEFAULT_RXCHAINMASK

#define AR9287_DEFAULT_RXCHAINMASK   3

Definition at line 49 of file ar9287.h.

◆ AR9287_DEFAULT_TXCHAINMASK

#define AR9287_DEFAULT_TXCHAINMASK   3

Definition at line 50 of file ar9287.h.

◆ AR9287_TX_GAIN_TABLE_SIZE

#define AR9287_TX_GAIN_TABLE_SIZE   22

Definition at line 31 of file ar9287.h.

◆ AR_PHY_CCA_MAX_GOOD_VAL_9287_2GHZ

#define AR_PHY_CCA_MAX_GOOD_VAL_9287_2GHZ   -97

Definition at line 56 of file ar9287.h.

◆ AR_PHY_CCA_MAX_GOOD_VAL_9287_5GHZ

#define AR_PHY_CCA_MAX_GOOD_VAL_9287_5GHZ   -102

Definition at line 57 of file ar9287.h.

◆ AR_PHY_CCA_MIN_GOOD_VAL_9287_2GHZ

#define AR_PHY_CCA_MIN_GOOD_VAL_9287_2GHZ   -127

Definition at line 54 of file ar9287.h.

◆ AR_PHY_CCA_MIN_GOOD_VAL_9287_5GHZ

#define AR_PHY_CCA_MIN_GOOD_VAL_9287_5GHZ   -122

Definition at line 55 of file ar9287.h.

◆ AR_PHY_CCA_NOM_VAL_9287_2GHZ

#define AR_PHY_CCA_NOM_VAL_9287_2GHZ   -112

Definition at line 52 of file ar9287.h.

◆ AR_PHY_CCA_NOM_VAL_9287_5GHZ

#define AR_PHY_CCA_NOM_VAL_9287_5GHZ   -112

Definition at line 53 of file ar9287.h.

Function Documentation

◆ ar9287RfAttach()

◆ ar9287SetAntennaSwitch()

HAL_BOOL ar9287SetAntennaSwitch ( struct ath_hal ah,
HAL_ANT_SETTING  settings 
)

Definition at line 479 of file ar9287_attach.c.

References AH_TRUE.

Referenced by ar9287Attach().

Here is the caller graph for this function: