Home
last modified time | relevance | path

Searched refs:ath10k_frame_mode (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h1333 extern unsigned int ath10k_frame_mode;
H A Dcore.c48 unsigned int ath10k_frame_mode = ATH10K_HW_TXRX_NATIVE_WIFI; variable
59 module_param_named(frame_mode, ath10k_frame_mode, uint, 0644);
2705 if (ath10k_frame_mode == ATH10K_HW_TXRX_RAW) { in ath10k_core_init_firmware_features()
H A Dmac.c5517 if (ath10k_frame_mode != ATH10K_HW_TXRX_ETHERNET || in ath10k_update_vif_offload()
10166 if (ath10k_frame_mode == ATH10K_HW_TXRX_ETHERNET) {