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
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
>
> > 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:
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
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
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
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
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
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