aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.h')
-rw-r--r--drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.h30
1 files changed, 4 insertions, 26 deletions
diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.h b/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.h
index 15a66c547287..439ced0e18fa 100644
--- a/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.h
+++ b/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.h
@@ -1,27 +1,5 @@
1/****************************************************************************** 1/* SPDX-License-Identifier: GPL-2.0 */
2 * 2/* Copyright(c) 2009-2012 Realtek Corporation.*/
3 * Copyright(c) 2009-2012 Realtek Corporation. All rights reserved.
4 *
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of version 2 of the GNU General Public License as
7 * published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12 * more details.
13 *
14 * The full GNU General Public License is included in this distribution in the
15 * file called LICENSE.
16 *
17 * Contact Information:
18 * wlanfae <wlanfae@realtek.com>
19 * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
20 * Hsinchu 300, Taiwan.
21 *
22 * Larry Finger <Larry.Finger@lwfinger.net>
23 *
24 *****************************************************************************/
25 3
26#ifndef __RTL92CU_TRX_H__ 4#ifndef __RTL92CU_TRX_H__
27#define __RTL92CU_TRX_H__ 5#define __RTL92CU_TRX_H__
@@ -397,8 +375,8 @@ void rtl92cu_tx_fill_desc(struct ieee80211_hw *hw,
397 struct sk_buff *skb, 375 struct sk_buff *skb,
398 u8 queue_index, 376 u8 queue_index,
399 struct rtl_tcb_desc *tcb_desc); 377 struct rtl_tcb_desc *tcb_desc);
400void rtl92cu_fill_fake_txdesc(struct ieee80211_hw *hw, u8 * pDesc, 378void rtl92cu_fill_fake_txdesc(struct ieee80211_hw *hw, u8 *pdesc,
401 u32 buffer_len, bool bIsPsPoll); 379 u32 buffer_len, bool ispspoll);
402void rtl92cu_tx_fill_cmddesc(struct ieee80211_hw *hw, 380void rtl92cu_tx_fill_cmddesc(struct ieee80211_hw *hw,
403 u8 *pdesc, bool b_firstseg, 381 u8 *pdesc, bool b_firstseg,
404 bool b_lastseg, struct sk_buff *skb); 382 bool b_lastseg, struct sk_buff *skb);