cvs commit: src/sys/net80211 ieee80211_node.c ieee80211_node.h ieee80211_output.c ieee80211_var.h

Sam Leffler sam at FreeBSD.org
Fri Apr 2 15:25:40 PST 2004


sam         2004/04/02 15:25:39 PST

  FreeBSD src repository

  Modified files:
    sys/net80211         ieee80211_node.c ieee80211_node.h 
                         ieee80211_output.c ieee80211_var.h 
  Log:
  fix adhoc/ibss operation for drivers that require host support (e.g. ath):
  
  o remove IEEE80211_C_RCVMGT capability
  o on transmit craft new nodes as needed using new ieee80211_find_txnode routine
  o add ieee80211_find_txnode routine to lookup a node by mac address and
    if not present create one when operating in ibss/ahdemo mode; new nodes
    are dup'd from bss and the driver is told to treat the node as if a new
    association has been created so driver-private state (e.g. rate control
    handling) is setup
  
  Obtained from:  netbsd (basic idea)
  
  Revision  Changes    Path
  1.20      +70 -6     src/sys/net80211/ieee80211_node.c
  1.8       +2 -0      src/sys/net80211/ieee80211_node.h
  1.10      +7 -29     src/sys/net80211/ieee80211_output.c
  1.13      +0 -1      src/sys/net80211/ieee80211_var.h


More information about the cvs-all mailing list