]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
mac80211: Fix typo in mac80211.h
authorSimon Wunderlich <simon.wunderlich@s2003.tu-chemnitz.de>
Fri, 30 Nov 2012 18:17:28 +0000 (19:17 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 3 Dec 2012 10:21:40 +0000 (11:21 +0100)
Signed-off-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h

index 0472d806fb41c2443332eb994ee441a21bc85be9..1c02fb3b38177be162257231c23b2f79a37b5443 100644 (file)
@@ -164,7 +164,7 @@ enum ieee80211_chanctx_change {
  *     active on the channel to receive MIMO transmissions
  * @rx_chains_dynamic: The number of RX chains that must be enabled
  *     after RTS/CTS handshake to receive SMPS MIMO transmissions;
- *     this will always be >= @rx_chains_always.
+ *     this will always be >= @rx_chains_static.
  * @drv_priv: data area for driver use, will always be aligned to
  *     sizeof(void *), size is determined in hw information.
  */