Home
last modified time | relevance | path

Searched refs:ath9k_cmn_padpos (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dcommon.c30 int ath9k_cmn_padpos(__le16 frame_control) in ath9k_cmn_padpos() function
42 EXPORT_SYMBOL(ath9k_cmn_padpos);
Dcommon.h61 int ath9k_cmn_padpos(__le16 frame_control);
Dhtc_drv_txrx.c533 padpos = ath9k_cmn_padpos(fc); in ath9k_rx_prepare()
Dxmit.c1797 padpos = ath9k_cmn_padpos(hdr->frame_control); in ath_tx_start()
1855 padpos = ath9k_cmn_padpos(hdr->frame_control); in ath_tx_complete()
Drecv.c1005 padpos = ath9k_cmn_padpos(hdr->frame_control); in ath9k_rx_skb_postprocess()
Dhtc_drv_main.c1048 padpos = ath9k_cmn_padpos(hdr->frame_control); in ath9k_htc_tx()