#include "../wifi.h"
#include "../pci.h"
#include "../base.h"
#include "reg.h"
#include "def.h"
#include "phy.h"
#include "trx.h"
#include "led.h"
Go to the source code of this file.
|
bool | rtl92de_rx_query_desc (struct ieee80211_hw *hw, struct rtl_stats *stats, struct ieee80211_rx_status *rx_status, u8 *p_desc, struct sk_buff *skb) |
|
void | rtl92de_tx_fill_desc (struct ieee80211_hw *hw, struct ieee80211_hdr *hdr, u8 *pdesc_tx, struct ieee80211_tx_info *info, struct ieee80211_sta *sta, struct sk_buff *skb, u8 hw_queue, struct rtl_tcb_desc *ptcb_desc) |
|
void | rtl92de_tx_fill_cmddesc (struct ieee80211_hw *hw, u8 *pdesc, bool firstseg, bool lastseg, struct sk_buff *skb) |
|
void | rtl92de_set_desc (u8 *pdesc, bool istx, u8 desc_name, u8 *val) |
|
u32 | rtl92de_get_desc (u8 *p_desc, bool istx, u8 desc_name) |
|
void | rtl92de_tx_polling (struct ieee80211_hw *hw, u8 hw_queue) |
|
u32 rtl92de_get_desc |
( |
u8 * |
p_desc, |
|
|
bool |
istx, |
|
|
u8 |
desc_name |
|
) |
| |
void rtl92de_set_desc |
( |
u8 * |
pdesc, |
|
|
bool |
istx, |
|
|
u8 |
desc_name, |
|
|
u8 * |
val |
|
) |
| |