summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/core.c
diff options
context:
space:
mode:
authorMichal Kazior2013-07-05 15:15:06 +0200
committerKalle Valo2013-07-30 17:01:16 +0200
commit3a0861fffd2238438101b830dc06b13233d1cf92 (patch)
tree40346a141a4e85615d126317fd7eba52f5ab0194 /drivers/net/wireless/ath/ath10k/core.c
parentath10k: do not setup rts/frag thresholds for suspended interfaces (diff)
downloadkernel-qcow2-linux-3a0861fffd2238438101b830dc06b13233d1cf92.tar.gz
kernel-qcow2-linux-3a0861fffd2238438101b830dc06b13233d1cf92.tar.xz
kernel-qcow2-linux-3a0861fffd2238438101b830dc06b13233d1cf92.zip
ath10k: remove ath10k_bus
It serves no purpose. Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/core.c')
-rw-r--r--drivers/net/wireless/ath/ath10k/core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath10k/core.c b/drivers/net/wireless/ath/ath10k/core.c
index 2b3426b1ff3f..aabe16634c1a 100644
--- a/drivers/net/wireless/ath/ath10k/core.c
+++ b/drivers/net/wireless/ath/ath10k/core.c
@@ -441,7 +441,6 @@ static int ath10k_init_hw_params(struct ath10k *ar)
}
struct ath10k *ath10k_core_create(void *hif_priv, struct device *dev,
- enum ath10k_bus bus,
const struct ath10k_hif_ops *hif_ops)
{
struct ath10k *ar;
@@ -458,7 +457,6 @@ struct ath10k *ath10k_core_create(void *hif_priv, struct device *dev,
ar->hif.priv = hif_priv;
ar->hif.ops = hif_ops;
- ar->hif.bus = bus;
ar->free_vdev_map = 0xFF; /* 8 vdevs */