summaryrefslogtreecommitdiff
path: root/hosts/turret/files/etc/config/wireless
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/turret/files/etc/config/wireless')
-rw-r--r--hosts/turret/files/etc/config/wireless34
1 files changed, 0 insertions, 34 deletions
diff --git a/hosts/turret/files/etc/config/wireless b/hosts/turret/files/etc/config/wireless
deleted file mode 100644
index c8bb9d7..0000000
--- a/hosts/turret/files/etc/config/wireless
+++ /dev/null
@@ -1,34 +0,0 @@
-
-config wifi-device 'radio0'
- option type 'mac80211'
- option path '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0'
- option band '2g'
- option disabled '0'
- option htmode 'HT40'
- option channel '1'
- option cell_density '0'
-
-config wifi-iface 'default_radio0'
- option device 'radio0'
- option network 'lan'
- option mode 'ap'
- option ssid 'Box-2.4G'
- option encryption 'psk2'
- option key 'REPLACEME'
-
-config wifi-device 'radio1'
- option type 'mac80211'
- option path '1e140000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0'
- option band '5g'
- option disabled '0'
- option htmode 'VHT40'
- option channel '36'
- option cell_density '0'
-
-config wifi-iface 'default_radio1'
- option device 'radio1'
- option network 'lan'
- option mode 'ap'
- option ssid 'Box-5G'
- option key 'REPLACEME'
- option encryption 'psk2'