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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211.c3153 struct ieee80211_hdr *f_hdr; local
3166 f_hdr = (struct ieee80211_hdr *) entry->skb_list.next->data;
3167 f_fc = le16_to_cpu(f_hdr->frame_control);
3170 compare_ether_addr(hdr->addr1, f_hdr->addr1) != 0 ||
3171 compare_ether_addr(hdr->addr2, f_hdr->addr2) != 0)

Completed in 76 milliseconds