diff mbox

wireless: fix 80211 kernel-doc warnings

Message ID 20110318093302.9e4a0d44.randy.dunlap@oracle.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Randy Dunlap March 18, 2011, 4:33 p.m. UTC
None
diff mbox

Patch

--- linux-2.6.38-git4.orig/include/net/cfg80211.h
+++ linux-2.6.38-git4/include/net/cfg80211.h
@@ -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
--- linux-2.6.38-git4.orig/include/net/mac80211.h
+++ linux-2.6.38-git4/include/net/mac80211.h
@@ -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.