Searched refs:ba_threshold (Results 1 – 2 of 2) sorted by relevance
1477 t_u8 ba_threshold = 0; in wlan_get_random_ba_threshold() local1492 ba_threshold = in wlan_get_random_ba_threshold()1495 PRINTM(MINFO, "setup BA after %d packets\n", ba_threshold); in wlan_get_random_ba_threshold()1498 return ba_threshold; in wlan_get_random_ba_threshold()
1434 t_u8 ba_threshold = 0; in wlan_get_random_ba_threshold() local1449 ba_threshold = (((sec << 16) + usec) % BA_SETUP_MAX_PACKET_THRESHOLD) + in wlan_get_random_ba_threshold()1453 PRINTM(MINFO, "setup BA after %d packets\n", ba_threshold); in wlan_get_random_ba_threshold()1456 return ba_threshold; in wlan_get_random_ba_threshold()