diff options
author | John W. Linville <linville@tuxdriver.com> | 2012-04-12 15:02:19 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-04-12 15:02:19 -0400 |
commit | c2786e4a173f89ae81d6ba45d5bf129d77733eea (patch) | |
tree | ab83a1c7658262314548236a96fabce88be37cb5 /drivers/net/wireless/ath/ath6kl/sdio.c | |
parent | 8065248069097dddf9945acfb2081025e9618c16 (diff) | |
parent | d97c121bb23d32ef631c553d2656f8ccf8349507 (diff) |
Merge branch 'for-linville' of git://github.com/kvalo/ath6kl
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/sdio.c')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/sdio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/sdio.c b/drivers/net/wireless/ath/ath6kl/sdio.c index 53528648b42..44ea7a74210 100644 --- a/drivers/net/wireless/ath/ath6kl/sdio.c +++ b/drivers/net/wireless/ath/ath6kl/sdio.c @@ -1362,7 +1362,7 @@ static int ath6kl_sdio_probe(struct sdio_func *func, goto err_core_alloc; } - ret = ath6kl_core_init(ar); + ret = ath6kl_core_init(ar, ATH6KL_HTC_TYPE_MBOX); if (ret) { ath6kl_err("Failed to init ath6kl core\n"); goto err_core_alloc; |