Home
last modified time | relevance | path

Searched refs:TCMD_MAX_RATES (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/staging/ath6kl/include/common/
Dtestcmd.h32 #define TCMD_MAX_RATES 12 macro
34 #define TCMD_MAX_RATES 28
141 u16 rateCnt[TCMD_MAX_RATES];
142 u16 rateCntShortGuard[TCMD_MAX_RATES];
/linux-2.6.39/drivers/staging/ath6kl/os/linux/include/
Dar6000_drv.h523 u16 tcmdRateCnt[TCMD_MAX_RATES];
524 u16 tcmdRateCntShortGuard[TCMD_MAX_RATES];
/linux-2.6.39/drivers/staging/ath6kl/os/linux/
Dioctl.c669 u32 buf[4+TCMD_MAX_RATES]; in ar6000_ioctl_tcmd_get_rx_report()
706 …memcpy(((u8 *)buf)+(4*sizeof(u32))+(TCMD_MAX_RATES *sizeof(u16)), ar->tcmdRateCntShortGuard, sizeo… in ar6000_ioctl_tcmd_get_rx_report()