]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix a typo in function documentation
authorJouni Malinen <jouni@codeaurora.org>
Thu, 26 Mar 2020 22:07:33 +0000 (00:07 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 27 Mar 2020 10:43:28 +0000 (12:43 +0200)
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
wpa_supplicant/offchannel.c

index 77c425fac9259864012138f19049dc5113ee48aa..e40cf5bbebcdbcb343d93e4dfb2ab87bde867b3d 100644 (file)
@@ -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
  *