Fix a typo in function documentation
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
b7275a8142
commit
bc95d58330
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ void offchannel_send_action_tx_status(
|
|||
* @buf: Frame to transmit starting from the Category field
|
||||
* @len: Length of @buf in bytes
|
||||
* @wait_time: Wait time for response in milliseconds
|
||||
* @tx_cb: Callback function for indicating TX status or %NULL for now callback
|
||||
* @tx_cb: Callback function for indicating TX status or %NULL for no callback
|
||||
* @no_cck: Whether CCK rates are to be disallowed for TX rate selection
|
||||
* Returns: 0 on success or -1 on failure
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue