FreeBSD kernel ATH device code
ath_hal_rf Struct Reference

#include <ah_internal.h>

Public Member Functions

 TAILQ_ENTRY (ath_hal_rf) node
 

Data Fields

const char * name
 
HAL_BOOL(* probe )(struct ath_hal *ah)
 
HAL_BOOL(* attach )(struct ath_hal *ah, HAL_STATUS *ecode)
 

Detailed Description

Definition at line 121 of file ah_internal.h.

Member Function Documentation

◆ TAILQ_ENTRY()

ath_hal_rf::TAILQ_ENTRY ( ath_hal_rf  )

Field Documentation

◆ attach

HAL_BOOL(* ath_hal_rf::attach) (struct ath_hal *ah, HAL_STATUS *ecode)

Definition at line 124 of file ah_internal.h.

Referenced by ar5212Attach(), and ar5312Attach().

◆ name

const char* ath_hal_rf::name

Definition at line 122 of file ah_internal.h.

◆ probe

HAL_BOOL(* ath_hal_rf::probe) (struct ath_hal *ah)

Definition at line 123 of file ah_internal.h.

Referenced by ath_hal_rfprobe().


The documentation for this struct was generated from the following file: