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.c349 * Note that a single connected STA means 2*ap_count + 1 active links, in wl12xx_irq_ps_regulate_link()
354 else if (wl->active_link_count > (wl->ap_count*2 + 1) && fw_ps && in wl12xx_irq_ps_regulate_link()
2693 wl->ap_count++; in wl1271_op_add_interface()
2814 wl->ap_count--; in __wl1271_op_remove_interface()
2826 if (wl->ap_count == 0 && is_ap) { in __wl1271_op_remove_interface()
2832 if (wl->ap_count == 0 && is_ap && wl->sta_count) { in __wl1271_op_remove_interface()
H A Dtx.c124 * Note that a single connected STA means 2*ap_count + 1 active links, in wl1271_tx_regulate_link()
129 if (wl->active_link_count > (wl->ap_count*2 + 1) && fw_ps && in wl1271_tx_regulate_link()