Staging: rt3090: Fix RT3090 scan AP function
commit 1226056d9608d241db4b558a0d88a347ad5c66ae upstream. Fix RT3090 scan AP function. This patch fixes the rt3090 wireless module failed to scan AP around due to Windows driver causing rt3090 module unable to scan AP in Linux. Acked-by: Chun-Yi Lee <jlee@novell.com> Signed-off-by: Chien-Chia Chen <machen@novell.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
8184d7cea8
commit
6708811f74
@ -51,7 +51,8 @@ void NICInitRT3090RFRegisters(struct rt_rtmp_adapter *pAd)
|
||||
if (IS_RT3090(pAd)) {
|
||||
/* Init RF calibration */
|
||||
/* Driver should toggle RF R30 bit7 before init RF registers */
|
||||
u32 RfReg = 0, data;
|
||||
u8 RfReg;
|
||||
u32 data;
|
||||
|
||||
RT30xxReadRFRegister(pAd, RF_R30, (u8 *)&RfReg);
|
||||
RfReg |= 0x80;
|
||||
|
@ -53,7 +53,7 @@ struct rt_reg_pair RT30xx_RFRegTable[] = {
|
||||
,
|
||||
{RF_R06, 0x02}
|
||||
,
|
||||
{RF_R07, 0x70}
|
||||
{RF_R07, 0x60}
|
||||
,
|
||||
{RF_R09, 0x0F}
|
||||
,
|
||||
|
Loading…
x
Reference in New Issue
Block a user