]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/winbond/wb35rx_f.h
Staging: w35und: remove global struct ieee80211_hw
[karo-tx-linux.git] / drivers / staging / winbond / wb35rx_f.h
index 9fb2e2aacf68ed25238175a20baee83b79ef7afd..5585b55cb89f174c8390dffe7fcd57609137d97f 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef __WINBOND_WB35RX_F_H
 #define __WINBOND_WB35RX_F_H
 
+#include <net/mac80211.h>
 #include "wbhal_s.h"
 
 //====================================
@@ -10,11 +11,11 @@ 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(  phw_data_t pHwData );
+u16            Wb35Rx_indicate(struct ieee80211_hw *hw);
 void           Wb35Rx_adjust(  PDESCRIPTOR pRxDes );
-void           Wb35Rx_start(  phw_data_t pHwData );
+void           Wb35Rx_start(struct ieee80211_hw *hw);
 
-void           Wb35Rx(  phw_data_t pHwData );
+void           Wb35Rx(struct ieee80211_hw *hw);
 void           Wb35Rx_Complete(struct urb *urb);
 
 #endif