diff options
author | egon0 <ms@resonar.de> | 2011-01-22 17:16:03 (GMT) |
---|---|---|
committer | egon0 <ms@resonar.de> | 2011-01-22 17:16:03 (GMT) |
commit | 1fd3d4f034ab34f84b254c076381b684281912ba (patch) | |
tree | 8a22b28c1fff0672ccceeaaf716684f54893b09b /files | |
parent | 263e72cbe163cd9af1370b4ec327e39cf4514fa2 (diff) |
* changed bssid of adhoc-interface to a ieee conform one. based on the channel/bssid table by ff-pberg (https://kifuse02.pberg.freifunk.net/moin/channel-bssid-essid)
Diffstat (limited to 'files')
-rw-r--r-- | files/etc/config/wireless | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/etc/config/wireless b/files/etc/config/wireless index c4f99b5..ba106d4 100644 --- a/files/etc/config/wireless +++ b/files/etc/config/wireless @@ -6,7 +6,7 @@ config wifi-iface option device wifi0 option mode adhoc option ssid batman.jena.freifunk.net - option bssid 03:CA:FF:EE:BA:BE + option bssid 52:CA:FF:EE:BA:BE option hidden 1 config wifi-iface |