rtlwifi-new:rock

Last commit made on 2017-07-11
Get this branch:
git clone -b rock https://git.launchpad.net/rtlwifi-new

Branch merges

Branch information

Name:
rock
Repository:
lp:rtlwifi-new

Recent commits

7fb9a69... by Larry Finger

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

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

b504de0... by Colin Ian King

rtlwifi: fix spelling mistake: "conuntry" -> "country"

trivial fix to spelling mistake in RT_TRACE message

Signed-off-by: Colin Ian King <email address hidden>
Signed-off-by: Kalle Valo <email address hidden>

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

1014124... by Larry Finger

rtlwifi_new: Fix builds when debug params more than 32 bits

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

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

05d2c55... 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>

2d8bf35... by Larry Finger

rtlwifi_new: Add channelplan 0x26 and assign top France

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

aaeeabc... by Larry Finger

rtlwifi_new: Fix API change in kernel 4.7

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

Conflicts:
 wifi.h

2ceb655... by Larry Finger

rtlwifi_new: Update README for implementation of ant_sel in all branches

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

a8f1a95... by Larry Finger

Merge branch 'rock' of https://github.com/lwfinger/rtlwifi_new into rock