opnsense-src/sys/dev/awi
Sam Leffler d365f9c760 Cleanup beacon/listen interval handling:
o separate configured beacon interval from listen interval; this
  avoids potential use of one value for the other (e.g. setting
  powersavesleep to 0 clobbers the beacon interval used in hostap
  or ibss mode)
o bounds check the beacon interval received in probe response and
  beacon frames and drop frames with bogus settings; not clear
  if we should instead clamp the value as any alteration would
  result in mismatched sta+ap configuration and probably be more
  confusing (don't want to log to the console but perhaps ok with
  rate limiting)
o while here up max beacon interval to reflect WiFi standard

Noticed by:	Martin <nakal@nurfuerspam.de>
MFC after:	1 week
2005-08-08 03:30:57 +00:00
..
am79c930.c Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 2005-05-29 04:42:30 +00:00
am79c930reg.h Use generic net80211 framework for awi driver. 2004-01-15 10:04:21 +00:00
am79c930var.h Use generic net80211 framework for awi driver. 2004-01-15 10:04:21 +00:00
awi.c Cleanup beacon/listen interval handling: 2005-08-08 03:30:57 +00:00
awireg.h Use generic net80211 framework for awi driver. 2004-01-15 10:04:21 +00:00
awivar.h Stop embedding struct ifnet at the top of driver softcs. Instead the 2005-06-10 16:49:24 +00:00
if_awi_pccard.c Eliminate unused argument in PCMCIA_CARD macro. 2005-06-24 14:36:54 +00:00