Home
last modified time | relevance | path

Searched refs:FREQ_MULTIPLIER_CONST_5MHZ (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_generic_api.h82 #define FREQ_MULTIPLIER_CONST_5MHZ 5 macro
102 (chan_num * FREQ_MULTIPLIER_CONST_5MHZ); in hal_rx_radiotap_num_to_freq()
111 return ((chan_num * FREQ_MULTIPLIER_CONST_5MHZ) + in hal_rx_radiotap_num_to_freq()
115 (chan_num * FREQ_MULTIPLIER_CONST_5MHZ); in hal_rx_radiotap_num_to_freq()
118 (chan_num * FREQ_MULTIPLIER_CONST_5MHZ); in hal_rx_radiotap_num_to_freq()
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_nbuf.c101 #define FREQ_MULTIPLIER_CONST_5MHZ 5 macro