cvs commit: src/sys/net80211 ieee80211.c ieee80211_node.c ieee80211_node.h

Sam Leffler sam at FreeBSD.org
Wed Aug 13 15:09:46 PDT 2003


sam         2003/08/13 15:09:44 PDT

  FreeBSD src repository

  Modified files:
    sys/net80211         ieee80211.c ieee80211_node.c 
                         ieee80211_node.h 
  Log:
  Delay creating ic_bss until after the super-class has a chance
  to override the method pointers for manipulating nodes; this fixes
  a problem where the ic_bss node was not being created properly
  for the ath driver causing the driver to scribble on random memory.
  
  Noticed by:     David Young <dyoung at pobox.com>
  
  Revision  Changes    Path
  1.7       +6 -0      src/sys/net80211/ieee80211.c
  1.5       +7 -0      src/sys/net80211/ieee80211_node.c
  1.4       +1 -0      src/sys/net80211/ieee80211_node.h


More information about the cvs-src mailing list