From: Emmanuel Grumbach Date: Thu, 7 Jul 2011 16:25:51 +0000 (-0700) Subject: iwlagn: add comment to tx and get_tx_cmd in iwl_trans_ops X-Git-Tag: accepted/tizen/common/20141203.182822~6192^2~12^2~42^2~109 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47365ab858a7f452e79437d1a44488245e903f37;p=platform%2Fkernel%2Flinux-arm64.git 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 Signed-off-by: Wey-Yi Guy --- diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index cb6801c3..34625de 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h @@ -1243,6 +1243,8 @@ struct iwl_trans; * @tx_free: frees the tx memory * @send_cmd:send a host command * @send_cmd_pdu:send a host command: flags can be CMD_* + * @get_tx_cmd: returns a pointer to a new Tx cmd for the upper layer use + * @tx: send an skb * @sync_irq: the upper layer will typically disable interrupt and call this * handler. After this handler returns, it is guaranteed that all * the ISR / tasklet etc... have finished running and the transport