Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wlcore/
H A Dtx.c110 bool fw_ps; in wl1271_tx_regulate_link() local
116 fw_ps = test_bit(hlid, &wl->ap_fw_ps_map); in wl1271_tx_regulate_link()
126 * for each AP. The "fw_ps" check assures us the other link is a STA in wl1271_tx_regulate_link()
129 if (wl->active_link_count > (wl->ap_count*2 + 1) && fw_ps && in wl1271_tx_regulate_link()
H A Dmain.c334 bool fw_ps; in wl12xx_irq_ps_regulate_link() local
336 fw_ps = test_bit(hlid, &wl->ap_fw_ps_map); in wl12xx_irq_ps_regulate_link()
342 if (!fw_ps || tx_pkts < WL1271_PS_STA_MAX_PACKETS) in wl12xx_irq_ps_regulate_link()
351 * for each AP. The "fw_ps" check assures us the other link is a STA 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()