mirror of https://gitee.com/openkylin/linux.git
staging: rtl8188eu: Remove function with empty definition _InitOperationMode()
Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5751dfc11f
commit
8a39ec22bf
|
@ -583,10 +583,6 @@ static void InitUsbAggregationSetting(struct adapter *Adapter)
|
||||||
haldata->UsbRxHighSpeedMode = false;
|
haldata->UsbRxHighSpeedMode = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void _InitOperationMode(struct adapter *Adapter)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
static void _InitBeaconParameters(struct adapter *Adapter)
|
static void _InitBeaconParameters(struct adapter *Adapter)
|
||||||
{
|
{
|
||||||
struct hal_data_8188e *haldata = GET_HAL_DATA(Adapter);
|
struct hal_data_8188e *haldata = GET_HAL_DATA(Adapter);
|
||||||
|
@ -824,7 +820,6 @@ static u32 rtl8188eu_hal_init(struct adapter *Adapter)
|
||||||
_InitEDCA(Adapter);
|
_InitEDCA(Adapter);
|
||||||
_InitRetryFunction(Adapter);
|
_InitRetryFunction(Adapter);
|
||||||
InitUsbAggregationSetting(Adapter);
|
InitUsbAggregationSetting(Adapter);
|
||||||
_InitOperationMode(Adapter);/* todo */
|
|
||||||
_InitBeaconParameters(Adapter);
|
_InitBeaconParameters(Adapter);
|
||||||
/* Init CR MACTXEN, MACRXEN after setting RxFF boundary REG_TRXFF_BNDY to patch */
|
/* Init CR MACTXEN, MACRXEN after setting RxFF boundary REG_TRXFF_BNDY to patch */
|
||||||
/* Hw bug which Hw initials RxFF boundary size to a value which is larger than the real Rx buffer size in 88E. */
|
/* Hw bug which Hw initials RxFF boundary size to a value which is larger than the real Rx buffer size in 88E. */
|
||||||
|
|
Loading…
Reference in New Issue