luci-base: remove the hostapd 11n feature flag
authorAndre Heider <a.heider@gmail.com>
Sat, 26 Nov 2022 12:10:39 +0000 (13:10 +0100)
committerAndre Heider <a.heider@gmail.com>
Mon, 23 Jan 2023 13:51:28 +0000 (14:51 +0100)
This feature flag doesn't exist anymore, see this commit on the main repo:
7c63295bf4 "treewide: remove DRIVER_11N_SUPPORT"

Signed-off-by: Andre Heider <a.heider@gmail.com>
modules/luci-base/root/usr/share/rpcd/ucode/luci

index a30e276b8087c44124c622fc7728b7eafba12711..8b892dbb911dfc555175c96108529db8945ecb1b 100644 (file)
@@ -208,7 +208,7 @@ const methods = {
                                relayd:     access('/usr/sbin/relayd') == true,
                        };
 
-                       const wifi_features = [ 'eap', '11n', '11ac', '11r', 'acs', 'sae', 'owe', 'suiteb192', 'wep', 'wps' ];
+                       const wifi_features = [ 'eap', '11ac', '11r', 'acs', 'sae', 'owe', 'suiteb192', 'wep', 'wps' ];
 
                        if (access('/usr/sbin/hostapd')) {
                                result.hostapd = { cli: access('/usr/sbin/hostapd_cli') == true };