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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn-tx.c371 if (ieee80211_has_morefrags(fc))
619 if (!ieee80211_has_morefrags(fc))
700 if (!ieee80211_has_morefrags(hdr->frame_control)) {
H A Diwl3945-base.c427 if (ieee80211_has_morefrags(fc))
579 if (!ieee80211_has_morefrags(hdr->frame_control)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Drecv.c637 !ieee80211_has_morefrags(hdr->frame_control)) {
877 !ieee80211_has_morefrags(fc) &&
H A Drc.c869 if (ieee80211_has_morefrags(fc) ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Drx.c1096 if (!ieee80211_has_morefrags(hdr->frame_control) &&
1245 if (likely((!ieee80211_has_morefrags(fc) && frag == 0) ||
1317 if (ieee80211_has_morefrags(fc)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00queue.c344 if (ieee80211_has_morefrags(hdr->frame_control)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dieee80211.h201 * ieee80211_has_morefrags - check if IEEE80211_FCTL_MOREFRAGS is set
204 static inline int ieee80211_has_morefrags(__le16 fc) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rtl818x/
H A Drtl8187_dev.c251 if (ieee80211_has_morefrags(((struct ieee80211_hdr *)skb->data)->frame_control))

Completed in 209 milliseconds