[pkg-wpa-devel] r1893 - in /wpa/trunk/debian: changelog patches/ap_config_c_fix-typo-for-capabilities.patch patches/series

slh-guest at users.alioth.debian.org slh-guest at users.alioth.debian.org
Tue Sep 16 22:57:31 UTC 2014


Author: slh-guest
Date: Tue Sep 16 22:57:31 2014
New Revision: 1893

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1893
Log:
ap_config.c: fix typo for "capabilities".

Added:
    wpa/trunk/debian/patches/ap_config_c_fix-typo-for-capabilities.patch
Modified:
    wpa/trunk/debian/changelog
    wpa/trunk/debian/patches/series

Modified: wpa/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/changelog?rev=1893&op=diff
==============================================================================
--- wpa/trunk/debian/changelog	(original)
+++ wpa/trunk/debian/changelog	Tue Sep 16 22:57:31 2014
@@ -40,6 +40,7 @@
     netcfg (Closes: #761922).
   * fix various typos around "existence", thanks to A. Costa <agcosta at gis.net>,
     (Closes: #683636).
+  * ap_config.c: fix typo for "capabilities".
 
  -- Stefan Lippers-Hollmann <s.l-h at gmx.de>  Mon, 30 Jun 2014 01:22:33 +0200
 

Added: wpa/trunk/debian/patches/ap_config_c_fix-typo-for-capabilities.patch
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/patches/ap_config_c_fix-typo-for-capabilities.patch?rev=1893&op=file
==============================================================================
--- wpa/trunk/debian/patches/ap_config_c_fix-typo-for-capabilities.patch	(added)
+++ wpa/trunk/debian/patches/ap_config_c_fix-typo-for-capabilities.patch	Tue Sep 16 22:57:31 2014
@@ -0,0 +1,15 @@
+ap_config.c: fix typo for "capabilities"
+
+Signed-off-by: Stefan Lippers-Hollmann <s.l-h at gmx.de>
+
+--- a/src/ap/ap_config.c
++++ b/src/ap/ap_config.c
+@@ -759,7 +759,7 @@ static int hostapd_config_check_bss(stru
+ 	    conf->hw_mode == HOSTAPD_MODE_IEEE80211B) {
+ 		bss->disable_11n = 1;
+ 		wpa_printf(MSG_ERROR, "HT (IEEE 802.11n) in 11b mode is not "
+-			   "allowed, disabling HT capabilites");
++			   "allowed, disabling HT capabilities");
+ 	}
+ 
+ 	if (full_config && conf->ieee80211n &&

Modified: wpa/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/patches/series?rev=1893&op=diff
==============================================================================
--- wpa/trunk/debian/patches/series	(original)
+++ wpa/trunk/debian/patches/series	Tue Sep 16 22:57:31 2014
@@ -5,3 +5,4 @@
 12_wpa_gui_knotify_support.patch
 wpa_gui_desktop_add-keywords-entry.patch
 wpa_supplicant-MACsec-fix-build-failure-for-IEEE8021.patch
+ap_config_c_fix-typo-for-capabilities.patch




More information about the Pkg-wpa-devel mailing list