Commit 03f831a6 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Johannes Berg

wireless: fix kerneldoc content in *80211.h files.

Make kerneldoc content match header file content, no functional
change.
Signed-off-by: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent fb4e1568
...@@ -4167,6 +4167,7 @@ void cfg80211_report_wowlan_wakeup(struct wireless_dev *wdev, ...@@ -4167,6 +4167,7 @@ void cfg80211_report_wowlan_wakeup(struct wireless_dev *wdev,
* cfg80211_crit_proto_stopped() - indicate critical protocol stopped by driver. * cfg80211_crit_proto_stopped() - indicate critical protocol stopped by driver.
* *
* @wdev: the wireless device for which critical protocol is stopped. * @wdev: the wireless device for which critical protocol is stopped.
* @gfp: allocation flags
* *
* This function can be called by the driver to indicate it has reverted * This function can be called by the driver to indicate it has reverted
* operation back to normal. One reason could be that the duration given * operation back to normal. One reason could be that the duration given
......
...@@ -1241,7 +1241,7 @@ enum ieee80211_sta_rx_bandwidth { ...@@ -1241,7 +1241,7 @@ enum ieee80211_sta_rx_bandwidth {
* struct ieee80211_sta_rates - station rate selection table * struct ieee80211_sta_rates - station rate selection table
* *
* @rcu_head: RCU head used for freeing the table on update * @rcu_head: RCU head used for freeing the table on update
* @rates: transmit rates/flags to be used by default. * @rate: transmit rates/flags to be used by default.
* Overriding entries per-packet is possible by using cb tx control. * Overriding entries per-packet is possible by using cb tx control.
*/ */
struct ieee80211_sta_rates { struct ieee80211_sta_rates {
...@@ -1282,7 +1282,7 @@ struct ieee80211_sta_rates { ...@@ -1282,7 +1282,7 @@ struct ieee80211_sta_rates {
* notifications and capabilities. The value is only valid after * notifications and capabilities. The value is only valid after
* the station moves to associated state. * the station moves to associated state.
* @smps_mode: current SMPS mode (off, static or dynamic) * @smps_mode: current SMPS mode (off, static or dynamic)
* @tx_rates: rate control selection table * @rates: rate control selection table
*/ */
struct ieee80211_sta { struct ieee80211_sta {
u32 supp_rates[IEEE80211_NUM_BANDS]; u32 supp_rates[IEEE80211_NUM_BANDS];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment