Skip to content

Commit 19a827e

Browse files
committed
Update rtl8723bs driver to
RTL8723BS_WiFi_linux_v5.1.7.4_24878_BTCOEX20170728-6b4e.20171031 Change-Id: I2f61144aa430125fbd71892af4388dfc82ce28c6 Reviewed-on: https://tp-biosrd-v02/gerrit/82451 Reviewed-by: Sam2 Hsu(徐敏原) <Sam2_Hsu@asus.com> Tested-by: Sam2 Hsu(徐敏原) <Sam2_Hsu@asus.com>
1 parent 12e6590 commit 19a827e

File tree

487 files changed

+221094
-167461
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

487 files changed

+221094
-167461
lines changed

drivers/net/wireless/rockchip_wlan/rtl8723bs/Makefile

100644100755
Lines changed: 236 additions & 39 deletions
Large diffs are not rendered by default.

drivers/net/wireless/rockchip_wlan/rtl8723bs/core/efuse/rtw_efuse.c

100644100755
Lines changed: 1821 additions & 912 deletions
Large diffs are not rendered by default.

drivers/net/wireless/rockchip_wlan/rtl8723bs/core/rtw_ap.c

100644100755
Lines changed: 1771 additions & 1815 deletions
Large diffs are not rendered by default.

drivers/net/wireless/rockchip_wlan/rtl8723bs/core/rtw_beamforming.c

100644100755
Lines changed: 2283 additions & 370 deletions
Large diffs are not rendered by default.

drivers/net/wireless/rockchip_wlan/rtl8723bs/core/rtw_br_ext.c

100644100755
Lines changed: 789 additions & 903 deletions
Large diffs are not rendered by default.

drivers/net/wireless/rockchip_wlan/rtl8723bs/core/rtw_bt_mp.c

100644100755
Lines changed: 1019 additions & 1192 deletions
Large diffs are not rendered by default.

drivers/net/wireless/rockchip_wlan/rtl8723bs/core/rtw_btcoex.c

100644100755
Lines changed: 564 additions & 590 deletions
Large diffs are not rendered by default.
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
/******************************************************************************
2+
*
3+
* Copyright(c) 2013 Realtek Corporation. All rights reserved.
4+
*
5+
* This program is free software; you can redistribute it and/or modify it
6+
* under the terms of version 2 of the GNU General Public License as
7+
* published by the Free Software Foundation.
8+
*
9+
* This program is distributed in the hope that it will be useful, but WITHOUT
10+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11+
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12+
* more details.
13+
*
14+
* You should have received a copy of the GNU General Public License along with
15+
* this program; if not, write to the Free Software Foundation, Inc.,
16+
* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
17+
*
18+
*
19+
******************************************************************************/
20+
#include <drv_types.h>
21+
#include <hal_btcoex_wifionly.h>
22+
#include <hal_data.h>
23+
24+
void rtw_btcoex_wifionly_switchband_notify(PADAPTER padapter)
25+
{
26+
hal_btcoex_wifionly_switchband_notify(padapter);
27+
}
28+
29+
void rtw_btcoex_wifionly_scan_notify(PADAPTER padapter)
30+
{
31+
hal_btcoex_wifionly_scan_notify(padapter);
32+
}
33+
34+
void rtw_btcoex_wifionly_hw_config(PADAPTER padapter)
35+
{
36+
hal_btcoex_wifionly_hw_config(padapter);
37+
}
38+
39+
void rtw_btcoex_wifionly_initialize(PADAPTER padapter)
40+
{
41+
hal_btcoex_wifionly_initlizevariables(padapter);
42+
}

0 commit comments

Comments
 (0)