in hostap mode, when a STA leaves the BSS, clear its entry in the
authordamien <damien@openbsd.org>
Mon, 19 Jul 2010 19:08:28 +0000 (19:08 +0000)
committerdamien <damien@openbsd.org>
Mon, 19 Jul 2010 19:08:28 +0000 (19:08 +0000)
commitb0498e93c6dfba6b5f3351aa2bcaeb3a6cefbac8
treedd03356e7a3a29cf000d55d6c06427581806461f
parent3e286cfff6ba3d86ffc2fb8cc419ba3b264bc630
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.
sys/dev/ic/rt2860.c