Date: Tue, 16 Dec 2008 01:17:36 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r186151 - head/sys/net80211 Message-ID: <200812160117.mBG1HagG022210@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sam Date: Tue Dec 16 01:17:36 2008 New Revision: 186151 URL: http://svn.freebsd.org/changeset/base/186151 Log: fix comment Submitted by: Daan Vreeken Modified: head/sys/net80211/ieee80211_hostap.c Modified: head/sys/net80211/ieee80211_hostap.c ============================================================================== --- head/sys/net80211/ieee80211_hostap.c Tue Dec 16 00:20:49 2008 (r186150) +++ head/sys/net80211/ieee80211_hostap.c Tue Dec 16 01:17:36 2008 (r186151) @@ -929,7 +929,7 @@ hostap_auth_open(struct ieee80211_node * */ ni->ni_flags |= IEEE80211_NODE_AREF; /* - * Mark the node as requiring a valid associatio id + * Mark the node as requiring a valid association id * before outbound traffic is permitted. */ ni->ni_flags |= IEEE80211_NODE_ASSOCID;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812160117.mBG1HagG022210>