]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/staging/winbond/wb35rx_f.h
Staging: w35und: remove global struct ieee80211_hw
[linux-2.6-omap-h63xx.git] / drivers / staging / winbond / wb35rx_f.h
1 #ifndef __WINBOND_WB35RX_F_H
2 #define __WINBOND_WB35RX_F_H
3
4 #include <net/mac80211.h>
5 #include "wbhal_s.h"
6
7 //====================================
8 // Interface function declare
9 //====================================
10 void            Wb35Rx_reset_descriptor(  phw_data_t pHwData );
11 unsigned char           Wb35Rx_initial(  phw_data_t pHwData );
12 void            Wb35Rx_destroy(  phw_data_t pHwData );
13 void            Wb35Rx_stop(  phw_data_t pHwData );
14 u16             Wb35Rx_indicate(struct ieee80211_hw *hw);
15 void            Wb35Rx_adjust(  PDESCRIPTOR pRxDes );
16 void            Wb35Rx_start(struct ieee80211_hw *hw);
17
18 void            Wb35Rx(struct ieee80211_hw *hw);
19 void            Wb35Rx_Complete(struct urb *urb);
20
21 #endif