Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/wl12xx/
Dwl12xx.h154 #define WL1271_AP_STA_HLID_START 2 macro
Dmain.c545 if (hlid < WL1271_AP_STA_HLID_START) in wl1271_irq_ps_regulate_link()
578 for (hlid = WL1271_AP_STA_HLID_START; hlid < AP_MAX_LINKS; hlid++) { in wl1271_irq_update_links_status()
2747 wl_sta->hlid = WL1271_AP_STA_HLID_START + id; in wl1271_allocate_sta()
2755 int id = hlid - WL1271_AP_STA_HLID_START; in wl1271_free_sta()
2828 id = wl_sta->hlid - WL1271_AP_STA_HLID_START; in wl1271_op_sta_remove()
Dtx.c95 if (hlid < WL1271_AP_STA_HLID_START) in wl1271_tx_regulate_link()