Re: [ath9k-devel] [PATCH] ath9k: make driver usable standalone

2011-08-17 Thread Gábor Stefanik
r iwconfig nor iwlist worked for me without WIRELESS_EXT. > > > Pavel > Iwconfig and iwlist are themselves deprecated. Iw is the new wireless configuration tool. > > 2011/8/17 Gábor Stefanik : >> On Wed, Aug 17, 2011 at 5:28 AM, Pavel Ivanov wrote: >>> When ath9k i

Re: [ath9k-devel] [PATCH] ath9k: make driver usable standalone

2011-08-16 Thread Gábor Stefanik
On Wed, Aug 17, 2011 at 5:28 AM, Pavel Ivanov wrote: > When ath9k is the only wireless driver included in the build > WIRELESS_EXT configuration option becomes undefined. Because of that > driver becomes essentially unusable as you can't actually connect to > any WiFi network. By including WIRELES

Re: [ath9k-devel] [question] ath9k: 11n monitor mode

2009-11-26 Thread Gábor Stefanik
I don't know exactly, but a while ago there was a discussion about how to represent HT rates in Radiotap. AFAIK mac80211 refuses to forward HT packets to monitor interfaces as they don't have a valid CCK or OFDM rate. On Thu, Nov 26, 2009 at 2:57 PM, Ming Lei wrote: > Hi Luis, > > I find the wire

Re: [ath9k-devel] [PATCH v2 16/21] mac80211: add helper for management / no-ack frame rate decision

2009-07-16 Thread Gábor Stefanik
On Thu, Jul 16, 2009 at 7:05 PM, Luis R. Rodriguez wrote: > All current rate control algorithms agree to send management and no-ack > frames at the lowest rate. They also agree to do this when sta > and the private rate control data is NULL. We add a hlper to mac80211 > for this and simplify the ra

Re: [ath9k-devel] [PATCH v2 13/15] iwlwifi: use ieee80211_is_data(fc)

2009-06-08 Thread Gábor Stefanik
On Sat, Jun 6, 2009 at 2:03 AM, Luis R. Rodriguez wrote: > Cc: Zhu Yi > Cc: Reinette Chatre > Cc: ipw3945-de...@lists.sourceforge.net > Signed-off-by: Luis R. Rodriguez > --- >  drivers/net/wireless/iwlwifi/iwl-3945-rs.c |    7 +++ >  drivers/net/wireless/iwlwifi/iwl-sta.c     |    5 ++--- >

Re: [ath9k-devel] [PATCH v2 11/15] ath9k: remove unnecessary IEEE80211_TX_CTL_NO_ACK checks

2009-06-07 Thread Gábor Stefanik
On Sat, Jun 6, 2009 at 2:03 AM, Luis R. Rodriguez wrote: > We check for this condition early on in our mac80211 get_rate() > callback ath_get_rate(), so remove this check later down the path. > > Cc: Derek Smithies > Cc: Chittajit Mitra > Signed-off-by: Luis R. Rodriguez > --- >  drivers/net/wir

Re: [ath9k-devel] [PATCH 01/15] ath9k: fix oops by downgrading assert in rc.c

2009-06-05 Thread Gábor Stefanik
On Fri, Jun 5, 2009 at 7:41 AM, Luis R. Rodriguez wrote: > Unfortunately locking the driver rate control private area > doesn't resolve this issue and in fact causes some issues. > The root cause is yet undetermined. For now instead of crashing > lets just downgrades the ASSERT() and only show a tr