diff options
| author | egon_ffj <egon@freifunk-jena.de> | 2011-01-22 17:16:03 (GMT) | 
|---|---|---|
| committer | egon_ffj <egon@freifunk-jena.de> | 2011-01-22 17:16:03 (GMT) | 
| commit | 6d55c1ff4aa13ff90f69f70c1c21c89fe6469cb1 (patch) | |
| tree | 8a22b28c1fff0672ccceeaaf716684f54893b09b /files/etc | |
| parent | a69b47b98d1e890f3f008ecc9def73f858732010 (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/etc')
| -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  | 
