Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wlcore/
H A Dinit.c565 if (wl->ap_count == 0 && is_ap) { /* first AP */ in wl1271_init_vif_specific()
576 } else if (wl->sta_count == 0 && wl->ap_count == 0 && !is_ap) { in wl1271_init_vif_specific()
H A Dwlcore.h240 u8 ap_count; member
H A Dmain.c353 else if (wl->active_link_count > (wl->ap_count*2 + 1) && fw_ps && in wl12xx_irq_ps_regulate_link()
2692 wl->ap_count++; in wl1271_op_add_interface()
2813 wl->ap_count--; in __wl1271_op_remove_interface()
2825 if (wl->ap_count == 0 && is_ap) { in __wl1271_op_remove_interface()
2831 if (wl->ap_count == 0 && is_ap && wl->sta_count) { in __wl1271_op_remove_interface()
H A Dtx.c129 if (wl->active_link_count > (wl->ap_count*2 + 1) && fw_ps && in wl1271_tx_regulate_link()