Home
last modified time | relevance | path

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

/drivers/net/wireless/ti/wl1251/
Dmain.c488 wl->monitor_present = false; in wl1251_op_stop()
605 return (conf->flags & IEEE80211_CONF_PS) && !wl->monitor_present; in wl1251_can_do_pm()
634 wl->monitor_present = true; in wl1251_op_config()
637 wl->monitor_present = false; in wl1251_op_config()
921 if (wl->monitor_present) { in wl1251_op_set_key()
1529 wl->monitor_present = false; in wl1251_alloc_hw()
Drx.c86 if (!wl->monitor_present && (desc->flags & RX_DESC_ENCRYPTION_MASK)) { in wl1251_rx_status()
Dwl1251.h309 bool monitor_present; member
Dtx.c315 if (unlikely(wl->monitor_present)) in wl1251_tx_frame()