diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-09-10 22:01:56 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-09-15 20:48:22 (GMT) |
commit | ccd7b36286f8c42b3fa95c5a8d402162ffab41df (patch) | |
tree | c5eb18d98de275c64b45e96ce771c54158524fea /net/mac80211/rx.c | |
parent | c2b13452b283f9c4a5b02a6b53ed6416ebf4c03c (diff) | |
download | linux-ccd7b36286f8c42b3fa95c5a8d402162ffab41df.tar.xz |
mac80211: clean up some comments
Some comments refer to 80211.o or similar; also remove
a comment about implementing fragments better, we really
have better things to do.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/rx.c')
-rw-r--r-- | net/mac80211/rx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c index 582396a..33530b2 100644 --- a/net/mac80211/rx.c +++ b/net/mac80211/rx.c @@ -501,8 +501,8 @@ ieee80211_rx_h_check(struct ieee80211_rx_data *rx) /* Drop disallowed frame classes based on STA auth/assoc state; * IEEE 802.11, Chap 5.5. * - * 80211.o does filtering only based on association state, i.e., it - * drops Class 3 frames from not associated stations. hostapd sends + * mac80211 filters only based on association state, i.e. it drops + * Class 3 frames from not associated stations. hostapd sends * deauth/disassoc frames when needed. In addition, hostapd is * responsible for filtering on both auth and assoc states. */ |