mirror of
https://github.com/chinawrj/rtl8812au
synced 2024-11-09 23:57:10 +00:00
Fix another issue, unreachable switch
This commit is contained in:
parent
a2933cf2ab
commit
4b0db32429
@ -1009,7 +1009,7 @@ void mpt_SetRFPath_8812A(PADAPTER pAdapter)
|
|||||||
}
|
}
|
||||||
|
|
||||||
switch (ulAntennaRx) {
|
switch (ulAntennaRx) {
|
||||||
u32 reg0xC50 = 0;
|
u32 reg0xC50;
|
||||||
case ANTENNA_A:
|
case ANTENNA_A:
|
||||||
phy_set_bb_reg(pAdapter, rRxPath_Jaguar, bMaskByte0, 0x11);
|
phy_set_bb_reg(pAdapter, rRxPath_Jaguar, bMaskByte0, 0x11);
|
||||||
phy_set_rf_reg(pAdapter, RF_PATH_B, RF_AC_Jaguar, 0xF0000, 0x1); /*/ RF_B_0x0[19:16] = 1, Standby mode*/
|
phy_set_rf_reg(pAdapter, RF_PATH_B, RF_AC_Jaguar, 0xF0000, 0x1); /*/ RF_B_0x0[19:16] = 1, Standby mode*/
|
||||||
|
Loading…
Reference in New Issue
Block a user