Re: [patch] d80211: remove sub-interface mac address policy

2006-09-21 Thread David Kimdon
On Thu, Sep 21, 2006 at 08:09:39PM +0200, Jiri Benc wrote: > On Thu, 14 Sep 2006 07:33:21 -0700, David Kimdon wrote: > > Wireless vlan interfaces need to have the same mac address as > > other sub interfaces. Rather than complicate the kernel here by > > adding yet another case where uniqueness is

Re: [patch] d80211: remove sub-interface mac address policy

2006-09-21 Thread Jiri Benc
On Thu, 14 Sep 2006 07:33:21 -0700, David Kimdon wrote: > Wireless vlan interfaces need to have the same mac address as > other sub interfaces. Rather than complicate the kernel here by > adding yet another case where uniqueness is not required, remove > the check on mac address uniqueness altoget

[patch] d80211: remove sub-interface mac address policy

2006-09-14 Thread David Kimdon
Wireless vlan interfaces need to have the same mac address as other sub interfaces. Rather than complicate the kernel here by adding yet another case where uniqueness is not required, remove the check on mac address uniqueness altogether. We should not implement a mac address allocation policy he