0001
0002
0003
0004 #ifndef __REALTEK_PCI92SE_TRX_H__
0005 #define __REALTEK_PCI92SE_TRX_H__
0006
0007 void rtl92se_tx_fill_desc(struct ieee80211_hw *hw,
0008 struct ieee80211_hdr *hdr, u8 *pdesc,
0009 u8 *pbd_desc_tx, struct ieee80211_tx_info *info,
0010 struct ieee80211_sta *sta,
0011 struct sk_buff *skb, u8 hw_queue,
0012 struct rtl_tcb_desc *ptcb_desc);
0013 void rtl92se_tx_fill_cmddesc(struct ieee80211_hw *hw, u8 *pdesc, bool firstseg,
0014 bool lastseg, struct sk_buff *skb);
0015 bool rtl92se_rx_query_desc(struct ieee80211_hw *hw, struct rtl_stats *stats,
0016 struct ieee80211_rx_status *rx_status, u8 *pdesc,
0017 struct sk_buff *skb);
0018 void rtl92se_set_desc(struct ieee80211_hw *hw, u8 *pdesc, bool istx,
0019 u8 desc_name, u8 *val);
0020 u64 rtl92se_get_desc(struct ieee80211_hw *hw,
0021 u8 *desc, bool istx, u8 desc_name);
0022 void rtl92se_tx_polling(struct ieee80211_hw *hw, u8 hw_queue);
0023
0024 #endif