From dda26427bd5252cbea876fe8a80050943c0dc642 Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Mon, 7 Apr 2014 21:13:01 +0200 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed