cvs commit: src/sys/dev/ath if_ath.c src/sys/dev/iwi if_iwi.c
src/sys/dev/iwn if_iwn.c src/sys/dev/ral rt2560.c rt2661.c
src/sys/dev/usb if_rum.c if_ural.c if_zyd.c src/sys/dev/wpi
if_wpi.c src/sys/net80211 ieee80211_node.c ieee80211_var.h
Sam Leffler
sam at FreeBSD.org
Sat Jun 7 18:39:08 UTC 2008
sam 2008-06-07 18:38:02 UTC
FreeBSD src repository
Modified files:
sys/dev/ath if_ath.c
sys/dev/iwi if_iwi.c
sys/dev/iwn if_iwn.c
sys/dev/ral rt2560.c rt2661.c
sys/dev/usb if_rum.c if_ural.c if_zyd.c
sys/dev/wpi if_wpi.c
sys/net80211 ieee80211_node.c ieee80211_var.h
Log:
SVN rev 179643 on 2008-06-07 18:38:02Z by sam
Change the calling convention for ic_node_alloc to deal with
some longstanding issues:
o pass the vap since it's now the "coin of the realm" and required
to do things like set initial tx parameters in private node
state for use prior to association
o pass the mac address as cards that maintain outboard station
tables require this to create an entry (e.g. in ibss mode)
o remove the node table reference, we only have one node table
and it's unlikely this will change so this is not needed to
find the com structure
Revision Changes Path
1.191 +4 -3 src/sys/dev/ath/if_ath.c
1.63 +4 -3 src/sys/dev/iwi/if_iwi.c
1.7 +3 -2 src/sys/dev/iwn/if_iwn.c
1.26 +4 -3 src/sys/dev/ral/rt2560.c
1.26 +4 -3 src/sys/dev/ral/rt2661.c
1.23 +4 -2 src/sys/dev/usb/if_rum.c
1.74 +4 -2 src/sys/dev/usb/if_ural.c
1.18 +4 -2 src/sys/dev/usb/if_zyd.c
1.15 +4 -2 src/sys/dev/wpi/if_wpi.c
1.99 +5 -4 src/sys/net80211/ieee80211_node.c
1.59 +2 -1 src/sys/net80211/ieee80211_var.h
More information about the cvs-src
mailing list