cvs commit: src/sys/net80211 ieee80211.c ieee80211_input.c ieee80211_ioctl.c ieee80211_ioctl.h ieee80211_node.c ieee80211_output.c ieee80211_var.h src/sys/dev/awi awi.c src/sys/dev/ipw if_ipw.c src/sys/dev/wi if_wi.c

Sam Leffler sam at FreeBSD.org
Mon Aug 8 03:30:58 GMT 2005


sam         2005-08-08 03:30:57 UTC

  FreeBSD src repository

  Modified files:
    sys/net80211         ieee80211.c ieee80211_input.c 
                         ieee80211_ioctl.c ieee80211_ioctl.h 
                         ieee80211_node.c ieee80211_output.c 
                         ieee80211_var.h 
    sys/dev/awi          awi.c 
    sys/dev/ipw          if_ipw.c 
    sys/dev/wi           if_wi.c 
  Log:
  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 at nurfuerspam.de>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.40      +1 -1      src/sys/dev/awi/awi.c
  1.9       +1 -1      src/sys/dev/ipw/if_ipw.c
  1.184     +1 -1      src/sys/dev/wi/if_wi.c
  1.21      +5 -3      src/sys/net80211/ieee80211.c
  1.80      +13 -3     src/sys/net80211/ieee80211_input.c
  1.29      +1 -1      src/sys/net80211/ieee80211_ioctl.c
  1.13      +2 -1      src/sys/net80211/ieee80211_ioctl.h
  1.61      +2 -2      src/sys/net80211/ieee80211_node.c
  1.33      +3 -3      src/sys/net80211/ieee80211_output.c
  1.29      +3 -1      src/sys/net80211/ieee80211_var.h


More information about the cvs-src mailing list