mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-22 04:23:39 +00:00
rtl8188eu: Remove MP_FIRMWARE_OFFLOAD - not defined
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
312a475e4b
commit
b94361b3e2
2 changed files with 0 additions and 67 deletions
|
@ -737,13 +737,8 @@ _func_enter_;
|
|||
}
|
||||
|
||||
init_h2fwcmd_w_parm_no_rsp(ph2c, pbsetdataratepara, GEN_CMD_CODE(_SetDataRate));
|
||||
#ifdef MP_FIRMWARE_OFFLOAD
|
||||
pbsetdataratepara->curr_rateidx = *(u32*)rateset;
|
||||
/* _rtw_memcpy(pbsetdataratepara, rateset, sizeof(u32)); */
|
||||
#else
|
||||
pbsetdataratepara->mac_id = 5;
|
||||
_rtw_memcpy(pbsetdataratepara->datarates, rateset, NumRates);
|
||||
#endif
|
||||
res = rtw_enqueue_cmd(pcmdpriv, ph2c);
|
||||
exit:
|
||||
|
||||
|
|
|
@ -420,12 +420,8 @@ Command Mode
|
|||
|
||||
*/
|
||||
struct setdatarate_parm {
|
||||
#ifdef MP_FIRMWARE_OFFLOAD
|
||||
u32 curr_rateidx;
|
||||
#else
|
||||
u8 mac_id;
|
||||
u8 datarates[NumRates];
|
||||
#endif
|
||||
};
|
||||
|
||||
/*
|
||||
|
@ -806,64 +802,6 @@ struct set_ch_parm {
|
|||
u8 ch_offset;
|
||||
};
|
||||
|
||||
#ifdef MP_FIRMWARE_OFFLOAD
|
||||
/*H2C Handler index: 47 */
|
||||
struct SetTxPower_parm
|
||||
{
|
||||
u8 TxPower;
|
||||
};
|
||||
|
||||
/*H2C Handler index: 48 */
|
||||
struct SwitchAntenna_parm
|
||||
{
|
||||
u16 antenna_tx;
|
||||
u16 antenna_rx;
|
||||
// R_ANTENNA_SELECT_CCK cck_txrx;
|
||||
u8 cck_txrx;
|
||||
};
|
||||
|
||||
/*H2C Handler index: 49 */
|
||||
struct SetCrystalCap_parm
|
||||
{
|
||||
u32 curr_crystalcap;
|
||||
};
|
||||
|
||||
/*H2C Handler index: 50 */
|
||||
struct SetSingleCarrierTx_parm
|
||||
{
|
||||
u8 bStart;
|
||||
};
|
||||
|
||||
/*H2C Handler index: 51 */
|
||||
struct SetSingleToneTx_parm
|
||||
{
|
||||
u8 bStart;
|
||||
u8 curr_rfpath;
|
||||
};
|
||||
|
||||
/*H2C Handler index: 52 */
|
||||
struct SetCarrierSuppressionTx_parm
|
||||
{
|
||||
u8 bStart;
|
||||
u32 curr_rateidx;
|
||||
};
|
||||
|
||||
/*H2C Handler index: 53 */
|
||||
struct SetContinuousTx_parm
|
||||
{
|
||||
u8 bStart;
|
||||
u8 CCK_flag; /*1:CCK 2:OFDM*/
|
||||
u32 curr_rateidx;
|
||||
};
|
||||
|
||||
/*H2C Handler index: 54 */
|
||||
struct SwitchBandwidth_parm
|
||||
{
|
||||
u8 curr_bandwidth;
|
||||
};
|
||||
|
||||
#endif /* MP_FIRMWARE_OFFLOAD */
|
||||
|
||||
/*H2C Handler index: 59 */
|
||||
struct SetChannelPlan_param
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue