staging: rtl8723au: The 8723 only has two paths
authorJes Sorensen <Jes.Sorensen@redhat.com>
Mon, 7 Apr 2014 19:13:01 +0000 (21:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Apr 2014 19:53:00 +0000 (12:53 -0700)
commitdda26427bd5252cbea876fe8a80050943c0dc642
treef20a976c51401453406ef1e377341509ee3276dd
parent806192c07d889ab4821e396793bbcc4c7f2fad94
staging: rtl8723au: The 8723 only has two paths

Converting the driver from the original RTL provided version, by error
converted the code to use four, which caused all sorts of issues. The
confusion was caused by the RTL driver having support for both two and
four paths, and in some places had RF_PATH_MAX = 3. At the same time
it kept the data structures hard coded for two paths, in particular
the ones matching the efuse data.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/hal/rtl8723a_phycfg.c
drivers/staging/rtl8723au/hal/rtl8723a_rf6052.c
drivers/staging/rtl8723au/include/Hal8723APhyCfg.h