Re: svn commit: r238361 - head/sys/dev/usb

2012-07-11 Thread Hiroki Sato
Andrew Thompson wrote in : th> On 12 July 2012 10:15, Adrian Chadd wrote: th> > Again, that just touched usb. So, how'd that affect non-USB wifi cloning? th> th> I guess cloning is first match wins and usb was incorrectly matching wlan* Yes, a greedier ifname matching rule can unintentionall

Re: svn commit: r238361 - head/sys/dev/usb

2012-07-11 Thread Andrew Thompson
On 12 July 2012 10:15, Adrian Chadd wrote: > Again, that just touched usb. So, how'd that affect non-USB wifi cloning? I guess cloning is first match wins and usb was incorrectly matching wlan* Andrew ___ svn-src-head@freebsd.org mailing list http://l

Re: svn commit: r238361 - head/sys/dev/usb

2012-07-11 Thread Adrian Chadd
Again, that just touched usb. So, how'd that affect non-USB wifi cloning? Adiran ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Re: svn commit: r238361 - head/sys/dev/usb

2012-07-11 Thread David Wolfskill
On Wed, Jul 11, 2012 at 12:46:40PM -0700, Adrian Chadd wrote: > Hi, > > What was the original commit which broke wlan name matching? > > I can't see how a commit to usb_pf.c would "fix" this. > ... r238279 Peace, david -- David H. Wolfskill da...@catwhisker.org Dep

Re: svn commit: r238361 - head/sys/dev/usb

2012-07-11 Thread Adrian Chadd
Hi, What was the original commit which broke wlan name matching? I can't see how a commit to usb_pf.c would "fix" this. Adrian ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any m

svn commit: r238361 - head/sys/dev/usb

2012-07-10 Thread Hiroki Sato
Author: hrs Date: Wed Jul 11 02:57:32 2012 New Revision: 238361 URL: http://svn.freebsd.org/changeset/base/238361 Log: Merge from r234532: - Fix an ifname matching issue which prevented "ifconfig wlan0 create" from working. - Return non-zero status when unit < 0. Spotted by: dh