|
@@ -120,7 +120,8 @@ bool rtl_action_proc(struct ieee80211_hw *hw, struct sk_buff *skb, u8 is_tx);
|
|
int rtlwifi_rate_mapping(struct ieee80211_hw *hw, bool isht,
|
|
int rtlwifi_rate_mapping(struct ieee80211_hw *hw, bool isht,
|
|
bool isvht, u8 desc_rate);
|
|
bool isvht, u8 desc_rate);
|
|
bool rtl_tx_mgmt_proc(struct ieee80211_hw *hw, struct sk_buff *skb);
|
|
bool rtl_tx_mgmt_proc(struct ieee80211_hw *hw, struct sk_buff *skb);
|
|
-u8 rtl_is_special_data(struct ieee80211_hw *hw, struct sk_buff *skb, u8 is_tx);
|
|
|
|
|
|
+u8 rtl_is_special_data(struct ieee80211_hw *hw, struct sk_buff *skb, u8 is_tx,
|
|
|
|
+ bool is_enc);
|
|
|
|
|
|
void rtl_beacon_statistic(struct ieee80211_hw *hw, struct sk_buff *skb);
|
|
void rtl_beacon_statistic(struct ieee80211_hw *hw, struct sk_buff *skb);
|
|
int rtl_tx_agg_start(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
|
|
int rtl_tx_agg_start(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
|