diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2014-01-07 13:09:38 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2014-01-07 16:21:56 +0100 |
commit | 87ee475ef62504609368a767f6ad2e903a442078 (patch) | |
tree | 488c874efa53bac9b4fd8a543685941e6aef1048 | |
parent | 79012f8bed417847ec028bd67547eae4eb832205 (diff) | |
download | op-kernel-dev-87ee475ef62504609368a767f6ad2e903a442078.zip op-kernel-dev-87ee475ef62504609368a767f6ad2e903a442078.tar.gz |
mac80211: clean up garbage in comment
Not clear how this landed here.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
-rw-r--r-- | net/mac80211/wpa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/wpa.c b/net/mac80211/wpa.c index 7313d37..21448d6 100644 --- a/net/mac80211/wpa.c +++ b/net/mac80211/wpa.c @@ -127,7 +127,7 @@ ieee80211_rx_h_michael_mic_verify(struct ieee80211_rx_data *rx) * APs with pairwise keys should never receive Michael MIC * errors for non-zero keyidx because these are reserved for * group keys and only the AP is sending real multicast - * frames in the BSS. ( + * frames in the BSS. */ return RX_DROP_UNUSABLE; } |