Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/mwifiex/
Dwmm.c122 u8 ba_threshold; in mwifiex_get_random_ba_threshold() local
132 ba_threshold = (((sec << 16) + usec) % BA_SETUP_MAX_PACKET_THRESHOLD) in mwifiex_get_random_ba_threshold()
135 return ba_threshold; in mwifiex_get_random_ba_threshold()