rtlwifi-new:troy

Last commit made on 2019-10-30
Get this branch:
git clone -b troy https://git.launchpad.net/rtlwifi-new

Branch merges

Branch information

Name:
troy
Repository:
lp:rtlwifi-new

Recent commits

4f14c4e... by Larry Finger

rtlwifi_new: Fix potential array overrun per CVE-2019-17666

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

595b93f... by Larry Finger

rtlwifi_new: Fix WARN from mac80211

Since kernel 5.0, mac80211 has generated a warning whenever the packet
length is <= FCS_LEN. As these packets are not correct, drop them.

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

fff5f71... by Larry Finger

rtlwifi_new: Fix drivers to build on later kernels

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

26217d5... by Larry Finger

rtlwifi_new: Add error directive that this branch is no longer maintained

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

39e9980... by Larry Finger

rtlwifi_new: rtl8723be: Fix bug in ant_sel code

When wifi was fixed for those laptops that have only a single
antenna but have an incorrectly coded EEPROM, a parameter was missed.
This error causes the driver to select the wrong antenna for Bluetooth.

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

038f650... by Larry Finger

rtlwifi_new: Handle trace bits greater than 31

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

cf96896... by Larry Finger

rtlwifi_new: Fix build on kernel 4.8 and add country code 0x25 (GB)

There is a problem with CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES on kernel 4.8.
It is fixed here.

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

68213e6... by Joe Perches

rtlwifi: Create _rtl_dbg_trace function to reduce RT_TRACE code size

This debugging macro can expand to a lot of code.
Make it a function to reduce code size.

(x86-64 defconfig w/ all rtlwifi drivers and allyesconfig)
$ size drivers/net/wireless/realtek/rtlwifi/built-in.o*
   text data bss dec hex filename
 900083 200499 1907 1102489 10d299 drivers/net/wireless/realtek/rtlwifi/built-in.o.defconfig.new
1113597 200499 1907 1316003 1414a3 drivers/net/wireless/realtek/rtlwifi/built-in.o.defconfig.old
1746879 453503 8512 2208894 21b47e drivers/net/wireless/realtek/rtlwifi/built-in.o.new
2051965 503311 8512 2563788 271ecc drivers/net/wireless/realtek/rtlwifi/built-in.o.old

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

0b7ccd8... by Larry Finger

rtlwifi_new: Add channelplan 0x26 and assign top France

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

85ab212... by Larry Finger

rtlwifi_new: Fix API change in kernel 4.7

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

Conflicts:
 wifi.h