aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-op-mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-op-mode.h')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-op-mode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-op-mode.h b/drivers/net/wireless/iwlwifi/iwl-op-mode.h
index 98c7aa7346da..976448a57d02 100644
--- a/drivers/net/wireless/iwlwifi/iwl-op-mode.h
+++ b/drivers/net/wireless/iwlwifi/iwl-op-mode.h
@@ -93,7 +93,7 @@ struct iwl_cfg;
93 * 1) The driver layer (iwl-drv.c) chooses the op_mode based on the 93 * 1) The driver layer (iwl-drv.c) chooses the op_mode based on the
94 * capabilities advertized by the fw file (in TLV format). 94 * capabilities advertized by the fw file (in TLV format).
95 * 2) The driver layer starts the op_mode (ops->start) 95 * 2) The driver layer starts the op_mode (ops->start)
96 * 3) The op_mode registers registers mac80211 96 * 3) The op_mode registers mac80211
97 * 4) The op_mode is governed by mac80211 97 * 4) The op_mode is governed by mac80211
98 * 5) The driver layer stops the op_mode 98 * 5) The driver layer stops the op_mode
99 */ 99 */
@@ -112,7 +112,7 @@ struct iwl_cfg;
112 * @stop: stop the op_mode. Must free all the memory allocated. 112 * @stop: stop the op_mode. Must free all the memory allocated.
113 * May sleep 113 * May sleep
114 * @rx: Rx notification to the op_mode. rxb is the Rx buffer itself. Cmd is the 114 * @rx: Rx notification to the op_mode. rxb is the Rx buffer itself. Cmd is the
115 * HCMD the this Rx responds to. 115 * HCMD this Rx responds to.
116 * This callback may sleep, it is called from a threaded IRQ handler. 116 * This callback may sleep, it is called from a threaded IRQ handler.
117 * @queue_full: notifies that a HW queue is full. 117 * @queue_full: notifies that a HW queue is full.
118 * Must be atomic and called with BH disabled. 118 * Must be atomic and called with BH disabled.