]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
AOSP: Different encoding of non-ASCII characters in a comment
authorJouni Malinen <j@w1.fi>
Fri, 1 Nov 2013 13:31:03 +0000 (15:31 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 1 Nov 2013 14:36:33 +0000 (16:36 +0200)
This looks like a bogus change - will hopefully disappear once
upstream converts these to ASCII.

wpa_supplicant/ctrl_iface.c

index 61c6e1cf0c95b2d5cb6dc0cde23815f050875468..5a4211835cb59f77933d02212546548410743961 100644 (file)
@@ -178,7 +178,7 @@ static int set_disallow_aps(struct wpa_supplicant *wpa_s, char *val)
        struct wpa_ssid *c;
 
        /*
-        * disallow_list ::= <ssid_spec> | <bssid_spec> | <disallow_list> | “”
+        * disallow_list ::= <ssid_spec> | <bssid_spec> | <disallow_list> | \93\94
         * SSID_SPEC ::= ssid <SSID_HEX>
         * BSSID_SPEC ::= bssid <BSSID_HEX>
         */