Commit 19c7b644 authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman

staging: rtl8723au: MAX_AGGR_NUM is not used

Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 929e570a
...@@ -426,7 +426,6 @@ int PHY_MACConfig8723A(struct rtw_adapter *Adapter) ...@@ -426,7 +426,6 @@ int PHY_MACConfig8723A(struct rtw_adapter *Adapter)
ODM_ReadAndConfig_MAC_REG_8723A(&pHalData->odmpriv); ODM_ReadAndConfig_MAC_REG_8723A(&pHalData->odmpriv);
/* 2010.07.13 AMPDU aggregation number 9 */ /* 2010.07.13 AMPDU aggregation number 9 */
/* rtw_write16(Adapter, REG_MAX_AGGR_NUM, MAX_AGGR_NUM); */
rtl8723au_write8(Adapter, REG_MAX_AGGR_NUM, 0x0A); rtl8723au_write8(Adapter, REG_MAX_AGGR_NUM, 0x0A);
if (pHalData->rf_type == RF_2T2R && if (pHalData->rf_type == RF_2T2R &&
BOARD_USB_DONGLE == pHalData->BoardType) BOARD_USB_DONGLE == pHalData->BoardType)
......
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
#ifndef __INC_HAL8723PHYCFG_H__ #ifndef __INC_HAL8723PHYCFG_H__
#define __INC_HAL8723PHYCFG_H__ #define __INC_HAL8723PHYCFG_H__
/*--------------------------Define Parameters-------------------------------*/
#define MAX_AGGR_NUM 0x0909
/*------------------------------Define structure----------------------------*/ /*------------------------------Define structure----------------------------*/
enum RF_RADIO_PATH { enum RF_RADIO_PATH {
RF_PATH_A = 0, /* Radio Path A */ RF_PATH_A = 0, /* Radio Path A */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment