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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_sta.c423 skb = dev_alloc_skb(local->hw.extra_tx_headroom +
430 skb_reserve(skb, local->hw.extra_tx_headroom);
487 skb = dev_alloc_skb(local->hw.extra_tx_headroom +
495 skb_reserve(skb, local->hw.extra_tx_headroom);
601 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*mgmt));
607 skb_reserve(skb, local->hw.extra_tx_headroom);
630 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*mgmt));
636 skb_reserve(skb, local->hw.extra_tx_headroom);
777 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*mgmt) + 200);
783 skb_reserve(skb, local->hw.extra_tx_headroom);
[all...]
H A Dieee80211.c531 dev_alloc_skb(tx->local->hw.extra_tx_headroom +
540 skb_reserve(frag, tx->local->hw.extra_tx_headroom +
1470 headroom = osdata->local->hw.extra_tx_headroom +
1622 head_need = hdrlen + encaps_len + local->hw.extra_tx_headroom;
1705 if (skb_headroom(skb) < sdata->local->hw.extra_tx_headroom) {
1707 sdata->local->hw.extra_tx_headroom, 0, GFP_ATOMIC)) {
1846 skb = dev_alloc_skb(local->hw.extra_tx_headroom +
1851 skb_reserve(skb, local->hw.extra_tx_headroom);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dmac80211.h520 unsigned int extra_tx_headroom; member in struct:ieee80211_hw

Completed in 94 milliseconds