summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h
diff options
context:
space:
mode:
authorAndrew Bradford2016-02-12 02:38:05 +0100
committerGreg Kroah-Hartman2016-02-12 05:03:56 +0100
commitd9b36d5225d8e9b1f055c328283632773858dd7f (patch)
treefcab84e02fe05acadfd41651855389b6b4091e1f /drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h
parentstaging: rtl8188eu: add release_firmware() between request_firmware and funct... (diff)
downloadkernel-qcow2-linux-d9b36d5225d8e9b1f055c328283632773858dd7f.tar.gz
kernel-qcow2-linux-d9b36d5225d8e9b1f055c328283632773858dd7f.tar.xz
kernel-qcow2-linux-d9b36d5225d8e9b1f055c328283632773858dd7f.zip
staging: rtl8188eu: fix signal strength indication
RTL8188E can only have a maximum of 2 chains so match that in the actual phy_rx_agc_info structure within phy_status_rpt. This will cause the other data received from the PHY, such as signal strength indication of beacons, to properly align and allow extraction and use within the signal strength record-keeping mechanisms. Signed-off-by: Andrew Bradford <andrew@bradfordembedded.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h')
-rw-r--r--drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h b/drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h
index e058162fe2ba..b8833faba8ee 100644
--- a/drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h
+++ b/drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h
@@ -75,7 +75,7 @@ enum rf_radio_path {
#define MAX_PG_GROUP 13
-#define RF_PATH_MAX 3
+#define RF_PATH_MAX 2
#define MAX_RF_PATH RF_PATH_MAX
#define MAX_TX_COUNT 4 /* path numbers */