Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
[linux-block.git] / drivers / staging / winbond / wb35rx_f.h
CommitLineData
80aba536
PE
1#ifndef __WINBOND_WB35RX_F_H
2#define __WINBOND_WB35RX_F_H
3
7fff1316 4#include <net/mac80211.h>
b5ef0761 5#include "wbhal.h"
80aba536 6
66101de1
PM
7//====================================
8// Interface function declare
9//====================================
8e41b4b6
PE
10unsigned char Wb35Rx_initial( struct hw_data * pHwData );
11void Wb35Rx_destroy( struct hw_data * pHwData );
12void Wb35Rx_stop( struct hw_data * pHwData );
7fff1316 13void Wb35Rx_start(struct ieee80211_hw *hw);
66101de1 14
80aba536 15#endif