Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: rtl8723au: MAX_AGGR_NUM is not used

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Jes Sorensen and committed by
Greg Kroah-Hartman
19c7b644 929e570a

-4
-1
drivers/staging/rtl8723au/hal/rtl8723a_phycfg.c
··· 426 426 ODM_ReadAndConfig_MAC_REG_8723A(&pHalData->odmpriv); 427 427 428 428 /* 2010.07.13 AMPDU aggregation number 9 */ 429 - /* rtw_write16(Adapter, REG_MAX_AGGR_NUM, MAX_AGGR_NUM); */ 430 429 rtl8723au_write8(Adapter, REG_MAX_AGGR_NUM, 0x0A); 431 430 if (pHalData->rf_type == RF_2T2R && 432 431 BOARD_USB_DONGLE == pHalData->BoardType)
-3
drivers/staging/rtl8723au/include/Hal8723APhyCfg.h
··· 16 16 #ifndef __INC_HAL8723PHYCFG_H__ 17 17 #define __INC_HAL8723PHYCFG_H__ 18 18 19 - /*--------------------------Define Parameters-------------------------------*/ 20 - #define MAX_AGGR_NUM 0x0909 21 - 22 19 /*------------------------------Define structure----------------------------*/ 23 20 enum RF_RADIO_PATH { 24 21 RF_PATH_A = 0, /* Radio Path A */