summaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorSimon Wunderlich2012-11-30 19:17:28 +0100
committerJohannes Berg2012-12-03 11:21:40 +0100
commit5d7fad48ca763f6b20c2d4daf7df9fd7aa2cb242 (patch)
treea6ff3952bca885710fd1fd7089d8fabac8e7252b /include/net
parentmac80211: simplify loop in minstrel_ht (diff)
downloadkernel-qcow2-linux-5d7fad48ca763f6b20c2d4daf7df9fd7aa2cb242.tar.gz
kernel-qcow2-linux-5d7fad48ca763f6b20c2d4daf7df9fd7aa2cb242.tar.xz
kernel-qcow2-linux-5d7fad48ca763f6b20c2d4daf7df9fd7aa2cb242.zip
mac80211: Fix typo in mac80211.h
Signed-off-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/mac80211.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 0472d806fb41..1c02fb3b3817 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -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.
*/