mirror of
https://github.com/chinawrj/rtl8812au
synced 2024-11-13 01:22:30 +00:00
fixed CONCURRENT mode not working
This commit is contained in:
parent
52a773fdf1
commit
5386896ef8
@ -185,7 +185,7 @@ odm_tx_pwr_track_set_pwr8812a(
|
|||||||
} else
|
} else
|
||||||
return;
|
return;
|
||||||
} /* odm_TxPwrTrackSetPwr88E */
|
} /* odm_TxPwrTrackSetPwr88E */
|
||||||
|
/*
|
||||||
void configure_txpower_track_8812a(
|
void configure_txpower_track_8812a(
|
||||||
struct txpwrtrack_cfg *config
|
struct txpwrtrack_cfg *config
|
||||||
)
|
)
|
||||||
@ -201,7 +201,7 @@ void configure_txpower_track_8812a(
|
|||||||
config->do_iqk = do_iqk_8812a;
|
config->do_iqk = do_iqk_8812a;
|
||||||
config->phy_lc_calibrate = phy_lc_calibrate_8812a;
|
config->phy_lc_calibrate = phy_lc_calibrate_8812a;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* 1 7. IQK */
|
/* 1 7. IQK */
|
||||||
|
Loading…
Reference in New Issue
Block a user