diff options
author | Katze Miau <miaukatzemiau@priveasy.de> | 2011-10-16 12:27:14 (GMT) |
---|---|---|
committer | Katze Miau <miaukatzemiau@priveasy.de> | 2011-10-16 12:27:14 (GMT) |
commit | 4a8dfdc3f7aad7f53fd0d922673935750f161741 (patch) | |
tree | 6c33d3dd5c79bf849b4e37dd1fda10915cd5c017 /files/ar71xx/etc/config/wireless | |
parent | e5bc39cc8a83fb958c7b46901560c4387e92a42b (diff) |
add files for TL-WR741ND, TL-WR841ND
Diffstat (limited to 'files/ar71xx/etc/config/wireless')
-rw-r--r-- | files/ar71xx/etc/config/wireless | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/files/ar71xx/etc/config/wireless b/files/ar71xx/etc/config/wireless new file mode 100644 index 0000000..755f3ea --- /dev/null +++ b/files/ar71xx/etc/config/wireless @@ -0,0 +1,22 @@ +config wifi-device radio0 + option type mac80211 + option channel 1 + option phy phy0 +# option hwmode 11ng +# option htmode HT20 +# list ht_capab SHORT-GI-40 +# list ht_capab TX-STBC +# list ht_capab RX-STBC1 +# list ht_capab DSSS_CCK-40 + +config wifi-iface + option device radio0 + option mode adhoc + option ssid batman.jena.freifunk.net + option bssid 12:CA:FF:EE:BA:BE + option hidden 1 + +config wifi-iface + option device radio0 + option mode ap + option ssid www.freifunk-jena.de
\ No newline at end of file |