[source] hostapd: fix typo and indentation in ap_sta_support.patch

LEDE Commits lede-commits at lists.infradead.org
Mon Sep 5 09:03:52 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/e8cb7d30e9a7fa08909b25b04e20971cdece0874

commit e8cb7d30e9a7fa08909b25b04e20971cdece0874
Author: Johannes Römer <jroemer at posteo.net>
AuthorDate: Sun Sep 4 13:23:24 2016 +0200

    hostapd: fix typo and indentation in ap_sta_support.patch
    
    Signed-off-by: Johannes Römer <jroemer at posteo.net>
---
 package/network/services/hostapd/patches/370-ap_sta_support.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/network/services/hostapd/patches/370-ap_sta_support.patch b/package/network/services/hostapd/patches/370-ap_sta_support.patch
index 7a4ba0b..a77d4c9 100644
--- a/package/network/services/hostapd/patches/370-ap_sta_support.patch
+++ b/package/network/services/hostapd/patches/370-ap_sta_support.patch
@@ -199,7 +199,7 @@
  	       "  -g = global ctrl_interface\n"
  	       "  -G = global ctrl_interface group\n"
  	       "  -h = show this help text\n"
-+		   "  -H = connect to a hostapd instance to manage state changes\n"
++	       "  -H = connect to a hostapd instance to manage state changes\n"
  	       "  -i = interface name\n"
  	       "  -I = additional configuration file\n"
  	       "  -K = include keys (passwords, etc.) in debug output\n"
@@ -228,7 +228,7 @@
  	u8 ssid[SSID_MAX_LEN];
  	/** Length of SSID */
  	size_t ssid_len;
-+	/** HT caapbilities */
++	/** HT capabilities */
 +	u16 ht_capab;
 +	/* Five octets of HT Operation Information */
 +	u8 ht_param;



More information about the lede-commits mailing list