diff options
author | Rajkumar Manoharan <rmanohar@qca.qualcomm.com> | 2012-06-12 10:48:20 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-06-13 14:36:00 -0400 |
commit | b98ccec0a497a9f08d705f1a7d63d5690bb48e70 (patch) | |
tree | 1e198d45de861fda83717fec822f0d45392a2cb9 /drivers/net/wireless/ath/ath9k/gpio.c | |
parent | d02ca07e6fdf89ed6f453fe1c9229c71a0358886 (diff) |
ath9k_hw: remove p_data argument from ar9003_mci_state
As p_data is unuse, lets remove it from ar9003_mci_state.
Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/gpio.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/gpio.c b/drivers/net/wireless/ath/ath9k/gpio.c index 00ff5ab5a54f..26032cb59b8a 100644 --- a/drivers/net/wireless/ath/ath9k/gpio.c +++ b/drivers/net/wireless/ath/ath9k/gpio.c | |||
@@ -202,7 +202,7 @@ static void ath_btcoex_period_timer(unsigned long data) | |||
202 | 202 | ||
203 | btcoex->bt_wait_time += btcoex->btcoex_period; | 203 | btcoex->bt_wait_time += btcoex->btcoex_period; |
204 | if (btcoex->bt_wait_time > ATH_BTCOEX_RX_WAIT_TIME) { | 204 | if (btcoex->bt_wait_time > ATH_BTCOEX_RX_WAIT_TIME) { |
205 | if (ar9003_mci_state(ah, MCI_STATE_NEED_FTP_STOMP, NULL) && | 205 | if (ar9003_mci_state(ah, MCI_STATE_NEED_FTP_STOMP) && |
206 | (mci->num_pan || mci->num_other_acl)) | 206 | (mci->num_pan || mci->num_other_acl)) |
207 | ah->btcoex_hw.mci.stomp_ftp = | 207 | ah->btcoex_hw.mci.stomp_ftp = |
208 | (sc->rx.num_pkts < ATH_BTCOEX_STOMP_FTP_THRESH); | 208 | (sc->rx.num_pkts < ATH_BTCOEX_STOMP_FTP_THRESH); |