Hi 2012/7/30 Stanislaw Gruszka <sgruszka@xxxxxxxxxx>: >> --- a/drivers/net/wireless/rt2x00/rt2800lib.c >> +++ b/drivers/net/wireless/rt2x00/rt2800lib.c >> @@ -400,6 +400,14 @@ int rt2800_load_firmware(struct rt2x00_dev *rt2x00dev, >> { >> unsigned int i; >> u32 reg; >> + >> + int retval; >> + >> + if (rt2x00_rt(rt2x00dev, RT3290)) { >> + retval = rt2800_enable_wlan_rt3290(rt2x00dev); >> + if (retval) >> + return -EBUSY; >> + } > > Since we call that here, why we need this also in rt2800pci_probe_hw() ? hmm....this is worth testing. I will remove it from rt2800pci_probe_hw(), see if it is working fine. > Stanislaw > -- Thank you. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html