Date: Mon, 8 Aug 2005 03:30:57 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net80211 ieee80211.c ieee80211_input.c ieee80211_ioctl.c ieee80211_ioctl.h ieee80211_node.c ieee80211_output.c ieee80211_var.h src/sys/dev/awi awi.c src/sys/dev/ipw if_ipw.c src/sys/dev/wi if_wi.c Message-ID: <200508080330.j783UvLB074835@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2005-08-08 03:30:57 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211.c ieee80211_input.c
ieee80211_ioctl.c ieee80211_ioctl.h
ieee80211_node.c ieee80211_output.c
ieee80211_var.h
sys/dev/awi awi.c
sys/dev/ipw if_ipw.c
sys/dev/wi if_wi.c
Log:
Cleanup beacon/listen interval handling:
o separate configured beacon interval from listen interval; this
avoids potential use of one value for the other (e.g. setting
powersavesleep to 0 clobbers the beacon interval used in hostap
or ibss mode)
o bounds check the beacon interval received in probe response and
beacon frames and drop frames with bogus settings; not clear
if we should instead clamp the value as any alteration would
result in mismatched sta+ap configuration and probably be more
confusing (don't want to log to the console but perhaps ok with
rate limiting)
o while here up max beacon interval to reflect WiFi standard
Noticed by: Martin <nakal@nurfuerspam.de>
MFC after: 1 week
Revision Changes Path
1.40 +1 -1 src/sys/dev/awi/awi.c
1.9 +1 -1 src/sys/dev/ipw/if_ipw.c
1.184 +1 -1 src/sys/dev/wi/if_wi.c
1.21 +5 -3 src/sys/net80211/ieee80211.c
1.80 +13 -3 src/sys/net80211/ieee80211_input.c
1.29 +1 -1 src/sys/net80211/ieee80211_ioctl.c
1.13 +2 -1 src/sys/net80211/ieee80211_ioctl.h
1.61 +2 -2 src/sys/net80211/ieee80211_node.c
1.33 +3 -3 src/sys/net80211/ieee80211_output.c
1.29 +3 -1 src/sys/net80211/ieee80211_var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508080330.j783UvLB074835>
