Date: Fri, 2 Apr 2004 15:25:39 -0800 (PST) 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_node.c ieee80211_node.h ieee80211_output.c ieee80211_var.h Message-ID: <200404022325.i32NPdOA040521@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2004/04/02 15:25:39 PST FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c ieee80211_node.h ieee80211_output.c ieee80211_var.h Log: fix adhoc/ibss operation for drivers that require host support (e.g. ath): o remove IEEE80211_C_RCVMGT capability o on transmit craft new nodes as needed using new ieee80211_find_txnode routine o add ieee80211_find_txnode routine to lookup a node by mac address and if not present create one when operating in ibss/ahdemo mode; new nodes are dup'd from bss and the driver is told to treat the node as if a new association has been created so driver-private state (e.g. rate control handling) is setup Obtained from: netbsd (basic idea) Revision Changes Path 1.20 +70 -6 src/sys/net80211/ieee80211_node.c 1.8 +2 -0 src/sys/net80211/ieee80211_node.h 1.10 +7 -29 src/sys/net80211/ieee80211_output.c 1.13 +0 -1 src/sys/net80211/ieee80211_var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404022325.i32NPdOA040521>