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
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-all@freebsd.org mailing list
http://li
Again, that just touched usb. So, how'd that affect non-USB wifi cloning?
Adiran
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
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
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-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mai
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