diff options
author | Simon Wunderlich <simon.wunderlich@s2003.tu-chemnitz.de> | 2012-11-30 13:17:28 -0500 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-12-03 05:21:40 -0500 |
commit | 5d7fad48ca763f6b20c2d4daf7df9fd7aa2cb242 (patch) | |
tree | a6ff3952bca885710fd1fd7089d8fabac8e7252b /include/net/mac80211.h | |
parent | a544ab7f9c09df591758931301a7c509bba6c913 (diff) |
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/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 2 |
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 { | |||
164 | * active on the channel to receive MIMO transmissions | 164 | * active on the channel to receive MIMO transmissions |
165 | * @rx_chains_dynamic: The number of RX chains that must be enabled | 165 | * @rx_chains_dynamic: The number of RX chains that must be enabled |
166 | * after RTS/CTS handshake to receive SMPS MIMO transmissions; | 166 | * after RTS/CTS handshake to receive SMPS MIMO transmissions; |
167 | * this will always be >= @rx_chains_always. | 167 | * this will always be >= @rx_chains_static. |
168 | * @drv_priv: data area for driver use, will always be aligned to | 168 | * @drv_priv: data area for driver use, will always be aligned to |
169 | * sizeof(void *), size is determined in hw information. | 169 | * sizeof(void *), size is determined in hw information. |
170 | */ | 170 | */ |