diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2011-07-07 12:25:51 -0400 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-07-16 10:37:58 -0400 |
commit | 47365ab858a7f452e79437d1a44488245e903f37 (patch) | |
tree | d9b87c3ab52f9996276d83d4ec5101a5cb451165 | |
parent | 7ed9af71684be2ee0366d0a30e8b0bda39126c3f (diff) |
iwlagn: add comment to tx and get_tx_cmd in iwl_trans_ops
Those comments were missed in a previous commit.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-dev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index cb6801c38fd5..34625de2e516 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h | |||
@@ -1243,6 +1243,8 @@ struct iwl_trans; | |||
1243 | * @tx_free: frees the tx memory | 1243 | * @tx_free: frees the tx memory |
1244 | * @send_cmd:send a host command | 1244 | * @send_cmd:send a host command |
1245 | * @send_cmd_pdu:send a host command: flags can be CMD_* | 1245 | * @send_cmd_pdu:send a host command: flags can be CMD_* |
1246 | * @get_tx_cmd: returns a pointer to a new Tx cmd for the upper layer use | ||
1247 | * @tx: send an skb | ||
1246 | * @sync_irq: the upper layer will typically disable interrupt and call this | 1248 | * @sync_irq: the upper layer will typically disable interrupt and call this |
1247 | * handler. After this handler returns, it is guaranteed that all | 1249 | * handler. After this handler returns, it is guaranteed that all |
1248 | * the ISR / tasklet etc... have finished running and the transport | 1250 | * the ISR / tasklet etc... have finished running and the transport |