]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2687bfec262ef49ad5b07bc2b3e768295c125de0
treef20a976c51401453406ef1e377341509ee3276dd
parent48449d69f21a6ff3cc9ce0ddd6251e7ae512ff4a
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