rtlwifi-new:test

Last commit made on 2015-12-30
Get this branch:
git clone -b test https://git.launchpad.net/rtlwifi-new

Branch merges

Branch information

Name:
test
Repository:
lp:rtlwifi-new

Recent commits

58f3bf5... by Larry Finger

rtlwifi_new: rtl8723be: Set up antenna selection properly for ant_sel option

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

a65ef55... by Larry Finger

rtlwifi_new: rtl8723be: Add module parameter to force antenna selection

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

b841699... by Larry Finger

rtlwifi_new: Fix unused variable warning

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

ecec4c1... by Larry Finger

rtlwifi_new: Test removal of locking in reset trx ring

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

96d2cf8... by Larry Finger

rtlwifi_new: rtl8192cu: Add missing parameter setup

This driver fails to copy the module parameter for software encryption
to the locations used by the main code.

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

8b07c9b... by Larry Finger

rtlwifi_new: rtl8192ce: Fix handling of module parameters

The module parameter for software encryption was never transferred to
the location used by the driver.

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

1616cc0... by Larry Finger

rtlwifi_new: rtl8192se: Fix module parameter initialization

Two of the module parameter descriptions show incorrect default values.
In addition the value for software encryption is not transferred to
the locations used by the driver.

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

d4811a5... by Larry Finger

rtlwifi_new: rtl8192de: Fix incorrect module parameter descriptions

Two of the module parameters are listed with incorrect default values.

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

9cc6928... by Larry Finger

rtlwifi_new: rtl8188ee: Fix module parameter initialization

In this driver, parameters disable_watchdog and sw_crypto are never
copied into the locations used in the main code. While modifying the
parameter handling, the copying of parameter msi_support is moved to
be with the rest.

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

4a469b9... by Larry Finger

rtlwifi_new: rtl8821ae: Fix errors in parameter initialization

This driver failed to copy parameters sw_crypto and disable_watchdog into
the locations actually used by the driver. In addition, msi_support was
initialized three times and one of them used the wrong variable. The
initialization of parameter int_clear was moved so that it is near that
of the rest of the parameters.

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