cvs commit: src/sys/net80211 ieee80211_scan_sta.c

Sam Leffler sam at FreeBSD.org
Mon Nov 26 13:28:19 PST 2007


sam         2007-11-26 21:28:18 UTC

  FreeBSD src repository

  Modified files:
    sys/net80211         ieee80211_scan_sta.c 
  Log:
  Be more careful handling off-channel frames: if the driver (wrongly)
  sends frames up the stack after changing the current channel then
  the lookup by ieee channel number may fail leaving a null ptr in
  se_chan; if this happens fallback to the channel recorded when the
  frame is processed (curchan).  Since the frame doesn't contribute
  to scan results for the sta this is acceptable.
  
  Reviewed by:    thompsa
  MFC after:      3 days
  
  Revision  Changes    Path
  1.8       +4 -3      src/sys/net80211/ieee80211_scan_sta.c


More information about the cvs-src mailing list