summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_input.c
diff options
context:
space:
mode:
authorbschmidt <bschmidt@FreeBSD.org>2011-02-21 19:59:43 +0000
committerbschmidt <bschmidt@FreeBSD.org>2011-02-21 19:59:43 +0000
commit4a678eb796530966a967308cc53226a4918751ac (patch)
treef77ffd1e3e1f1535d6cfcc3ed094387e24cbc4e5 /sys/net80211/ieee80211_input.c
parentcd04d02c85e125f329ea68f58525788d217869b6 (diff)
downloadFreeBSD-src-4a678eb796530966a967308cc53226a4918751ac.zip
FreeBSD-src-4a678eb796530966a967308cc53226a4918751ac.tar.gz
Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while here
clean up parts of the *_recv_mgmt() functions. - make sure appropriate counters are bumped and debug messages are printed - order the unhandled subtypes by value and add a few missing ones - fix some whitespace nits - remove duplicate code in adhoc_recv_mgmt() - remove a useless comment, probably left in while c&p
Diffstat (limited to 'sys/net80211/ieee80211_input.c')
-rw-r--r--sys/net80211/ieee80211_input.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_input.c b/sys/net80211/ieee80211_input.c
index 28a58fe..c372370 100644
--- a/sys/net80211/ieee80211_input.c
+++ b/sys/net80211/ieee80211_input.c
@@ -677,7 +677,6 @@ ieee80211_parse_action(struct ieee80211_node *ni, struct mbuf *m)
IEEE80211_NODE_STAT(ni, rx_action);
/* verify frame payloads but defer processing */
- /* XXX maybe push this to method */
switch (ia->ia_category) {
case IEEE80211_ACTION_CAT_BA:
switch (ia->ia_action) {
OpenPOWER on IntegriCloud