freebsd-dev/sys/dev/ath
Sam Leffler 38c208f876 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
2008-06-07 18:38:02 +00:00
..
ath_rate Multi-bss (aka vap) support for 802.11 devices. 2008-04-20 20:35:46 +00:00
ah_osdep.c Multi-bss (aka vap) support for 802.11 devices. 2008-04-20 20:35:46 +00:00
ah_osdep.h 5416 and similar chips grew another region in the pci clock domain 2008-05-31 22:44:06 +00:00
if_ath_pci.c Multi-bss (aka vap) support for 802.11 devices. 2008-04-20 20:35:46 +00:00
if_ath.c Change the calling convention for ic_node_alloc to deal with 2008-06-07 18:38:02 +00:00
if_athioctl.h Multi-bss (aka vap) support for 802.11 devices. 2008-04-20 20:35:46 +00:00
if_athrate.h Multi-bss (aka vap) support for 802.11 devices. 2008-04-20 20:35:46 +00:00
if_athvar.h Cleanup power handling and fix suspend/resume: 2008-05-29 00:10:48 +00:00