Searched refs:extra_tx_headroom (Results 1 – 18 of 18) sorted by relevance
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/ |
D | ht.c | 417 skb = dev_alloc_skb(sizeof(*mgmt) + local->hw.extra_tx_headroom); in ieee80211_send_delba() 421 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_delba() 497 skb = dev_alloc_skb(27 + local->hw.extra_tx_headroom); in ieee80211_send_smps_action() 501 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_smps_action()
|
D | spectmgmt.c | 195 skb = dev_alloc_skb(sizeof(*msr_report) + local->hw.extra_tx_headroom + in ieee80211_send_refuse_measurement_request() 200 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_refuse_measurement_request()
|
D | agg-tx.c | 71 skb = dev_alloc_skb(sizeof(*mgmt) + local->hw.extra_tx_headroom); in ieee80211_send_addba_request() 76 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_addba_request() 120 skb = dev_alloc_skb(sizeof(*bar) + local->hw.extra_tx_headroom); in mac80211_send_bar() 124 skb_reserve(skb, local->hw.extra_tx_headroom); in mac80211_send_bar()
|
D | mesh_ps.c | 25 skb = dev_alloc_skb(local->hw.extra_tx_headroom + size + 2); in mps_qos_null_get() 28 skb_reserve(skb, local->hw.extra_tx_headroom); in mps_qos_null_get()
|
D | tx.c | 3442 int hw_headroom = sdata->local->hw.extra_tx_headroom; in ieee80211_xmit_fast() 4899 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*pspoll)); in mac80211_pspoll_get() 4903 skb_reserve(skb, local->hw.extra_tx_headroom); in mac80211_pspoll_get() 4946 skb = dev_alloc_skb(local->hw.extra_tx_headroom + in mac80211_nullfunc_get() 4951 skb_reserve(skb, local->hw.extra_tx_headroom); in mac80211_nullfunc_get() 4993 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*nullfunc)); in ieee80211_qosnullfunc_get() 4999 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_qosnullfunc_get() 5031 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*hdr) + in mac80211_probereq_data_get() 5036 skb_reserve(skb, local->hw.extra_tx_headroom); in mac80211_probereq_data_get() 5075 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*hdr) + in mac80211_probereq_get() [all …]
|
D | agg-rx.c | 226 local->hw.extra_tx_headroom); in ieee80211_send_addba_resp() 230 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_addba_resp()
|
D | offchannel.c | 883 skb = dev_alloc_skb(local->hw.extra_tx_headroom + params->len); in ieee80211_mgmt_tx() 888 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_mgmt_tx()
|
D | debugfs_netdev.c | 325 skb = dev_alloc_skb(local->hw.extra_tx_headroom + 24 + 100); in ieee80211_if_parse_tkip_mic_test() 328 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_if_parse_tkip_mic_test()
|
D | util.c | 1547 skb = dev_alloc_skb(local->hw.extra_tx_headroom + IEEE80211_WEP_IV_LEN + in ieee80211_send_auth() 1552 skb_reserve(skb, local->hw.extra_tx_headroom + IEEE80211_WEP_IV_LEN); in ieee80211_send_auth() 1597 skb = dev_alloc_skb(local->hw.extra_tx_headroom + in ieee80211_send_deauth_disassoc() 1602 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_deauth_disassoc()
|
D | tdls.c | 874 local->hw.extra_tx_headroom + in ieee80211_tdls_build_mgmt_packet_data() 893 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_tdls_build_mgmt_packet_data()
|
D | rx.c | 2649 rx->local->hw.extra_tx_headroom, in __ieee80211_rx_h_amsdu() 3023 skb = dev_alloc_skb(sizeof(*resp) + local->hw.extra_tx_headroom); in ieee80211_process_sa_query_req() 3027 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_process_sa_query_req() 3459 nskb = skb_copy_expand(rx->skb, local->hw.extra_tx_headroom, 0, in ieee80211_rx_h_action_return()
|
D | sta_info.c | 1396 skb = dev_alloc_skb(local->hw.extra_tx_headroom + size); in ieee80211_send_null_response() 1400 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_null_response()
|
D | mlme.c | 698 skb = alloc_skb(local->hw.extra_tx_headroom + in ieee80211_send_assoc() 717 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_assoc() 1065 skb = dev_alloc_skb(local->hw.extra_tx_headroom + 30); in ieee80211_send_4addr_nullfunc() 1069 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_send_4addr_nullfunc()
|
D | main.c | 1279 local->tx_headroom = max_t(unsigned int, local->hw.extra_tx_headroom, in mac80211_register_hw()
|
D | cfg.c | 3826 skb = dev_alloc_skb(local->hw.extra_tx_headroom + size); in ieee80211_probe_client() 3834 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_probe_client()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/wlan/ |
D | vendor.c | 352 skb = dev_alloc_skb(local->hw.extra_tx_headroom + pkt_len); in keep_alive_send() 356 skb_reserve(skb, local->hw.extra_tx_headroom); in keep_alive_send()
|
D | main.c | 744 hw->extra_tx_headroom = WSM_TX_EXTRA_HEADROOM + in xradio_init_common()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/include/net/ |
D | mac80211.h | 2499 unsigned int extra_tx_headroom; member
|