[rt2x00-users] [PATCH] rt2x00 : rt2800pci tx, rx and boot time mcu.
Ivo van Doorn
ivdoorn at gmail.com
Sat Aug 1 12:28:34 UTC 2009
Hi,
> rt2x00pci_register_read(rt2x00dev, GPIO_CTRL_CFG, ®);
> - return rt2x00_get_field32(reg, GPIO_CTRL_CFG_BIT2);
> + return !rt2x00_get_field32(reg, GPIO_CTRL_CFG_BIT2);
I have an idea about this rfkill problem, during initialization the
device usually complains that it isn't ready yet. That indicates
initialization problems and the card hasn't been activated yet.
I think this also means the GPIO controller isn't ready yet and
thus is sending the wrong data when it is read.
Ivo
More information about the users
mailing list