Searched refs:mpdu_len (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ar9170/
H A Dmain.c837 int mpdu_len; local
843 mpdu_len = len - sizeof(*mac);
845 mac = (void *)(buf + mpdu_len);
855 if (likely(mpdu_len >= sizeof(struct ar9170_rx_head))) {
860 mpdu_len -= sizeof(struct ar9170_rx_head);
874 if (likely(mpdu_len >= sizeof(struct ar9170_rx_phystatus))) {
875 mpdu_len -= sizeof(struct ar9170_rx_phystatus);
876 phy = (void *)(buf + mpdu_len);
903 mpdu_len -= sizeof(struct ar9170_rx_head);
904 mpdu_len
[all...]

Completed in 57 milliseconds