rtlwifi-new:extended

Last commit made on 2020-05-24
Get this branch:
git clone -b extended https://git.launchpad.net/rtlwifi-new

Branch merges

Branch information

Name:
extended
Repository:
lp:rtlwifi-new

Recent commits

367e6f4... by Larry Finger

rtlwifi_new: Delete branch extended

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

0a751e3... 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.

d3ecc1d... 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>

f19fee2... by Larry Finger

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

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

2113764... by lwfinger <email address hidden>

rtlwifi_new: Fix builds for kernel 5.7

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

68b91e8... by Larry Finger

rtlwifi_new: Some more debugging

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

4da76b9... by Larry Finger

rtlwifi_new: Debug try 3

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

308b160... by Larry Finger

rtlwifi_new: Add more debug output

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

42da0d6... by Larry Finger

rtlwifi_new: Add some temporary debugging

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

a4cf600... by Larry Finger

rtlwifi_new: Check that wifi_only_context or btc_context is set

The code that allocates memory for the context in struct btcoexist does
not check a memory allocation, nor does it return any success variable,
thus we check the result here.

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