Re: Intel 3160/7260/7265 driver

2015-06-14 Thread Ben Woods
On Friday, June 5, 2015, Ben Woods wrote: > > Unfortunately, it seems to connect in 802.11b mode, >> > even though I have tried forcing it to 802.11g or 802.11n modes with >> > the following entry in /etc/rc.conf: >> > ifconfig_wlan0="mode 11n country AU channel 11 WPA DHCP" >> > >> > >> > "# ser

Re: Intel 3160/7260/7265 driver

2015-06-04 Thread Adrian Chadd
Hi, There's no active rate control stuff /at all/ in the 7260 driver. It just feeds it some default rate table. I've not at all dug into it. It's quite possible it's just all plain crap. -adrian ___ freebsd-wireless@freebsd.org mailing list http://lis

Re: Intel 3160/7260/7265 driver

2015-06-04 Thread Ben Woods
> > > Unfortunately, it seems to connect in 802.11b mode, > > even though I have tried forcing it to 802.11g or 802.11n modes with > > the following entry in /etc/rc.conf: > > ifconfig_wlan0="mode 11n country AU channel 11 WPA DHCP" > > > > > > "# service netif restart" gives the following errors:

Re: Intel 3160/7260/7265 driver

2015-06-04 Thread Rui Paulo
On Wednesday 03 June 2015 18:44:59 Ben Woods wrote: > On Sun, May 10, 2015 at 09:48:51AM -0700, Rui Paulo wrote: > > Hi, > > > > I've ported the OpenBSD iwm driver and it's sort of working now: > > > > https://github.com/rpaulo/iwm > > > > Some issues: > > - scanning is sort of broken now, so yo

Re: Intel 3160/7260/7265 driver

2015-06-03 Thread Ben Woods
On Sun, May 10, 2015 at 09:48:51AM -0700, Rui Paulo wrote: > Hi, > > I've ported the OpenBSD iwm driver and it's sort of working now: > > https://github.com/rpaulo/iwm > > Some issues: > - scanning is sort of broken now, so you must set the channel with ifconfig > - ultra debugging mode is activate

Re: Intel 3160/7260/7265 driver

2015-05-11 Thread Chagin Dmitry
On Mon, May 11, 2015 at 02:37:30PM +0300, Chagin Dmitry wrote: > On Sun, May 10, 2015 at 09:48:51AM -0700, Rui Paulo wrote: > > Hi, > > > > I've ported the OpenBSD iwm driver and it's sort of working now: > > > > https://github.com/rpaulo/iwm > > > > Some issues: > > - scanning is sort of br

Re: Intel 3160/7260/7265 driver

2015-05-11 Thread Chagin Dmitry
On Sun, May 10, 2015 at 09:48:51AM -0700, Rui Paulo wrote: > Hi, > > I've ported the OpenBSD iwm driver and it's sort of working now: > > https://github.com/rpaulo/iwm > > Some issues: > - scanning is sort of broken now, so you must set the channel with ifconfig > - ultra debugging mode is

Re: Intel 3160/7260/7265 driver

2015-05-10 Thread Glen Barber
On Sun, May 10, 2015 at 09:48:51AM -0700, Rui Paulo wrote: > I've ported the OpenBSD iwm driver and it's sort of working now: > > https://github.com/rpaulo/iwm > > Some issues: > - scanning is sort of broken now, so you must set the channel with ifconfig > - ultra debugging mode is activate

Intel 3160/7260/7265 driver

2015-05-10 Thread Rui Paulo
Hi, I've ported the OpenBSD iwm driver and it's sort of working now: https://github.com/rpaulo/iwm Some issues: - scanning is sort of broken now, so you must set the channel with ifconfig - ultra debugging mode is activated, so expect a lot of logs. This still needs quite a bit of work