brcmfmac: use control channel in roamed status reporting
[deliverable/linux.git] / drivers / staging / winbond / wb35tx_f.h
CommitLineData
80aba536
PE
1#ifndef __WINBOND_WB35TX_F_H
2#define __WINBOND_WB35TX_F_H
3
1e8a2b60 4#include "core.h"
80aba536 5
42cb2945
LL
6/*
7 * ====================================
8 * Interface function declare
9 * ====================================
10 */
11unsigned char Wb35Tx_initial(struct hw_data *hw_data);
12void Wb35Tx_destroy(struct hw_data *hw_data);
13unsigned char Wb35Tx_get_tx_buffer(struct hw_data *hw_data, u8 **buffer);
66101de1 14
1e8a2b60 15void Wb35Tx_EP2VM_start(struct wbsoft_priv *adapter);
66101de1 16
1e8a2b60 17void Wb35Tx_start(struct wbsoft_priv *adapter);
42cb2945 18void Wb35Tx_stop(struct hw_data *hw_data);
66101de1 19
42cb2945 20void Wb35Tx_CurrentTime(struct wbsoft_priv *adapter, u32 time_count);
66101de1 21
80aba536 22#endif
This page took 0.339551 seconds and 5 git commands to generate.