Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/wl12xx/
Dtx.c390 int i, h, start_hlid; in wl1271_ap_skb_dequeue() local
393 start_hlid = (wl->last_tx_hlid + 1) % AP_MAX_LINKS; in wl1271_ap_skb_dequeue()
397 h = (start_hlid + i) % AP_MAX_LINKS; in wl1271_ap_skb_dequeue()