Searched refs:preamble_type (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | main.c | 608 u8 preamble_type, uint mac_len) in brcms_c_calc_frame_time() argument 624 if (preamble_type == BRCMS_MM_PREAMBLE) in brcms_c_calc_frame_time() 664 if (preamble_type & BRCMS_SHORT_PREAMBLE) in brcms_c_calc_frame_time() 5673 u8 preamble_type) in brcms_c_calc_ack_time() argument 5685 brcms_c_calc_frame_time(wlc, rspec, preamble_type, in brcms_c_calc_ack_time() 5692 u8 preamble_type) in brcms_c_calc_cts_time() argument 5694 return brcms_c_calc_ack_time(wlc, rspec, preamble_type); in brcms_c_calc_cts_time() 5699 u8 preamble_type) in brcms_c_calc_ba_time() argument 5708 return brcms_c_calc_frame_time(wlc, rspec, preamble_type, in brcms_c_calc_ba_time() 5725 u8 preamble_type, uint next_frag_len) in brcms_c_compute_frame_dur() argument [all …]
|
| H A D | ampdu.c | 618 u8 preamble_type = BRCMS_GF_PREAMBLE; in brcms_c_ampdu_finalize() local 725 preamble_type = BRCMS_MM_PREAMBLE; in brcms_c_ampdu_finalize() 757 preamble_type, in brcms_c_ampdu_finalize()
|
| /linux/drivers/net/wireless/atmel/ |
| H A D | at76c50x-usb.h | 226 u8 preamble_type; member 406 int preamble_type; /* 0 - long, 1 - short, 2 - auto */ member
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | hal_rx.h | 95 u32 preamble_type; member 130 u32 preamble_type; member
|
| H A D | hal_rx.c | 854 rx_user_status->preamble_type = ppdu_info->preamble_type; in ath11k_hal_rx_populate_mu_user_info() 920 ppdu_info->preamble_type = in ath11k_hal_rx_parse_mon_status_tlv() 928 switch (ppdu_info->preamble_type) { in ath11k_hal_rx_parse_mon_status_tlv()
|
| H A D | dp_rx.c | 2778 if (ppdu_info->preamble_type == HAL_RX_PREAMBLE_11A || in ath11k_dp_rx_update_peer_stats() 2779 ppdu_info->preamble_type == HAL_RX_PREAMBLE_11B) { in ath11k_dp_rx_update_peer_stats() 2803 if (ppdu_info->preamble_type < HAL_RX_PREAMBLE_MAX) in ath11k_dp_rx_update_peer_stats() 2804 rx_stats->pream_cnt[ppdu_info->preamble_type] += num_msdu; in ath11k_dp_rx_update_peer_stats()
|
| /linux/drivers/net/wireless/rsi/ |
| H A D | rsi_mgmt.h | 531 __le16 preamble_type; member
|
| H A D | rsi_91x_mgmt.c | 436 radio_caps->preamble_type = cpu_to_le16(LONG_PREAMBLE); in rsi_load_radio_caps()
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | wsm.h | 912 u8 preamble_type; member
|
| H A D | wsm.c | 437 WSM_PUT8(buf, arg->preamble_type); in wsm_join()
|
| H A D | sta.c | 1215 .preamble_type = WSM_JOIN_PREAMBLE_LONG, in cw1200_do_join()
|