]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while here
authorBernhard Schmidt <bschmidt@FreeBSD.org>
Mon, 21 Feb 2011 19:59:43 +0000 (19:59 +0000)
committerBernhard Schmidt <bschmidt@FreeBSD.org>
Mon, 21 Feb 2011 19:59:43 +0000 (19:59 +0000)
commit96283082bb8908832b55db28428c24d83414d9da
treef77ffd1e3e1f1535d6cfcc3ed094387e24cbc4e5
parent199ba798b3e4f7008e54555c6d436ece6f24a6d1
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
sys/net80211/ieee80211.h
sys/net80211/ieee80211_adhoc.c
sys/net80211/ieee80211_hostap.c
sys/net80211/ieee80211_input.c
sys/net80211/ieee80211_mesh.c
sys/net80211/ieee80211_proto.c
sys/net80211/ieee80211_sta.c
sys/net80211/ieee80211_wds.c