mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 13:59:45 -04:00
staging: rtl8723au: Remove write-only variable ControlChannel
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
9d693e3a09
commit
8d8a61c4b2
@@ -416,15 +416,6 @@ static void odm_CommonInfoSelfUpdate(struct hal_data_8723a *pHalData)
|
||||
u8 EntryCnt = 0;
|
||||
u8 i;
|
||||
|
||||
if (pHalData->CurrentChannelBW == HT_CHANNEL_WIDTH_40) {
|
||||
if (pHalData->nCur40MhzPrimeSC == 1)
|
||||
pDM_Odm->ControlChannel = pHalData->CurrentChannel - 2;
|
||||
else if (pHalData->nCur40MhzPrimeSC == 2)
|
||||
pDM_Odm->ControlChannel = pHalData->CurrentChannel + 2;
|
||||
} else {
|
||||
pDM_Odm->ControlChannel = pHalData->CurrentChannel;
|
||||
}
|
||||
|
||||
for (i = 0; i < ODM_ASSOCIATE_ENTRY_NUM; i++) {
|
||||
pEntry = pDM_Odm->pODM_StaInfo[i];
|
||||
if (pEntry)
|
||||
|
||||
@@ -598,7 +598,6 @@ struct dm_odm_t {
|
||||
/* ODM HANDLE, DRIVER NEEDS NOT TO HOOK------ */
|
||||
bool bCckHighPower;
|
||||
u8 RFPathRxEnable; /* ODM_CMNINFO_RFPATH_ENABLE */
|
||||
u8 ControlChannel;
|
||||
/* ODM HANDLE, DRIVER NEEDS NOT TO HOOK------ */
|
||||
|
||||
/* 1 COMMON INFORMATION */
|
||||
|
||||
Reference in New Issue
Block a user