提交 6d59efcb 编写于 作者: D Dilek Uzulmez 提交者: Greg Kroah-Hartman

Staging: rtl8723au: core: Fix quoted string split across lines

This patch fixes "quoted string split across lines warning" warning in
rtw_ap.c
Signed-off-by: NDilek Uzulmez <dilekuzulmez@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 b5e38b10
...@@ -1475,8 +1475,8 @@ void bss_cap_update_on_sta_join23a(struct rtw_adapter *padapter, struct sta_info ...@@ -1475,8 +1475,8 @@ void bss_cap_update_on_sta_join23a(struct rtw_adapter *padapter, struct sta_info
if (psta->flags & WLAN_STA_HT) { if (psta->flags & WLAN_STA_HT) {
u16 ht_capab = le16_to_cpu(psta->htpriv.ht_cap.cap_info); u16 ht_capab = le16_to_cpu(psta->htpriv.ht_cap.cap_info);
DBG_8723A("HT: STA " MAC_FMT " HT Capabilities " DBG_8723A("HT: STA " MAC_FMT " HT Capabilities Info: 0x%04x\n",
"Info: 0x%04x\n", MAC_ARG(psta->hwaddr), ht_capab); MAC_ARG(psta->hwaddr), ht_capab);
if (psta->no_ht_set) { if (psta->no_ht_set) {
psta->no_ht_set = 0; psta->no_ht_set = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册