projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79012f8
)
mac80211: clean up garbage in comment
author
Emmanuel Grumbach
<emmanuel.grumbach@intel.com>
Tue, 7 Jan 2014 11:09:38 +0000
(13:09 +0200)
committer
Johannes Berg
<johannes.berg@intel.com>
Tue, 7 Jan 2014 15:21:56 +0000
(16:21 +0100)
Not clear how this landed here.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/wpa.c
patch
|
blob
|
history
diff --git
a/net/mac80211/wpa.c
b/net/mac80211/wpa.c
index
7313d37
..
21448d6
100644
(file)
--- 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;
}