blob: 559bdca12e1a4adaa31849dcd4b5589068ca54ca [file] [log] [blame]
Pekka Enberg80aba532008-10-30 13:04:29 +02001#ifndef __WINBOND_WB35RX_F_H
2#define __WINBOND_WB35RX_F_H
3
Pekka Enberg7fff1312008-10-30 16:14:39 +02004#include <net/mac80211.h>
Pekka Enbergb5ef0762010-11-01 21:50:06 +02005#include "wbhal.h"
Pekka Enberg80aba532008-10-30 13:04:29 +02006
Adil Mujeeb746f0c52012-11-08 00:20:02 +05307/*
8 * Interface function declaration
9 */
10unsigned char Wb35Rx_initial(struct hw_data *pHwData);
11void Wb35Rx_destroy(struct hw_data *pHwData);
12void Wb35Rx_stop(struct hw_data *pHwData);
Pekka Enberg7fff1312008-10-30 16:14:39 +020013void Wb35Rx_start(struct ieee80211_hw *hw);
Pavel Machek66101de2008-10-01 14:36:56 +020014
Pekka Enberg80aba532008-10-30 13:04:29 +020015#endif