aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/wmi.c
diff options
context:
space:
mode:
authorMarek Puzyniak <marek.puzyniak@tieto.com>2015-03-30 02:51:52 -0400
committerKalle Valo <kvalo@qca.qualcomm.com>2015-03-30 08:00:33 -0400
commit7390ed3467fc2261d0f524f928e17baf0ff5c046 (patch)
tree87d5bc54255bafe4951b4c54c900315ad3e3e9f1 /drivers/net/wireless/ath/ath10k/wmi.c
parentd740d8fd243933dfd399c9f8d78063ca020eb8bf (diff)
ath10k: make peer type configurable
Peer type was hardcoded to default value. For future implementation it is required to make is configurable. Signed-off-by: Marek Puzyniak <marek.puzyniak@tieto.com> Signed-off-by: Marek Kwaczynski <marek.kwaczynski@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/wmi.c')
-rw-r--r--drivers/net/wireless/ath/ath10k/wmi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/wmi.c b/drivers/net/wireless/ath/ath10k/wmi.c
index a5ed54959a10..ae6a038f04ab 100644
--- a/drivers/net/wireless/ath/ath10k/wmi.c
+++ b/drivers/net/wireless/ath/ath10k/wmi.c
@@ -4522,7 +4522,8 @@ ath10k_wmi_op_gen_vdev_spectral_enable(struct ath10k *ar, u32 vdev_id,
4522 4522
4523static struct sk_buff * 4523static struct sk_buff *
4524ath10k_wmi_op_gen_peer_create(struct ath10k *ar, u32 vdev_id, 4524ath10k_wmi_op_gen_peer_create(struct ath10k *ar, u32 vdev_id,
4525 const u8 peer_addr[ETH_ALEN]) 4525 const u8 peer_addr[ETH_ALEN],
4526 enum wmi_peer_type peer_type)
4526{ 4527{
4527 struct wmi_peer_create_cmd *cmd; 4528 struct wmi_peer_create_cmd *cmd;
4528 struct sk_buff *skb; 4529 struct sk_buff *skb;