Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/wl1251/
Drx.c222 if (wl->state != WL1251_STATE_ON) in wl1251_rx()
Dwl1251.h120 WL1251_STATE_ON, enumerator
Dtx.c433 if (unlikely(wl->state != WL1251_STATE_ON)) in wl1251_tx_complete()
Dmain.c439 wl->state = WL1251_STATE_ON; in wl1251_op_start()
466 WARN_ON(wl->state != WL1251_STATE_ON); in wl1251_op_stop()
Ddebugfs.c107 if (wl->state == WL1251_STATE_ON && in wl1251_debugfs_update_stats()