cvs commit: src/sys/net80211 ieee80211.c ieee80211.h ieee80211_crypto.c ieee80211_input.c ieee80211_ioctl.c ieee80211_ioctl.h ieee80211_node.c ieee80211_node.h ieee80211_output.c ieee80211_proto.c ieee80211_proto.h ...

Sam Leffler sam at FreeBSD.org
Fri Jul 29 23:31:05 GMT 2005


sam         2005-07-29 23:31:04 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/net80211         ieee80211.c ieee80211.h 
                         ieee80211_crypto.c ieee80211_input.c 
                         ieee80211_ioctl.c ieee80211_ioctl.h 
                         ieee80211_node.c ieee80211_node.h 
                         ieee80211_output.c ieee80211_proto.c 
                         ieee80211_proto.h ieee80211_var.h 
    sys/dev/ath          if_ath.c if_athvar.h 
    sys/dev/ath/ath_rate/amrr amrr.c 
    sys/dev/ath/ath_rate/onoe onoe.c 
    sys/dev/ath/ath_rate/sample sample.c 
    sys/dev/awi          awi.c 
    sys/dev/iwi          if_iwi.c 
    sys/dev/ral          if_ral.c 
    sys/dev/usb          if_ural.c 
    sys/dev/wi           if_wi.c 
  Log:
  Sync wireless support from HEAD:
  
  o numerous net80211 fixes including fixes for internal bridging,
    frag threshold ioctl, rts threshold bounds checking, min wep
    length check, reject assoc requests w/ wpa/rsn ie when wpa
    is not configured
  o misc api changes to reduce differences against forthcoming changes
  o add stats for future use and reserve space
  o probe inactive neighbors in adhoc mode before timing them out
  o debug msg fixups (diff reduction against forthcoming code)
  o driver mods to track api changes
  
  Also for ath driver:
  o fix diversity handling
  o use any fixed antenna setting when sending beacons in adhoc mode
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.8.2.1    +3 -2      src/sys/dev/ath/ath_rate/amrr/amrr.c
  1.8.2.1    +3 -2      src/sys/dev/ath/ath_rate/onoe/onoe.c
  1.8.2.1    +1 -1      src/sys/dev/ath/ath_rate/sample/sample.c
  1.94.2.1   +25 -20    src/sys/dev/ath/if_ath.c
  1.27.2.1   +0 -2      src/sys/dev/ath/if_athvar.h
  1.37.2.1   +2 -2      src/sys/dev/awi/awi.c
  1.8.2.1    +1 -1      src/sys/dev/iwi/if_iwi.c
  1.10.2.1   +2 -2      src/sys/dev/ral/if_ral.c
  1.10.2.1   +1 -1      src/sys/dev/usb/if_ural.c
  1.180.2.1  +2 -2      src/sys/dev/wi/if_wi.c
  1.19.2.1   +1 -1      src/sys/net80211/ieee80211.c
  1.9.2.1    +11 -3     src/sys/net80211/ieee80211.h
  1.10.2.1   +1 -1      src/sys/net80211/ieee80211_crypto.c
  1.62.2.1   +164 -76   src/sys/net80211/ieee80211_input.c
  1.25.2.1   +19 -6     src/sys/net80211/ieee80211_ioctl.c
  1.10.2.1   +9 -0      src/sys/net80211/ieee80211_ioctl.h
  1.48.2.1   +55 -57    src/sys/net80211/ieee80211_node.c
  1.17.2.1   +3 -5      src/sys/net80211/ieee80211_node.h
  1.26.2.1   +161 -72   src/sys/net80211/ieee80211_output.c
  1.17.2.1   +12 -11    src/sys/net80211/ieee80211_proto.c
  1.11.2.1   +10 -2     src/sys/net80211/ieee80211_proto.h
  1.22.2.1   +54 -9     src/sys/net80211/ieee80211_var.h


More information about the cvs-all mailing list