Home
last modified time | relevance | path

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

/linux-2.6.39/net/mac80211/
Ddriver-ops.h523 ret = local->ops->offchannel_tx_cancel_wait(&local->hw); in drv_offchannel_tx_cancel_wait()
Dcfg.c1935 if (local->ops->offchannel_tx_cancel_wait && in ieee80211_mgmt_tx_cancel_wait()
/linux-2.6.39/include/net/
Dmac80211.h1905 int (*offchannel_tx_cancel_wait)(struct ieee80211_hw *hw); member
/linux-2.6.39/drivers/net/wireless/iwlwifi/
Diwl-agn.c3907 .offchannel_tx_cancel_wait = iwl_mac_offchannel_tx_cancel_wait,