Skip to content

Commit 60b3b75

Browse files
Alex Zhaorkhuangtao
authored andcommitted
net: wireless: rockchip_wlan: update rtl8188eu
update wifi driver to v5.2.2.3_24783.20171030 Change-Id: I6fb8d8791ecdd7a51349a7696b98942dfdcd29f7 Signed-off-by: Alex Zhao <zzc@rock-chips.com>
1 parent ac04248 commit 60b3b75

511 files changed

Lines changed: 297128 additions & 237413 deletions

File tree

Some content is hidden

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

drivers/net/wireless/rockchip_wlan/rtl8188eu/Makefile

Lines changed: 267 additions & 46 deletions
Large diffs are not rendered by default.

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

Lines changed: 2129 additions & 908 deletions
Large diffs are not rendered by default.

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

Lines changed: 4171 additions & 4210 deletions
Large diffs are not rendered by default.

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

Lines changed: 3157 additions & 1244 deletions
Large diffs are not rendered by default.

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

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

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

Lines changed: 1580 additions & 1753 deletions
Large diffs are not rendered by default.

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

Lines changed: 576 additions & 596 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)