summaryrefslogtreecommitdiff
path: root/rx.h
blob: a4d247801ff37cc2a43e1cad8d772b73a694b8a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright (C) 2006-2015, Marvell International Ltd.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

/* Description:  This file defines receive related functions.
 */

#ifndef _mwl_rx_h_
#define _mwl_rx_h_

int mwl_rx_init(struct ieee80211_hw *hw);
void mwl_rx_deinit(struct ieee80211_hw *hw);
void mwl_rx_recv(unsigned long data);

#endif /* _mwl_rx_h_ */