diff options
author | Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> | 2014-02-27 09:20:40 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-02-28 14:33:27 -0500 |
commit | 1647f12f1b511c2629b9b8d23061aa54ad8a9795 (patch) | |
tree | 07753b3fa605dd542f6081c3f558f9bc5d5fcca2 /drivers/net/wireless/ath/wil6210/wil6210.h | |
parent | c98db0bec72ac7ef127119c1ed962d6f56802b12 (diff) |
wil6210: Tx management frame
Implement management frame passing. In order to receive frame on the other
side, remain_on_channel() should be implemented as well
Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/wil6210/wil6210.h')
-rw-r--r-- | drivers/net/wireless/ath/wil6210/wil6210.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/wil6210/wil6210.h b/drivers/net/wireless/ath/wil6210/wil6210.h index 1f91eaf95bbe..0d7fba4f09e2 100644 --- a/drivers/net/wireless/ath/wil6210/wil6210.h +++ b/drivers/net/wireless/ath/wil6210/wil6210.h | |||
@@ -357,6 +357,7 @@ int wmi_echo(struct wil6210_priv *wil); | |||
357 | int wmi_set_ie(struct wil6210_priv *wil, u8 type, u16 ie_len, const void *ie); | 357 | int wmi_set_ie(struct wil6210_priv *wil, u8 type, u16 ie_len, const void *ie); |
358 | int wmi_rx_chain_add(struct wil6210_priv *wil, struct vring *vring); | 358 | int wmi_rx_chain_add(struct wil6210_priv *wil, struct vring *vring); |
359 | int wmi_p2p_cfg(struct wil6210_priv *wil, int channel); | 359 | int wmi_p2p_cfg(struct wil6210_priv *wil, int channel); |
360 | int wmi_rxon(struct wil6210_priv *wil, bool on); | ||
360 | int wmi_get_temperature(struct wil6210_priv *wil, u32 *t_m, u32 *t_r); | 361 | int wmi_get_temperature(struct wil6210_priv *wil, u32 *t_m, u32 *t_r); |
361 | 362 | ||
362 | int wil6210_init_irq(struct wil6210_priv *wil, int irq); | 363 | int wil6210_init_irq(struct wil6210_priv *wil, int irq); |