cvs commit: src/sys/net80211 ieee80211_node.c

Sam Leffler sam at FreeBSD.org
Fri Apr 28 19:06:16 UTC 2006


sam         2006-04-28 19:06:15 UTC

  FreeBSD src repository

  Modified files:
    sys/net80211         ieee80211_node.c 
  Log:
  Ensure outbound data packets in hostap mode are delivered only to
  stations that are associated by making ieee80211_find_txnode return
  NULL when a unicast frame is to be delivered to an unassociated
  station.  This will be handled differently in the future but for
  now putting the check here allows all drivers to immediately do
  the right thing.
  
  Reviewed by:    avatar
  MFC after:      1 week
  
  Revision  Changes    Path
  1.74      +12 -1     src/sys/net80211/ieee80211_node.c


More information about the cvs-src mailing list