Date: Sun, 20 Jul 2003 14:36:09 -0700 (PDT) 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_node.c ieee80211_node.h ieee80211_proto.c ieee80211_proto.h ieee80211_var.h Message-ID: <200307202136.h6KLa98q060419@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2003/07/20 14:36:09 PDT FreeBSD src repository Modified files: sys/net80211 ieee80211.c ieee80211_input.c ieee80211_ioctl.c ieee80211_node.c ieee80211_node.h ieee80211_proto.c ieee80211_proto.h ieee80211_var.h Log: o change ieee80211_new_state handling to use a proper method that drivers override in their sub-class; this eliminates the hack of interpreting the EINPROGRESS return value to mean "don't do any of the normal work" o correct active scanning so the first channel is only scanned once and so per-channel passive mode is properly honored o expose 802.11 FSM state names so every driver doesn't keep a private copy o eliminate node parameter to ieee80211_begin_scan; it was not being used Revision Changes Path 1.5 +1 -1 src/sys/net80211/ieee80211.c 1.5 +10 -6 src/sys/net80211/ieee80211_input.c 1.4 +2 -2 src/sys/net80211/ieee80211_ioctl.c 1.4 +24 -18 src/sys/net80211/ieee80211_node.c 1.3 +1 -2 src/sys/net80211/ieee80211_node.h 1.3 +20 -21 src/sys/net80211/ieee80211_proto.c 1.3 +10 -6 src/sys/net80211/ieee80211_proto.h 1.3 +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?200307202136.h6KLa98q060419>