Compare commits
1 Commits
kali/5.3.9
...
upstream/5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c684654e1 |
12
Makefile
12
Makefile
@@ -9,7 +9,10 @@ EXTRA_CFLAGS += -Wno-unused-function
|
|||||||
EXTRA_CFLAGS += -Wno-unused
|
EXTRA_CFLAGS += -Wno-unused
|
||||||
EXTRA_CFLAGS += -Wno-address
|
EXTRA_CFLAGS += -Wno-address
|
||||||
EXTRA_CFLAGS += -Wno-cast-function-type
|
EXTRA_CFLAGS += -Wno-cast-function-type
|
||||||
EXTRA_CFLAGS += -Wno-discarded-qualifiers
|
#EXTRA_CFLAGS += -Wno-discarded-qualifiers
|
||||||
|
EXTRA_CFLAGS += -Wno-uninitialized
|
||||||
|
EXTRA_CFLAGS += -Wno-sometimes-uninitialized
|
||||||
|
EXTRA_CFLAGS += -Wno-enum-conversion
|
||||||
EXTRA_CFLAGS += -Wno-vla
|
EXTRA_CFLAGS += -Wno-vla
|
||||||
EXTRA_CFLAGS += -Wno-date-time
|
EXTRA_CFLAGS += -Wno-date-time
|
||||||
|
|
||||||
@@ -19,7 +22,7 @@ ifeq ($(GCC_VER_49),1)
|
|||||||
EXTRA_CFLAGS += -Wno-date-time # Fix compile error && warning on gcc 4.9 and later
|
EXTRA_CFLAGS += -Wno-date-time # Fix compile error && warning on gcc 4.9 and later
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_CFLAGS += -I$(src)/include
|
EXTRA_CFLAGS += -I$(src)/include -I$(srctree)/$(src)/include
|
||||||
|
|
||||||
EXTRA_LDFLAGS += --strip-debug
|
EXTRA_LDFLAGS += --strip-debug
|
||||||
|
|
||||||
@@ -226,10 +229,11 @@ _HAL_INTFS_FILES := hal/hal_intf.o \
|
|||||||
hal/led/hal_$(HCI_NAME)_led.o
|
hal/led/hal_$(HCI_NAME)_led.o
|
||||||
|
|
||||||
|
|
||||||
EXTRA_CFLAGS += -I$(src)/platform
|
EXTRA_CFLAGS += -I$(src)/platform -I$(srctree)/$(src)/platform
|
||||||
_PLATFORM_FILES := platform/platform_ops.o
|
_PLATFORM_FILES := platform/platform_ops.o
|
||||||
|
|
||||||
EXTRA_CFLAGS += -I$(src)/hal/btc
|
EXTRA_CFLAGS += -I$(src)/hal/btc -I$(srctree)/$(src)/hal/btc
|
||||||
|
EXTRA_CFLAGS += -I$(src)/hal/phydm -I$(srctree)/$(src)/hal/phydm
|
||||||
|
|
||||||
########### HAL_RTL8188E #################################
|
########### HAL_RTL8188E #################################
|
||||||
ifeq ($(CONFIG_RTL8188E), y)
|
ifeq ($(CONFIG_RTL8188E), y)
|
||||||
|
|||||||
4
debian/README.Debian
vendored
4
debian/README.Debian
vendored
@@ -1,4 +0,0 @@
|
|||||||
realtek-rtl8188eus DKMS module for Debian
|
|
||||||
|
|
||||||
This package was automatically generated by the DKMS system,
|
|
||||||
for distribution on Debian based operating systems.
|
|
||||||
126
debian/changelog
vendored
126
debian/changelog
vendored
@@ -1,126 +0,0 @@
|
|||||||
realtek-rtl8188eus-dkms (5.3.9~git20221105.dab6e02-0kali1) kali-dev; urgency=medium
|
|
||||||
|
|
||||||
[ Kali Janitor ]
|
|
||||||
* Set upstream metadata fields: Repository-Browse.
|
|
||||||
|
|
||||||
[ Sophie Brun ]
|
|
||||||
* New upstream version 5.3.9~git20221105.dab6e02
|
|
||||||
* Refresh patches
|
|
||||||
|
|
||||||
-- Sophie Brun <sophie@offensive-security.com> Thu, 10 Nov 2022 12:01:30 +0100
|
|
||||||
|
|
||||||
realtek-rtl8188eus-dkms (5.3.9~git20220829.4ba8e08-0kali1) kali-dev; urgency=medium
|
|
||||||
|
|
||||||
[ Arnaud Rebillout ]
|
|
||||||
* No more dh-exec (requires compat 13)
|
|
||||||
* Switch to dh-sequence-dkms
|
|
||||||
* Set PACKAGE_VERSION in override_dh_dkms
|
|
||||||
|
|
||||||
[ Kali Janitor ]
|
|
||||||
* Trim trailing whitespace.
|
|
||||||
* debian/copyright: use spaces rather than tabs to start continuation lines.
|
|
||||||
* Set upstream metadata fields: Bug-Database, Bug-Submit.
|
|
||||||
* Update standards version to 4.6.1, no changes needed.
|
|
||||||
|
|
||||||
[ Sophie Brun ]
|
|
||||||
* New upstream version 5.3.9~git20220829.4ba8e08
|
|
||||||
* Refresh patches
|
|
||||||
* Import upstream patch to fix the build with Linux 5.19
|
|
||||||
|
|
||||||
-- Sophie Brun <sophie@offensive-security.com> Thu, 06 Oct 2022 15:05:27 +0200
|
|
||||||
|
|
||||||
realtek-rtl8188eus-dkms (5.3.9~git20220319.0958f29-0kali3) kali-dev; urgency=medium
|
|
||||||
|
|
||||||
* Remove useless patch (we change version in debian/rules)
|
|
||||||
* Refresh patch
|
|
||||||
* Add a patch to fix the build with kernel 5.18
|
|
||||||
|
|
||||||
-- Sophie Brun <sophie@offensive-security.com> Tue, 21 Jun 2022 12:20:45 +0200
|
|
||||||
|
|
||||||
realtek-rtl8188eus-dkms (5.3.9~git20220319.0958f29-0kali2) kali-dev; urgency=medium
|
|
||||||
|
|
||||||
* Add a patch to fix build build with kernel 5.17
|
|
||||||
|
|
||||||
-- Sophie Brun <sophie@offensive-security.com> Wed, 18 May 2022 17:50:10 +0200
|
|
||||||
|
|
||||||
realtek-rtl8188eus-dkms (5.3.9~git20220319.0958f29-0kali1) kali-dev; urgency=medium
|
|
||||||
|
|
||||||
* New upstream version 5.3.9~git20220319.0958f29
|
|
||||||
* Refresh patches
|
|
||||||
|
|
||||||
-- Sophie Brun <sophie@offensive-security.com> Thu, 12 May 2022 11:02:51 +0200
|
|
||||||
|
|
||||||
realtek-rtl8188eus-dkms (5.3.9~git20210504.6146193-0kali2) kali-dev; urgency=medium
|
|
||||||
|
|
||||||
[ Ben Wilson ]
|
|
||||||
* Remove template comment and switch spaces to tabs
|
|
||||||
|
|
||||||
[ Sophie Brun ]
|
|
||||||
* Add a patch to fix the compilation with kernel 5.15
|
|
||||||
|
|
||||||
-- Sophie Brun <sophie@offensive-security.com> Tue, 14 Dec 2021 17:56:08 +0100
|
|
||||||
|
|
||||||
realtek-rtl8188eus-dkms (5.3.9~git20210504.6146193-0kali1) kali-dev; urgency=medium
|
|
||||||
|
|
||||||
* New upstream version 5.3.9~git20210504.6146193
|
|
||||||
* Refresh patches
|
|
||||||
|
|
||||||
-- Sophie Brun <sophie@offensive-security.com> Tue, 28 Sep 2021 11:00:05 +0200
|
|
||||||
|
|
||||||
realtek-rtl8188eus-dkms (5.3.9~git20210206.1e7145f-0kali2) kali-dev; urgency=medium
|
|
||||||
|
|
||||||
* Bump Standards-Version to 4.5.1
|
|
||||||
* Blacklist r8188eu
|
|
||||||
|
|
||||||
-- Sophie Brun <sophie@offensive-security.com> Tue, 13 Jul 2021 10:50:42 +0200
|
|
||||||
|
|
||||||
realtek-rtl8188eus-dkms (5.3.9~git20210206.1e7145f-0kali1) kali-dev; urgency=medium
|
|
||||||
|
|
||||||
* Update debian/watch
|
|
||||||
* New upstream version 5.3.9~git20210206.1e7145f
|
|
||||||
* Refresh patches
|
|
||||||
|
|
||||||
-- Sophie Brun <sophie@offensive-security.com> Wed, 14 Apr 2021 17:25:11 +0200
|
|
||||||
|
|
||||||
realtek-rtl8188eus-dkms (5.3.9~git20201227-0kali1) kali-dev; urgency=medium
|
|
||||||
|
|
||||||
* New upstream version 5.3.9~git20201227
|
|
||||||
* Refresh patches
|
|
||||||
|
|
||||||
-- Sophie Brun <sophie@offensive-security.com> Tue, 26 Jan 2021 17:04:18 +0100
|
|
||||||
|
|
||||||
realtek-rtl8188eus-dkms (5.3.9~git20200829-0kali2) kali-dev; urgency=medium
|
|
||||||
|
|
||||||
* Fix errors introduced in 5a7f22 (lintian-overrides)
|
|
||||||
|
|
||||||
-- Sophie Brun <sophie@offensive-security.com> Wed, 16 Sep 2020 15:54:13 +0200
|
|
||||||
|
|
||||||
realtek-rtl8188eus-dkms (5.3.9~git20200829-0kali1) kali-dev; urgency=medium
|
|
||||||
|
|
||||||
* New upstream version 5.3.9~git20200829
|
|
||||||
* Refresh patches
|
|
||||||
* Add comment in debian/copyright
|
|
||||||
* Bump Standards-Version to 4.5.0
|
|
||||||
* Add lintian-overrides for dh-exec-subst-unknown-variable
|
|
||||||
|
|
||||||
-- Sophie Brun <sophie@offensive-security.com> Wed, 16 Sep 2020 15:07:29 +0200
|
|
||||||
|
|
||||||
realtek-rtl8188eus-dkms (5.3.9~git20200710-0kali1) kali-dev; urgency=medium
|
|
||||||
|
|
||||||
* New upstream version 5.3.9~20200710
|
|
||||||
|
|
||||||
-- Sophie Brun <sophie@offensive-security.com> Fri, 10 Jul 2020 08:49:51 +0200
|
|
||||||
|
|
||||||
realtek-rtl8188eus-dkms (5.3.9~git20200316-0kali1) kali-dev; urgency=medium
|
|
||||||
|
|
||||||
* Configure git-buildpackage for Kali
|
|
||||||
* Add GitLab's CI configuration file
|
|
||||||
* New upstream version 5.3.9~git20200316
|
|
||||||
|
|
||||||
-- Sophie Brun <sophie@offensive-security.com> Thu, 14 May 2020 11:45:14 +0200
|
|
||||||
|
|
||||||
realtek-rtl8188eus-dkms (5.3.9~20191129-0kali1) kali-dev; urgency=medium
|
|
||||||
|
|
||||||
* Initial release (see 5842)
|
|
||||||
|
|
||||||
-- Sophie Brun <sophie@offensive-security.com> Tue, 17 Dec 2019 17:14:38 +0100
|
|
||||||
18
debian/control
vendored
18
debian/control
vendored
@@ -1,18 +0,0 @@
|
|||||||
Source: realtek-rtl8188eus-dkms
|
|
||||||
Section: contrib/kernel
|
|
||||||
Priority: optional
|
|
||||||
Maintainer: Kali Developers <devel@kali.org>
|
|
||||||
Uploaders: Sophie Brun <sophie@offensive-security.com>
|
|
||||||
Build-Depends: debhelper-compat (= 13), dh-sequence-dkms
|
|
||||||
Standards-Version: 4.6.1
|
|
||||||
Homepage: https://github.com/aircrack-ng/rtl8188eus
|
|
||||||
Vcs-Browser: https://gitlab.com/kalilinux/packages/realtek-rtl8188eus-dkms
|
|
||||||
Vcs-Git: https://gitlab.com/kalilinux/packages/realtek-rtl8188eus-dkms.git
|
|
||||||
|
|
||||||
Package: realtek-rtl8188eus-dkms
|
|
||||||
Architecture: all
|
|
||||||
Depends: dkms (>= 1.95), ${misc:Depends}
|
|
||||||
Description: Realtek RTL8188EUS driver in DKMS format
|
|
||||||
This package provides the source code for RTL8188EUS Linux driver (with
|
|
||||||
monitor mode and frame injection) to be build with dkms. Kernel sources or
|
|
||||||
headers are required to compile this module.
|
|
||||||
34
debian/copyright
vendored
34
debian/copyright
vendored
@@ -1,34 +0,0 @@
|
|||||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|
||||||
Upstream-Name: realtek-rtl8188eus-dkms
|
|
||||||
Source: https://github.com/aircrack-ng/rtl8188eus
|
|
||||||
Comment: dkms package built during installation
|
|
||||||
|
|
||||||
Files: *
|
|
||||||
Copyright: 2007 - 2017 Realtek Corporation.
|
|
||||||
License: GPL-2
|
|
||||||
|
|
||||||
Files: os_dep/linux/rhashtable.*
|
|
||||||
Copyright: 2015 Herbert Xu <herbert@gondor.apana.org.au>
|
|
||||||
2014-2015 Thomas Graf <tgraf@suug.ch>
|
|
||||||
2008-2014 Patrick McHardy <kaber@trash.net>
|
|
||||||
License: GPL-2
|
|
||||||
|
|
||||||
Files: debian/*
|
|
||||||
Copyright: 2019 Sophie Brun <sophie@offensive-security.com>
|
|
||||||
License: GPL-2
|
|
||||||
|
|
||||||
License: GPL-2
|
|
||||||
This package is free software; you can redistribute it and/or modify it
|
|
||||||
under the terms of the GNU General Public License version 2 as published
|
|
||||||
by the Free Software Foundation.
|
|
||||||
.
|
|
||||||
This package is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
.
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>
|
|
||||||
.
|
|
||||||
On Debian systems, the complete text of the GNU General
|
|
||||||
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
|
|
||||||
10
debian/gbp.conf
vendored
10
debian/gbp.conf
vendored
@@ -1,10 +0,0 @@
|
|||||||
[DEFAULT]
|
|
||||||
debian-branch = kali/master
|
|
||||||
debian-tag = kali/%(version)s
|
|
||||||
pristine-tar = True
|
|
||||||
|
|
||||||
[pq]
|
|
||||||
patch-numbers = False
|
|
||||||
|
|
||||||
[dch]
|
|
||||||
multimaint-merge = True
|
|
||||||
2
debian/kali-ci.yml
vendored
2
debian/kali-ci.yml
vendored
@@ -1,2 +0,0 @@
|
|||||||
include:
|
|
||||||
- https://gitlab.com/kalilinux/tools/kali-ci-pipeline/raw/master/recipes/kali.yml
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
From: Sophie Brun <sophie@offensive-security.com>
|
|
||||||
Date: Tue, 21 Jun 2022 12:15:03 +0200
|
|
||||||
Subject: Fix build for linux kernel >= 5.17
|
|
||||||
|
|
||||||
Origin: https://github.com/aircrack-ng/rtl8188eus/commit/0f1905259ec9b85fd1453be3abd322ff543e12bc
|
|
||||||
---
|
|
||||||
include/ieee80211.h | 4 ++--
|
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/include/ieee80211.h b/include/ieee80211.h
|
|
||||||
index 89d2eff..5d7ebe1 100644
|
|
||||||
--- a/include/ieee80211.h
|
|
||||||
+++ b/include/ieee80211.h
|
|
||||||
@@ -1535,13 +1535,13 @@ extern __inline int is_multicast_mac_addr(const u8 *addr)
|
|
||||||
return (addr[0] != 0xff) && (0x01 & addr[0]);
|
|
||||||
}
|
|
||||||
|
|
||||||
-extern __inline int is_broadcast_mac_addr(const u8 *addr)
|
|
||||||
+__inline int is_broadcast_mac_addr(const u8 *addr)
|
|
||||||
{
|
|
||||||
return ((addr[0] == 0xff) && (addr[1] == 0xff) && (addr[2] == 0xff) && \
|
|
||||||
(addr[3] == 0xff) && (addr[4] == 0xff) && (addr[5] == 0xff));
|
|
||||||
}
|
|
||||||
|
|
||||||
-extern __inline int is_zero_mac_addr(const u8 *addr)
|
|
||||||
+__inline int is_zero_mac_addr(const u8 *addr)
|
|
||||||
{
|
|
||||||
return ((addr[0] == 0x00) && (addr[1] == 0x00) && (addr[2] == 0x00) && \
|
|
||||||
(addr[3] == 0x00) && (addr[4] == 0x00) && (addr[5] == 0x00));
|
|
||||||
24
debian/patches/add-support-kernel-5.17.patch
vendored
24
debian/patches/add-support-kernel-5.17.patch
vendored
@@ -1,24 +0,0 @@
|
|||||||
From: Sophie Brun <sophie@offensive-security.com>
|
|
||||||
Date: Wed, 18 May 2022 17:47:55 +0200
|
|
||||||
Subject: Build support with kernel v5.17
|
|
||||||
|
|
||||||
Origin: https://github.com/aircrack-ng/rtl8188eus/commit/13cc38399eb44f234a52dde5f94509e54a09c71f
|
|
||||||
---
|
|
||||||
os_dep/linux/rtw_proc.c | 4 ++++
|
|
||||||
1 file changed, 4 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/os_dep/linux/rtw_proc.c b/os_dep/linux/rtw_proc.c
|
|
||||||
index 8b1a424..9bd4041 100644
|
|
||||||
--- a/os_dep/linux/rtw_proc.c
|
|
||||||
+++ b/os_dep/linux/rtw_proc.c
|
|
||||||
@@ -39,6 +39,10 @@ inline struct proc_dir_entry *get_rtw_drv_proc(void)
|
|
||||||
#define proc_get_parent_data(inode) PDE((inode))->parent->data
|
|
||||||
#endif
|
|
||||||
|
|
||||||
+#if(LINUX_VERSION_CODE >= KERNEL_VERSION(5, 17, 0))
|
|
||||||
+#define PDE_DATA(inode) pde_data(inode)
|
|
||||||
+#endif
|
|
||||||
+
|
|
||||||
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 24))
|
|
||||||
#define get_proc_net proc_net
|
|
||||||
#else
|
|
||||||
2
debian/patches/series
vendored
2
debian/patches/series
vendored
@@ -1,2 +0,0 @@
|
|||||||
add-support-kernel-5.17.patch
|
|
||||||
Fix-build-for-linux-kernel-5.17.patch
|
|
||||||
2
debian/r8188eus-dkms.conf
vendored
2
debian/r8188eus-dkms.conf
vendored
@@ -1,2 +0,0 @@
|
|||||||
# blacklist the driver
|
|
||||||
blacklist r8188eu
|
|
||||||
1
debian/realtek-rtl8188eus-dkms.docs
vendored
1
debian/realtek-rtl8188eus-dkms.docs
vendored
@@ -1 +0,0 @@
|
|||||||
README.md
|
|
||||||
2
debian/realtek-rtl8188eus-dkms.install
vendored
2
debian/realtek-rtl8188eus-dkms.install
vendored
@@ -1,2 +0,0 @@
|
|||||||
core hal include Kconfig Makefile os_dep platform usr/src/realtek-rtl8188eus-${env:DEB_VERSION_UPSTREAM}
|
|
||||||
debian/r8188eus-dkms.conf etc/modprobe.d
|
|
||||||
21
debian/rules
vendored
21
debian/rules
vendored
@@ -1,21 +0,0 @@
|
|||||||
#!/usr/bin/make -f
|
|
||||||
|
|
||||||
include /usr/share/dpkg/pkg-info.mk
|
|
||||||
export DEB_VERSION_UPSTREAM
|
|
||||||
|
|
||||||
%:
|
|
||||||
dh $@
|
|
||||||
|
|
||||||
override_dh_dkms:
|
|
||||||
# Force PACKAGE_VERSION to be DEB_VERSION_UPSTREAM
|
|
||||||
sed -i dkms.conf -e 's%^PACKAGE_VERSION=.*%PACKAGE_VERSION="$(DEB_VERSION_UPSTREAM)"%'
|
|
||||||
dh_dkms -- dkms.conf
|
|
||||||
|
|
||||||
execute_after_dh_fixperms:
|
|
||||||
find debian/realtek-rtl8188eus-dkms/usr/src -type f -exec chmod -x {} \;
|
|
||||||
|
|
||||||
# Nothing to configure, build or auto-install (all is done after
|
|
||||||
# installation using dkms)
|
|
||||||
override_dh_auto_configure:
|
|
||||||
override_dh_auto_build:
|
|
||||||
override_dh_auto_install:
|
|
||||||
22
debian/script-targz
vendored
22
debian/script-targz
vendored
@@ -1,22 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
if [ "$1" = '--upstream-version' ]; then
|
|
||||||
new_version="$2"
|
|
||||||
else
|
|
||||||
printf "Missing --upstream-version argument" 1>&2
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
DEB_SOURCE="$(dpkg-parsechangelog -SSource)"
|
|
||||||
|
|
||||||
default_branch="$(git remote show https://github.com/aircrack-ng/rtl8188eus.git | grep 'HEAD' | sed 's/.*: v//')"
|
|
||||||
|
|
||||||
version="$(echo ${new_version} | sed 's/~git.*//')"
|
|
||||||
|
|
||||||
# fails if the upstream default branch has changed and is no longer the
|
|
||||||
# version mentioned in debian/watch
|
|
||||||
if [ "${default_branch}" != "${version}" ]; then
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
1
debian/source/format
vendored
1
debian/source/format
vendored
@@ -1 +0,0 @@
|
|||||||
3.0 (quilt)
|
|
||||||
4
debian/upstream/metadata
vendored
4
debian/upstream/metadata
vendored
@@ -1,4 +0,0 @@
|
|||||||
---
|
|
||||||
Bug-Database: https://github.com/aircrack-ng/rtl8188eus/issues
|
|
||||||
Bug-Submit: https://github.com/aircrack-ng/rtl8188eus/issues/new
|
|
||||||
Repository-Browse: https://github.com/aircrack-ng/rtl8188eus
|
|
||||||
9
debian/watch
vendored
9
debian/watch
vendored
@@ -1,9 +0,0 @@
|
|||||||
version=4
|
|
||||||
opts="mode=git, pretty=5.3.9~git%cd.%h, pgpmode=none" \
|
|
||||||
https://github.com/aircrack-ng/rtl8188eus.git \
|
|
||||||
HEAD debian debian/script-targz
|
|
||||||
|
|
||||||
# Use the following when upstream starts to tag releases:
|
|
||||||
#opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%realtek-rtl8188eus-dkms-$1.tar.gz%" \
|
|
||||||
# https://github.com/aircrack-ng/rtl8188eus/tags \
|
|
||||||
# (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
|
|
||||||
@@ -407,7 +407,7 @@ void rtw_hal_turbo_edca(_adapter *adapter)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((pregpriv->wifi_spec == 1)) { /* || (pmlmeinfo->HT_enable == 0)) */
|
if (pregpriv->wifi_spec == 1) { /* || (pmlmeinfo->HT_enable == 0)) */
|
||||||
precvpriv->is_any_non_be_pkts = _FALSE;
|
precvpriv->is_any_non_be_pkts = _FALSE;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -171,7 +171,7 @@ void hal_mpt_CCKTxPowerAdjust(PADAPTER Adapter, BOOLEAN bInCH14)
|
|||||||
} else if (IS_HARDWARE_TYPE_8723D(Adapter)) {
|
} else if (IS_HARDWARE_TYPE_8723D(Adapter)) {
|
||||||
/* 2.4G CCK TX DFIR */
|
/* 2.4G CCK TX DFIR */
|
||||||
/* 2016.01.20 Suggest from RS BB mingzhi*/
|
/* 2016.01.20 Suggest from RS BB mingzhi*/
|
||||||
if ((u1Channel == 14)) {
|
if (u1Channel == 14) {
|
||||||
phy_set_bb_reg(Adapter, rCCK0_TxFilter2, bMaskDWord, 0x0000B81C);
|
phy_set_bb_reg(Adapter, rCCK0_TxFilter2, bMaskDWord, 0x0000B81C);
|
||||||
phy_set_bb_reg(Adapter, rCCK0_DebugPort, bMaskDWord, 0x00000000);
|
phy_set_bb_reg(Adapter, rCCK0_DebugPort, bMaskDWord, 0x00000000);
|
||||||
phy_set_bb_reg(Adapter, 0xAAC, bMaskDWord, 0x00003667);
|
phy_set_bb_reg(Adapter, 0xAAC, bMaskDWord, 0x00003667);
|
||||||
|
|||||||
@@ -1535,7 +1535,7 @@ extern __inline int is_multicast_mac_addr(const u8 *addr)
|
|||||||
return (addr[0] != 0xff) && (0x01 & addr[0]);
|
return (addr[0] != 0xff) && (0x01 & addr[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
extern __inline int is_broadcast_mac_addr(const u8 *addr)
|
static __inline int is_broadcast_mac_addr(const u8 *addr)
|
||||||
{
|
{
|
||||||
return ((addr[0] == 0xff) && (addr[1] == 0xff) && (addr[2] == 0xff) && \
|
return ((addr[0] == 0xff) && (addr[1] == 0xff) && (addr[2] == 0xff) && \
|
||||||
(addr[3] == 0xff) && (addr[4] == 0xff) && (addr[5] == 0xff));
|
(addr[3] == 0xff) && (addr[4] == 0xff) && (addr[5] == 0xff));
|
||||||
|
|||||||
@@ -363,7 +363,7 @@ void rtw_cfg80211_deinit_rfkill(struct wiphy *wiphy);
|
|||||||
#define rtw_cfg80211_connect_result(wdev, bssid, req_ie, req_ie_len, resp_ie, resp_ie_len, status, gfp) cfg80211_connect_result(wdev_to_ndev(wdev), bssid, req_ie, req_ie_len, resp_ie, resp_ie_len, status, gfp)
|
#define rtw_cfg80211_connect_result(wdev, bssid, req_ie, req_ie_len, resp_ie, resp_ie_len, status, gfp) cfg80211_connect_result(wdev_to_ndev(wdev), bssid, req_ie, req_ie_len, resp_ie, resp_ie_len, status, gfp)
|
||||||
|
|
||||||
#if (LINUX_VERSION_CODE < KERNEL_VERSION(4, 2, 0) && !defined(RHEL79))
|
#if (LINUX_VERSION_CODE < KERNEL_VERSION(4, 2, 0) && !defined(RHEL79))
|
||||||
#define rtw_cfg80211_disconnected(wdev, reason, ie, ie_len, locally_generated, gfp) cfg80211_disconnected(wdev_to_ndev(wdev), reason, ie, ie_len, gfp)
|
#define rtw_cfg80211_disconnected(wdev, reason, ie, ie_len, locally_generated, gfp) cfg80211_disconnected(wdev_to_ndev(wdev), reason, ie, ie_len, ie_len, gfp)
|
||||||
#else
|
#else
|
||||||
#define rtw_cfg80211_disconnected(wdev, reason, ie, ie_len, locally_generated, gfp) cfg80211_disconnected(wdev_to_ndev(wdev), reason, ie, ie_len, locally_generated, gfp)
|
#define rtw_cfg80211_disconnected(wdev, reason, ie, ie_len, locally_generated, gfp) cfg80211_disconnected(wdev_to_ndev(wdev), reason, ie, ie_len, locally_generated, gfp)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ struct sk_buff *rtw_cfg80211_vendor_event_alloc(
|
|||||||
struct sk_buff *skb;
|
struct sk_buff *skb;
|
||||||
|
|
||||||
#if (LINUX_VERSION_CODE < KERNEL_VERSION(4, 1, 0))
|
#if (LINUX_VERSION_CODE < KERNEL_VERSION(4, 1, 0))
|
||||||
skb = cfg80211_vendor_event_alloc(wiphy, len, event_id, gfp);
|
skb = cfg80211_vendor_event_alloc(wiphy, NULL, len, event_id, gfp);
|
||||||
#else
|
#else
|
||||||
skb = cfg80211_vendor_event_alloc(wiphy, wdev, len, event_id, gfp);
|
skb = cfg80211_vendor_event_alloc(wiphy, wdev, len, event_id, gfp);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user