diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-11-11 14:17:42 +0400 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-11-13 14:34:29 +0400 |
commit | 1f4c894d3a35e88331c01e681d033a2000c3667b (patch) | |
tree | 7d01064323b5805bf5de0e024218d4b5a3a55da3 /drivers/net/wireless/ath/ath6kl/sdio.c | |
parent | 66b693c3b84876d33afd35b9d717d8b9d07384c8 (diff) | |
download | linux-1f4c894d3a35e88331c01e681d033a2000c3667b.tar.xz |
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, ar_sdio->ar = ar; ar->hif_priv = ar_sdio; ar->hif_ops = &ath6kl_sdio_ops; + ar->bmi.max_data_size = 256; ath6kl_sdio_set_mbox_info(ar); |