diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-11-11 05:17:42 -0500 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-11-13 05:34:29 -0500 |
commit | 1f4c894d3a35e88331c01e681d033a2000c3667b (patch) | |
tree | 7d01064323b5805bf5de0e024218d4b5a3a55da3 /drivers/net/wireless/ath/ath6kl/sdio.c | |
parent | 66b693c3b84876d33afd35b9d717d8b9d07384c8 (diff) |
ath6kl: change bmi sizes being configurable by HIF
SDIO and USB have different maximum sizes for BMI commands so make that
configurable.
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/sdio.c')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/sdio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/sdio.c b/drivers/net/wireless/ath/ath6kl/sdio.c index 080be036a27e..46a9bd66b94c 100644 --- a/drivers/net/wireless/ath/ath6kl/sdio.c +++ b/drivers/net/wireless/ath/ath6kl/sdio.c | |||
@@ -1139,6 +1139,7 @@ static int ath6kl_sdio_probe(struct sdio_func *func, | |||
1139 | ar_sdio->ar = ar; | 1139 | ar_sdio->ar = ar; |
1140 | ar->hif_priv = ar_sdio; | 1140 | ar->hif_priv = ar_sdio; |
1141 | ar->hif_ops = &ath6kl_sdio_ops; | 1141 | ar->hif_ops = &ath6kl_sdio_ops; |
1142 | ar->bmi.max_data_size = 256; | ||
1142 | 1143 | ||
1143 | ath6kl_sdio_set_mbox_info(ar); | 1144 | ath6kl_sdio_set_mbox_info(ar); |
1144 | 1145 | ||