mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 07:46:45 +07:00
Staging: rt2870: remove dead DFS_SUPPORT code
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
924b813ba8
commit
cb85dd0059
@ -314,15 +314,6 @@ ULONG RTMPReadRadarDuration(
|
||||
{
|
||||
ULONG result = 0;
|
||||
|
||||
#ifdef DFS_SUPPORT
|
||||
UINT8 duration1 = 0, duration2 = 0, duration3 = 0;
|
||||
|
||||
BBP_IO_READ8_BY_REG_ID(pAd, BBP_R116, &duration1);
|
||||
BBP_IO_READ8_BY_REG_ID(pAd, BBP_R117, &duration2);
|
||||
BBP_IO_READ8_BY_REG_ID(pAd, BBP_R118, &duration3);
|
||||
result = (duration1 << 16) + (duration2 << 8) + duration3;
|
||||
#endif // DFS_SUPPORT //
|
||||
|
||||
return result;
|
||||
|
||||
}
|
||||
|
@ -987,9 +987,6 @@ VOID CntlWaitStartProc(
|
||||
{
|
||||
pAd->CommonCfg.RadarDetect.RDMode = RD_SILENCE_MODE;
|
||||
pAd->CommonCfg.RadarDetect.RDCount = 0;
|
||||
#ifdef DFS_SUPPORT
|
||||
BbpRadarDetectionStart(pAd);
|
||||
#endif // DFS_SUPPORT //
|
||||
}
|
||||
|
||||
DBGPRINT(RT_DEBUG_TRACE, ("CNTL - start a new IBSS = %02x:%02x:%02x:%02x:%02x:%02x ...\n",
|
||||
@ -1494,9 +1491,6 @@ VOID LinkUp(
|
||||
|
||||
if (pAd->CommonCfg.RadarDetect.RDMode == RD_SILENCE_MODE)
|
||||
{
|
||||
#ifdef DFS_SUPPORT
|
||||
RadarDetectionStop(pAd);
|
||||
#endif // DFS_SUPPORT //
|
||||
}
|
||||
pAd->CommonCfg.RadarDetect.RDMode = RD_NORMAL_MODE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user