Date: Mon, 21 Feb 2011 19:59:43 +0000 (UTC) From: Bernhard Schmidt <bschmidt@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net80211 ieee80211.h ieee80211_adhoc.c ieee80211_hostap.c ieee80211_input.c ieee80211_mesh.c ieee80211_proto.c ieee80211_sta.c ieee80211_wds.c Message-ID: <201102212000.p1LK06cr092874@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bschmidt 2011-02-21 19:59:43 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211.h ieee80211_adhoc.c
ieee80211_hostap.c ieee80211_input.c
ieee80211_mesh.c ieee80211_proto.c
ieee80211_sta.c ieee80211_wds.c
Log:
SVN rev 218927 on 2011-02-21 19:59:43Z by bschmidt
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
Revision Changes Path
1.35 +1 -0 src/sys/net80211/ieee80211.h
1.20 +41 -60 src/sys/net80211/ieee80211_adhoc.c
1.32 +14 -3 src/sys/net80211/ieee80211_hostap.c
1.136 +0 -1 src/sys/net80211/ieee80211_input.c
1.17 +19 -11 src/sys/net80211/ieee80211_mesh.c
1.68 +1 -1 src/sys/net80211/ieee80211_proto.c
1.37 +14 -5 src/sys/net80211/ieee80211_sta.c
1.17 +32 -17 src/sys/net80211/ieee80211_wds.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102212000.p1LK06cr092874>
