diff options
| author | codeworkx <daniel.hillenbrand@codeworkx.de> | 2018-01-20 20:19:15 +0100 |
|---|---|---|
| committer | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2018-01-28 14:52:32 +0000 |
| commit | 57e10e4f1657024fb7245142a9020e5121c58634 (patch) | |
| tree | 47a9c4dec0d42265972a5ced51892067f8230bca /wifi | |
| parent | 130a9e7f85d64a1fcb7269ee821a4208c84dc91a (diff) | |
msm8998: wifi: add sar-vendor-cmd
Change-Id: I9c4744b85dac21f48ad0d3b2a7db8d9b05c0137a
Diffstat (limited to 'wifi')
| -rw-r--r-- | wifi/sar-vendor-cmd.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/wifi/sar-vendor-cmd.xml b/wifi/sar-vendor-cmd.xml new file mode 100644 index 0000000..f93fe5d --- /dev/null +++ b/wifi/sar-vendor-cmd.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<WCN_VenTool> + <VendorCmd name="SAR_SET" ID="146"> + <Attribute name="ENABLE" ID="1" TYPE="u32"/> + <Attribute name="NUM_SPECS" ID="2" TYPE="u32"/> + <Attribute name="SAR_SPEC" ID="3" TYPE="NESTED" ATTR_MAX="8"> + <Attribute name="BAND" ID="4" TYPE="u32"/> + <Attribute name="CHAIN" ID="5" TYPE="u32"/> + <Attribute name="MOD" ID="6" TYPE="u32"/> + <Attribute name="POW" ID="7" TYPE="u32"/> + </Attribute> + </VendorCmd> +</WCN_VenTool> |
