HT rate set in net80211 not changeable for STA

2010-02-06 Thread Alexander Egorenkov
Hi, the HT rate set advertized by a STA is hardcoded in net80211 and the maximum MCS is 15, but my device also supports MCS32 (HT duplicate mode). Is there a possibility to change the HT rates set advertized by a STA except changing the code and recompiling net80211 stack ? Thanks. Alex. __

Re: kern/141646: commit references a PR

2010-02-06 Thread dfilter service
The following reply was made to PR kern/141646; it has been noted by GNATS. From: dfil...@freebsd.org (dfilter service) To: bug-follo...@freebsd.org Cc: Subject: Re: kern/141646: commit references a PR Date: Sat, 6 Feb 2010 13:49:48 + (UTC) Author: eri Date: Sat Feb 6 13:49:35 2010 New

Re: HT rate set in net80211 not changeable for STA

2010-02-06 Thread Rui Paulo
On 6 Feb 2010, at 08:28, Alexander Egorenkov wrote: > Hi, > > the HT rate set advertized by a STA is hardcoded in net80211 > and the maximum MCS is 15, but my device also supports MCS32 (HT duplicate > mode). > Is there a possibility to change the HT rates set advertized by a STA > except changi

Re: HT rate set in net80211 not changeable for STA

2010-02-06 Thread Alexander Egorenkov
And is any API in planning that would make it possible to change the advertised HT rate set by STA during run time and not at compile time ? E.g. ieee80211_set_ht_rateset :-) On Sat, Feb 6, 2010 at 3:44 PM, Rui Paulo wrote: > On 6 Feb 2010, at 08:28, Alexander Egorenkov wrote: > > > Hi, > > > >

Re: kern/143593: [ipsec] When using IPSec, tcpdump doesn't show outgoing packets on gif interface

2010-02-06 Thread Eugene Grosbein
The following reply was made to PR kern/143593; it has been noted by GNATS. From: Eugene Grosbein To: Vadim Fedorenko Cc: bug-follo...@freebsd.org Subject: Re: kern/143593: [ipsec] When using IPSec, tcpdump doesn't show outgoing packets on gif interface Date: Sat, 06 Feb 2010 13:21:37 +0700

Re: HT rate set in net80211 not changeable for STA

2010-02-06 Thread Sam Leffler
Alexander Egorenkov wrote: And is any API in planning that would make it possible to change the advertised HT rate set by STA during run time and not at compile time ? E.g. ieee80211_set_ht_rateset :-) On Sat, Feb 6, 2010 at 3:44 PM, Rui Paulo wrote: On 6 Feb 2010, at 08:28, Alexander Egorenk

Re: Software TKIP group rekeying and phase1 issue

2010-02-06 Thread Sam Leffler
Bernhard Schmidt wrote: Hi, When hostapd triggers rekeying of the group key, wpa_supplicant successfully sets the correct new key. On first use of the new key tkip_mixing_phase1() should be applied before decrypting any frames, tkip_decrypt() does this as if (iv32 != (u32)(key->wk_keyrsc[tid

Re: kern/143593: [ipsec] When using IPSec, tcpdump doesn't show outgoing packets on gif interface

2010-02-06 Thread Bjoern A. Zeeb
On Sat, 6 Feb 2010, Eugene Grosbein wrote: Hi Eugene, The following reply was made to PR kern/143593; it has been noted by GNATS. From: Eugene Grosbein To: Vadim Fedorenko Cc: bug-follo...@freebsd.org Subject: Re: kern/143593: [ipsec] When using IPSec, tcpdump doesn't show outgoing packets

Re: kern/143593: [ipsec] When using IPSec, tcpdump doesn't show outgoing packets on gif interface

2010-02-06 Thread Bjoern A. Zeeb
The following reply was made to PR kern/143593; it has been noted by GNATS. From: "Bjoern A. Zeeb" To: Eugene Grosbein Cc: freebsd-net@FreeBSD.org, bug-follo...@freebsd.org, j...@fromru.com Subject: Re: kern/143593: [ipsec] When using IPSec, tcpdump doesn't show outgoing packets on gif interfac

Re: Software TKIP group rekeying and phase1 issue

2010-02-06 Thread Bernhard Schmidt
On Saturday 06 February 2010 22:56:15 Sam Leffler wrote: > Bernhard Schmidt wrote: > > Hi, > > > > When hostapd triggers rekeying of the group key, wpa_supplicant > > successfully sets the correct new key. On first use of the new key > > tkip_mixing_phase1() should be applied before decrypting any

Re: kern/143573: [em] em(4) NIC crashes intermittently

2010-02-06 Thread Mars G Miro
The following reply was made to PR kern/143573; it has been noted by GNATS. From: Mars G Miro To: bug-follo...@freebsd.org, earl.la...@gmail.com, Jack Vogel , Ivan Voras Cc: Subject: Re: kern/143573: [em] em(4) NIC crashes intermittently Date: Sun, 7 Feb 2010 07:59:49 +0800 This loo

Re: kern/143573: [em] em(4) NIC crashes intermittently

2010-02-06 Thread Ivan Voras
The following reply was made to PR kern/143573; it has been noted by GNATS. From: Ivan Voras To: Mars G Miro Cc: bug-follo...@freebsd.org, earl.la...@gmail.com, Jack Vogel Subject: Re: kern/143573: [em] em(4) NIC crashes intermittently Date: Sun, 7 Feb 2010 01:41:08 +0100 On 7 Februa

How does rpc.lockd know where to send a request

2010-02-06 Thread M. Warner Losh
I have a problem. All systems are running freebsd-current form sometime in the last month, although similar systems running 8.0-RELEASE exhibit exactly the same problem. rpc.lockd on an NFS client is doing something that baffles my mind entirely, maybe you can help. Please bear with me, this is

Re: How does rpc.lockd know where to send a request

2010-02-06 Thread Julian Elischer
M. Warner Losh wrote: I have a problem. All systems are running freebsd-current form sometime in the last month, although similar systems running 8.0-RELEASE exhibit exactly the same problem. rpc.lockd on an NFS client is doing something that baffles my mind entirely, maybe you can help. Pleas

Re: How does rpc.lockd know where to send a request

2010-02-06 Thread M. Warner Losh
In message: <4b6e2b40.1070...@elischer.org> Julian Elischer writes: : M. Warner Losh wrote: : > I have a problem. All systems are running freebsd-current form : > sometime in the last month, although similar systems running : > 8.0-RELEASE exhibit exactly the same problem. rpc.lockd

Re: How does rpc.lockd know where to send a request

2010-02-06 Thread M. Warner Losh
In message: <4b6e2b40.1070...@elischer.org> Julian Elischer writes: : M. Warner Losh wrote: : > I have a problem. All systems are running freebsd-current form : > sometime in the last month, although similar systems running : > 8.0-RELEASE exhibit exactly the same problem. rpc.lockd

Re: How does rpc.lockd know where to send a request

2010-02-06 Thread Julian Elischer
M. Warner Losh wrote: In message: <4b6e2b40.1070...@elischer.org> Julian Elischer writes: : M. Warner Losh wrote: : > I have a problem. All systems are running freebsd-current form : > sometime in the last month, although similar systems running : > 8.0-RELEASE exhibit exactly the s

Re: How does rpc.lockd know where to send a request

2010-02-06 Thread Julian Elischer
M. Warner Losh wrote: In message: <4b6e2b40.1070...@elischer.org> Julian Elischer writes: : M. Warner Losh wrote: : > I have a problem. All systems are running freebsd-current form : > sometime in the last month, although similar systems running : > 8.0-RELEASE exhibit exactly the s

Re: kern/143622: [pfil] [patch] unlock pfil lock while calling firewall hooks

2010-02-06 Thread linimon
Old Synopsis: [patch] unlock pfil lock while calling firewall hooks New Synopsis: [pfil] [patch] unlock pfil lock while calling firewall hooks Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sun Feb 7 05:34:40 UTC 2010 Responsible-Ch