On Fri, Oct 14, 2005 at 12:26:45AM +0000, Greg Troxel wrote:
Module Name: src
Committed By: gdt
Date: Fri Oct 14 00:26:45 UTC 2005
Modified Files:
src/sys/dev/ic: ath.c
Log Message:
When bringing an interface up, and thus perhaps having just powered it
on (e.g. cardbus), write the wep keys to the card. Fixes problem of
receiving gibberish if one has set wep keys before bringing the
interface up, and also after ifconfig ath0 down; ifconfig ath0 up.
Thanks!
(Tested with current from 20050926 with local mods, and discussed with
sam@ and dyoung@. This is not 100% right, but significantly better
than before. Really we should have an interator in net80211 to repush
all key state, include per-node keys.)
ISTR Sam explained that is not necessary, since there can be no per-node
keys to restore on the INIT->* transition.