diff options
author | makefu <github@syntax-fehler.de> | 2013-01-04 06:36:26 +0700 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-01-04 06:36:26 +0700 |
commit | 2bcf2f215b9b5e1caa3ec7934c7e7b9fb255147d (patch) | |
tree | 18d7bd40eb31237c881c7acaf15ec613dce70673 /minikrebs/profiles/heckenkrebs/customfiles/etc/config/wireless | |
parent | 577c64f0c8e70081a2226522cbfc18c393dcb5e3 (diff) |
rebuild minikrebs folder
Diffstat (limited to 'minikrebs/profiles/heckenkrebs/customfiles/etc/config/wireless')
-rw-r--r-- | minikrebs/profiles/heckenkrebs/customfiles/etc/config/wireless | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/minikrebs/profiles/heckenkrebs/customfiles/etc/config/wireless b/minikrebs/profiles/heckenkrebs/customfiles/etc/config/wireless new file mode 100644 index 00000000..d2dc5a37 --- /dev/null +++ b/minikrebs/profiles/heckenkrebs/customfiles/etc/config/wireless @@ -0,0 +1,18 @@ + +config wifi-device 'radio0' + option type 'mac80211' + option hwmode '11ng' + option path 'platform/ar933x_wmac' + option htmode 'HT20' + list ht_capab 'SHORT-GI-20' + list ht_capab 'SHORT-GI-40' + list ht_capab 'RX-STBC1' + list ht_capab 'DSSS_CCK-40' + +config wifi-iface + option device 'radio0' + option network 'wan' + option encryption 'none' + option mode 'sta' + option ssid 'linksys' + |