diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2013-05-02 07:15:09 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-05-16 16:39:39 -0400 |
commit | 03f831a6f7dc02303df20718a4e96821e43b3d0c (patch) | |
tree | 192ada413e2a6f0a54f6426b96a4d8238a1bdc35 | |
parent | fb4e156886ce6e8309e912d8b370d192330d19d3 (diff) |
wireless: fix kerneldoc content in *80211.h files.
Make kerneldoc content match header file content, no functional
change.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
-rw-r--r-- | include/net/cfg80211.h | 1 | ||||
-rw-r--r-- | include/net/mac80211.h | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 87f7e1d060ab..26e91138a2c6 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -4167,6 +4167,7 @@ void cfg80211_report_wowlan_wakeup(struct wireless_dev *wdev, | |||
4167 | * cfg80211_crit_proto_stopped() - indicate critical protocol stopped by driver. | 4167 | * cfg80211_crit_proto_stopped() - indicate critical protocol stopped by driver. |
4168 | * | 4168 | * |
4169 | * @wdev: the wireless device for which critical protocol is stopped. | 4169 | * @wdev: the wireless device for which critical protocol is stopped. |
4170 | * @gfp: allocation flags | ||
4170 | * | 4171 | * |
4171 | * This function can be called by the driver to indicate it has reverted | 4172 | * This function can be called by the driver to indicate it has reverted |
4172 | * operation back to normal. One reason could be that the duration given | 4173 | * operation back to normal. One reason could be that the duration given |
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 5953f25e63f5..c36535e7b291 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -1241,7 +1241,7 @@ enum ieee80211_sta_rx_bandwidth { | |||
1241 | * struct ieee80211_sta_rates - station rate selection table | 1241 | * struct ieee80211_sta_rates - station rate selection table |
1242 | * | 1242 | * |
1243 | * @rcu_head: RCU head used for freeing the table on update | 1243 | * @rcu_head: RCU head used for freeing the table on update |
1244 | * @rates: transmit rates/flags to be used by default. | 1244 | * @rate: transmit rates/flags to be used by default. |
1245 | * Overriding entries per-packet is possible by using cb tx control. | 1245 | * Overriding entries per-packet is possible by using cb tx control. |
1246 | */ | 1246 | */ |
1247 | struct ieee80211_sta_rates { | 1247 | struct ieee80211_sta_rates { |
@@ -1282,7 +1282,7 @@ struct ieee80211_sta_rates { | |||
1282 | * notifications and capabilities. The value is only valid after | 1282 | * notifications and capabilities. The value is only valid after |
1283 | * the station moves to associated state. | 1283 | * the station moves to associated state. |
1284 | * @smps_mode: current SMPS mode (off, static or dynamic) | 1284 | * @smps_mode: current SMPS mode (off, static or dynamic) |
1285 | * @tx_rates: rate control selection table | 1285 | * @rates: rate control selection table |
1286 | */ | 1286 | */ |
1287 | struct ieee80211_sta { | 1287 | struct ieee80211_sta { |
1288 | u32 supp_rates[IEEE80211_NUM_BANDS]; | 1288 | u32 supp_rates[IEEE80211_NUM_BANDS]; |