summaryrefslogtreecommitdiff
path: root/tx.h
blob: df485f9698ce4b95c916296d5a3a0e6ce9d2a6fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * 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 transmit related functions.
 */

#ifndef _mwl_tx_h_
#define _mwl_tx_h_

int mwl_tx_init(struct ieee80211_hw *hw);
void mwl_tx_deinit(struct ieee80211_hw *hw);
void mwl_tx_xmit(struct ieee80211_hw *hw,
		 struct ieee80211_tx_control *control,
		 struct sk_buff *skb);
void mwl_tx_done(unsigned long data);

#endif /* _mwl_tx_h_ */