提交 80dbca37 编写于 作者: G Gulsah Kose 提交者: Greg Kroah-Hartman

staging: rtl8821ae: Fix do not use C99 // comments

Fix checkpatch.pl issues with do not use C99 // comments in base.c
Signed-off-by: NGulsah Kose <gulsah.1004@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 ebd68c23
...@@ -809,7 +809,7 @@ void rtl_get_tcb_desc(struct ieee80211_hw *hw, ...@@ -809,7 +809,7 @@ void rtl_get_tcb_desc(struct ieee80211_hw *hw,
tcb_desc->b_packet_bw = false; tcb_desc->b_packet_bw = false;
} }
} }
//EXPORT_SYMBOL(rtl_get_tcb_desc); /* EXPORT_SYMBOL(rtl_get_tcb_desc); */
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)
{ {
...@@ -1499,7 +1499,7 @@ int rtl_send_smps_action(struct ieee80211_hw *hw, ...@@ -1499,7 +1499,7 @@ int rtl_send_smps_action(struct ieee80211_hw *hw,
err_free: err_free:
return 0; return 0;
} }
//EXPORT_SYMBOL(rtl_send_smps_action); /* EXPORT_SYMBOL(rtl_send_smps_action); */
/* because mac80211 have issues when can receive del ba /* because mac80211 have issues when can receive del ba
* so here we just make a fake del_ba if we receive a ba_req * so here we just make a fake del_ba if we receive a ba_req
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册