aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/winbond/wb35rx_f.h
blob: 5585b55cb89f174c8390dffe7fcd57609137d97f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef __WINBOND_WB35RX_F_H
#define __WINBOND_WB35RX_F_H

#include <net/mac80211.h>
#include "wbhal_s.h"

//====================================
// Interface function declare
//====================================
void		Wb35Rx_reset_descriptor(  phw_data_t pHwData );
unsigned char		Wb35Rx_initial(  phw_data_t pHwData );
void		Wb35Rx_destroy(  phw_data_t pHwData );
void		Wb35Rx_stop(  phw_data_t pHwData );
u16		Wb35Rx_indicate(struct ieee80211_hw *hw);
void		Wb35Rx_adjust(  PDESCRIPTOR pRxDes );
void		Wb35Rx_start(struct ieee80211_hw *hw);

void		Wb35Rx(struct ieee80211_hw *hw);
void		Wb35Rx_Complete(struct urb *urb);

#endif