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

Sam Leffler sam at FreeBSD.org
Sun Jul 20 14:36:10 PDT 2003


sam         2003/07/20 14:36:09 PDT

  FreeBSD src repository

  Modified files:
    sys/net80211         ieee80211.c ieee80211_input.c 
                         ieee80211_ioctl.c ieee80211_node.c 
                         ieee80211_node.h ieee80211_proto.c 
                         ieee80211_proto.h ieee80211_var.h 
  Log:
  o change ieee80211_new_state handling to use a proper method that drivers
    override in their sub-class; this eliminates the hack of interpreting the
    EINPROGRESS return value to mean "don't do any of the normal work"
  o correct active scanning so the first channel is only scanned once and so
    per-channel passive mode is properly honored
  o expose 802.11 FSM state names so every driver doesn't keep a private copy
  o eliminate node parameter to ieee80211_begin_scan; it was not being used
  
  Revision  Changes    Path
  1.5       +1 -1      src/sys/net80211/ieee80211.c
  1.5       +10 -6     src/sys/net80211/ieee80211_input.c
  1.4       +2 -2      src/sys/net80211/ieee80211_ioctl.c
  1.4       +24 -18    src/sys/net80211/ieee80211_node.c
  1.3       +1 -2      src/sys/net80211/ieee80211_node.h
  1.3       +20 -21    src/sys/net80211/ieee80211_proto.c
  1.3       +10 -6     src/sys/net80211/ieee80211_proto.h
  1.3       +2 -1      src/sys/net80211/ieee80211_var.h


More information about the cvs-all mailing list