summaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal/ar5210/ar5210_recv.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ath/ath_hal/ar5210/ar5210_recv.c')
-rw-r--r--sys/dev/ath/ath_hal/ar5210/ar5210_recv.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ath/ath_hal/ar5210/ar5210_recv.c b/sys/dev/ath/ath_hal/ar5210/ar5210_recv.c
index 38295b99d1ca..a11e0300721f 100644
--- a/sys/dev/ath/ath_hal/ar5210/ar5210_recv.c
+++ b/sys/dev/ath/ath_hal/ar5210/ar5210_recv.c
@@ -50,7 +50,6 @@ ar5210SetRxDP(struct ath_hal *ah, uint32_t rxdp, HAL_RX_QUEUE qtype)
OS_REG_WRITE(ah, AR_RXDP, rxdp);
}
-
/*
* Set Receive Enable bits.
*/
@@ -86,7 +85,7 @@ ar5210StopDmaReceive(struct ath_hal *ah)
* Start Transmit at the PCU engine (unpause receive)
*/
void
-ar5210StartPcuReceive(struct ath_hal *ah)
+ar5210StartPcuReceive(struct ath_hal *ah, HAL_BOOL is_scanning)
{
ar5210UpdateDiagReg(ah,
OS_REG_READ(ah, AR_DIAG_SW) & ~(AR_DIAG_SW_DIS_RX));