Re: [OpenWrt-Devel] [PATCH] Append mac address to ssid

2009-01-27 Thread Stefan Monnier
> This patch introduces the 'hwsuffix' boolean parameter in the > wifi-iface section. By setting hwsuffix to 1, the interface's > mac address will be appended to the ssid. Works only with madwifi. Hmm... I'm curious: when is this kind of thing useful? Stefan ___

Re: [OpenWrt-Devel] [PATCH] Append mac address to ssid

2009-01-27 Thread Warren Turkal
This kind of functionality should really be abstracted into a place that supports all hardware. What is the appropriate place to put common functionality for different wireless cards? wt On Tue, Jan 27, 2009 at 3:44 AM, wrote: > > This patch introduces the 'hwsuffix' boolean parameter in the >

[OpenWrt-Devel] [PATCH] Append mac address to ssid

2009-01-27 Thread roberto . riggio
This patch introduces the 'hwsuffix' boolean parameter in the wifi-iface section. By setting hwsuffix to 1, the interface's mac address will be appended to the ssid. Works only with madwifi. Signed-off-by: Roberto Riggio --- Index: package/madwifi/files/lib/wifi/madwifi.sh ===