Date: Thu, 4 Jun 2009 15:57:38 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net80211 ieee80211.h ieee80211_input.c ieee80211_ioctl.c ieee80211_output.c ieee80211_proto.c ieee80211_proto.h ieee80211_scan.h ieee80211_sta.c ieee80211_var.h Message-ID: <200906041557.n54FvlNa095851@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2009-06-04 15:57:38 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211.h ieee80211_input.c
ieee80211_ioctl.c ieee80211_output.c
ieee80211_proto.c ieee80211_proto.h
ieee80211_scan.h ieee80211_sta.c
ieee80211_var.h
Log:
SVN rev 193439 on 2009-06-04 15:57:38Z by sam
o station mode channel switch support
o IEEE80211_IOC_CHANSWITCH fixups:
- restrict to hostap vaps
- return EOPNOTSUPP instead of EINVAL when applied to !hostap vap
or to a vap w/o 11h enabled
- interpret count of 0 to mean cancel the current CSA
Reviewed by: rpaulo, avatar
Revision Changes Path
1.30 +9 -1 src/sys/net80211/ieee80211.h
1.129 +12 -0 src/sys/net80211/ieee80211_input.c
1.90 +6 -2 src/sys/net80211/ieee80211_ioctl.c
1.96 +1 -1 src/sys/net80211/ieee80211_output.c
1.64 +28 -9 src/sys/net80211/ieee80211_proto.c
1.42 +1 -0 src/sys/net80211/ieee80211_proto.h
1.10 +3 -1 src/sys/net80211/ieee80211_scan.h
1.23 +146 -8 src/sys/net80211/ieee80211_sta.c
1.89 +2 -1 src/sys/net80211/ieee80211_var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906041557.n54FvlNa095851>
