From: Simon Wunderlich Date: Fri, 30 Nov 2012 18:17:28 +0000 (+0100) Subject: mac80211: Fix typo in mac80211.h X-Git-Tag: v3.8-rc1~139^2~17^2^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d7fad48ca763f6b20c2d4daf7df9fd7aa2cb242;p=platform%2Fkernel%2Flinux-stable.git mac80211: Fix typo in mac80211.h Signed-off-by: Simon Wunderlich Signed-off-by: Johannes Berg --- diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 0472d80..1c02fb3 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. */