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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to