Blame SOURCES/macsec-0030-mka-Remove-references-to-macsec_qca-from-wpa_supplic.patch

9c84ec
From ba5ea116873a2f4046e4d3f37ab8215a3846f614 Mon Sep 17 00:00:00 2001
9c84ec
Message-Id: <ba5ea116873a2f4046e4d3f37ab8215a3846f614.1488376602.git.dcaratti@redhat.com>
9c84ec
From: Sabrina Dubroca <sd@queasysnail.net>
9c84ec
Date: Sun, 27 Nov 2016 20:08:56 +0100
9c84ec
Subject: [PATCH] mka: Remove references to macsec_qca from wpa_supplicant.conf
9c84ec
9c84ec
Make the documentation generic, as this is no longer the only macsec
9c84ec
driver.
9c84ec
9c84ec
Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
9c84ec
---
9c84ec
 wpa_supplicant/wpa_supplicant.conf | 10 ++++------
9c84ec
 1 file changed, 4 insertions(+), 6 deletions(-)
9c84ec
9c84ec
diff --git a/wpa_supplicant/wpa_supplicant.conf b/wpa_supplicant/wpa_supplicant.conf
9c84ec
index 82aa24e..edb230d 100644
9c84ec
--- a/wpa_supplicant/wpa_supplicant.conf
9c84ec
+++ b/wpa_supplicant/wpa_supplicant.conf
9c84ec
@@ -98,9 +98,7 @@ eapol_version=1
9c84ec
 #    parameters (e.g., WPA IE generation); this mode can also be used with
9c84ec
 #    non-WPA drivers when using IEEE 802.1X mode; do not try to associate with
9c84ec
 #    APs (i.e., external program needs to control association). This mode must
9c84ec
-#    also be used when using wired Ethernet drivers.
9c84ec
-#    Note: macsec_qca driver is one type of Ethernet driver which implements
9c84ec
-#    macsec feature.
9c84ec
+#    also be used when using wired Ethernet drivers (including MACsec).
9c84ec
 # 2: like 0, but associate with APs using security policy and SSID (but not
9c84ec
 #    BSSID); this can be used, e.g., with ndiswrapper and NDIS drivers to
9c84ec
 #    enable operation with hidden SSIDs and optimized roaming; in this mode,
9c84ec
@@ -881,13 +879,13 @@ fast_reauth=1
9c84ec
 # bit0 (1): require dynamically generated unicast WEP key
9c84ec
 # bit1 (2): require dynamically generated broadcast WEP key
9c84ec
 # 	(3 = require both keys; default)
9c84ec
-# Note: When using wired authentication (including macsec_qca driver),
9c84ec
+# Note: When using wired authentication (including MACsec drivers),
9c84ec
 # eapol_flags must be set to 0 for the authentication to be completed
9c84ec
 # successfully.
9c84ec
 #
9c84ec
 # macsec_policy: IEEE 802.1X/MACsec options
9c84ec
-# This determines how sessions are secured with MACsec. It is currently
9c84ec
-# applicable only when using the macsec_qca driver interface.
9c84ec
+# This determines how sessions are secured with MACsec (only for MACsec
9c84ec
+# drivers).
9c84ec
 # 0: MACsec not in use (default)
9c84ec
 # 1: MACsec enabled - Should secure, accept key server's advice to
9c84ec
 #    determine whether to use a secure session or not.
9c84ec
-- 
9c84ec
2.7.4
9c84ec