freebsd-dev/sys/dev/ath
Sam Leffler b105a06908 Update beacon handling to sync w/ vap code base:
o add driver callback to handle notification of beacon changes;
  this is required for devices that manage beacon frames themselves
  (devices must override the default handler which does nothing)
o move beacon update-related flags from ieee80211com to the beacon
  offsets storage (or handle however a driver wants)
o expand beacon offsets structure with members needed for 11h/dfs
  and appie's
o change calling convention for ieee80211_beacon_alloc and
  ieee80211_beacon_update
o add overlapping bss support for 11g; requires driver to pass
  beacon frames from overlapping bss up to net80211 which is not
  presently done by any driver
o move HT beacon contents update to a routine in the HT code area

Reviewed by:	avatar, thompsa, sephe
Approved by:	re (blanket wireless)
2007-09-17 19:07:24 +00:00
..
ath_rate convert hardware rate codes to IEEE rate codes with a lookup table 2007-09-17 16:25:02 +00:00
ah_osdep.c update copyrights to 2007 and convert to be 2-clause bsd-only 2007-06-06 15:49:16 +00:00
ah_osdep.h update copyrights to 2007 and convert to be 2-clause bsd-only 2007-06-06 15:49:16 +00:00
if_ath_pci.c update copyrights to 2007 and convert to be 2-clause bsd-only 2007-06-06 15:49:16 +00:00
if_ath.c Update beacon handling to sync w/ vap code base: 2007-09-17 19:07:24 +00:00
if_athioctl.h Update 802.11 wireless support: 2007-06-11 03:36:55 +00:00
if_athrate.h update copyrights to 2007 and convert to be 2-clause bsd-only 2007-06-06 15:49:16 +00:00
if_athvar.h Update 802.11 wireless support: 2007-06-11 03:36:55 +00:00