projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20fa2f7
)
ath10k: introduce new subtypes for proxy STA and Mesh
author
Peter Oh
<poh@qca.qualcomm.com>
Tue, 24 Nov 2015 17:37:34 +0000
(09:37 -0800)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Mon, 30 Nov 2015 14:54:50 +0000
(16:54 +0200)
QCA988X firmware starting from 10.2.4.70.12-2 supports new
vdev subtypes for proxy STA and Mesh, hence add them to be used
as needed.
Signed-off-by: Peter Oh <poh@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/wmi.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath10k/wmi.h
b/drivers/net/wireless/ath/ath10k/wmi.h
index 0747055faa28278c3a48c05f591b8deeda7bac4e..d85ad7855d20acfef9f0d3587c5ab8bfd56519ce 100644
(file)
--- a/
drivers/net/wireless/ath/ath10k/wmi.h
+++ b/
drivers/net/wireless/ath/ath10k/wmi.h
@@
-4274,6
+4274,8
@@
enum wmi_vdev_subtype {
WMI_VDEV_SUBTYPE_P2P_DEVICE = 1,
WMI_VDEV_SUBTYPE_P2P_CLIENT = 2,
WMI_VDEV_SUBTYPE_P2P_GO = 3,
+ WMI_VDEV_SUBTYPE_PROXY_STA = 4,
+ WMI_VDEV_SUBTYPE_MESH = 5,
};
/* values for vdev_subtype */