CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/07/19 13:08:28
Modified files:
sys/dev/ic : rt2860.c
Log message:
in hostap mode, when a STA leaves the BSS, clear its entry in the
hardware RX WCID search table.
otherwise, if the same STA reassociates later with a different id,
we would have two entries for the same MAC in the table, leading
to problems with key lookups etc...
big thanks to Nathanael Rensen who found the issue.
