rtlwifi-new:master

Last commit made on 2020-06-12
Get this branch:
git clone -b master https://git.launchpad.net/rtlwifi-new

Branch merges

Branch information

Name:
master
Repository:
lp:rtlwifi-new

Recent commits

1557e08... by Larry Finger

rtlwifi_new: Update README.md

Signed-off-by: Larry Finger <email address hidden>

c72feae... by Larry Finger

Merge pull request #615 from Lollixzc/master

Updated readme.md

cf24d99... by Lollixzc <email address hidden>

Merge pull request #1 from Lollixzc/readme_update

Updated readme.md

d6ea37c... by Lollixzc <email address hidden>

Updated readme.md

Polished some information, added a link to the active Branch

534ba8a... by Larry Finger

rtlwifi_new: Delete the master branch

Signed-off-by: Larry Finger <email address hidden>

5406ea7... by Larry Finger

Merge pull request #577 from r3pek/fix-build-to-different-kernel

Allow compilation from another running kernel

254a806... by Carlos Silva

Allow compilation from another running kernel

DKMS doesn't set KVER, it sets KERNELRELEASE which makes the build for another kernel link against the running kernel.
Set KVER conditionaly to KERNELRELEASE if this one is set, otherwise, fallback to the old behavior.

4ed8edd... by Larry Finger

rtlwifi_new: Add a test to Makefile to determine the number of args for rtl_rate_alloc()

Commit 6cb5f3ea4654f in the mainline kernel fixed a bug in mac80211 that
was backported to all stable kernels. When this happened, it was no longer
possible to use LINUX_VERSION_CODE to determine which form of
rtl_rate_alloc() should be used.

This fix adds a few lines to Makefile that test the definition of that
routine in the include directory. If it does not contain a second argument,
a special symbol is defined and tested in rc.c. With this change, a
single set of sources should once again build on all recent kernels.

Signed-off-by: Larry Finger <email address hidden>

b8063e9... by Larry Finger

rtlwifi_new: Fix the problems with the backport of an API change

Signed-off-by: Larry Finger <email address hidden>

8e96c27... by Larry Finger <email address hidden>

rtlwifi_new: Fix build error with kernel 5.7.0-rc3

This fix will not break kernels older that 5.7.0[ however, -rc1 and -rc2
will no longer build.

Signed-off-by: Larry Finger <Larry.Finger&lwfinger.net>