]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
wireless: fix 80211 kernel-doc warnings
authorRandy Dunlap <randy.dunlap@oracle.com>
Fri, 18 Mar 2011 16:33:02 +0000 (09:33 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 21 Mar 2011 19:19:48 +0000 (15:19 -0400)
Fix many of each of these warnings:

Warning(include/net/cfg80211.h:519): No description found for parameter 'rxrate'
Warning(include/net/mac80211.h:1163): bad line:

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/cfg80211.h
include/net/mac80211.h

index 60f7876b6da8cc3a7d493bbf3b3d40c3c7a902ee..b2b9d28cb4ab243224041e735737837d1d7b8136 100644 (file)
@@ -486,7 +486,8 @@ struct rate_info {
  * @plink_state: mesh peer link state
  * @signal: signal strength of last received packet in dBm
  * @signal_avg: signal strength average in dBm
- * @txrate: current unicast bitrate to this station
+ * @txrate: current unicast bitrate from this station
+ * @rxrate: current unicast bitrate to this station
  * @rx_packets: packets received from this station
  * @tx_packets: packets transmitted to this station
  * @tx_retries: cumulative retry counts
index 8650e7bf2ed021c12006f913e1f6c3ffe593bb26..cefe1b37c493bed96ac7b2ac73f3584a07b91f74 100644 (file)
@@ -1160,7 +1160,7 @@ enum ieee80211_hw_flags {
  * @napi_weight: weight used for NAPI polling.  You must specify an
  *     appropriate value here if a napi_poll operation is provided
  *     by your driver.
-
+ *
  * @max_rx_aggregation_subframes: maximum buffer size (number of
  *     sub-frames) to be used for A-MPDU block ack receiver
  *     aggregation.