aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2013-05-02 07:15:09 -0400
committerJohannes Berg <johannes.berg@intel.com>2013-05-16 22:39:39 +0200
commit03f831a6f7dc02303df20718a4e96821e43b3d0c (patch)
tree192ada413e2a6f0a54f6426b96a4d8238a1bdc35 /include/net/mac80211.h
parentnl80211: Add generic netlink module alias for cfg80211/nl80211 (diff)
downloadlinux-dev-03f831a6f7dc02303df20718a4e96821e43b3d0c.tar.xz
linux-dev-03f831a6f7dc02303df20718a4e96821e43b3d0c.zip
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>
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r--include/net/mac80211.h4
1 files changed, 2 insertions, 2 deletions
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 {
* struct ieee80211_sta_rates - station rate selection table
*
* @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.
*/
struct ieee80211_sta_rates {
@@ -1282,7 +1282,7 @@ struct ieee80211_sta_rates {
* notifications and capabilities. The value is only valid after
* the station moves to associated state.
* @smps_mode: current SMPS mode (off, static or dynamic)
- * @tx_rates: rate control selection table
+ * @rates: rate control selection table
*/
struct ieee80211_sta {
u32 supp_rates[IEEE80211_NUM_BANDS];