Re: [ath9k-devel] AR9330 hornet board stops beaconing after a few days (0xdeadbeef)

2012-09-03 Thread Simon Wunderlich
Hey guys, now, finally after approx. 9 days the problem hit us again, this time with debug enabled. The symptoms are the same as described before. I'm pasting part of the syslog of routers 200 and 201 where the calibrating output changes - this is the only thing I could find which was really d

Re: [ath9k-devel] AR9132 based mesh does not start

2012-09-03 Thread LEO Airwarosu Yoichi Shinoda
Thomas, I was preparing some trace/log data for you, but Chun-Yeow's suggestion did the trick. Thank you very much anyway. --- shinoda On 2012/08/30, at 6:39, Thomas Pedersen wrote: > On Wed, Aug 29, 2012 at 5:21 AM, LEO Airwarosu Yoichi Shinoda > wrote: >> >> With OpenWrt r33276 (compat-wir

Re: [ath9k-devel] AR9132 based mesh does not start

2012-09-03 Thread LEO Airwarosu Yoichi Shinoda
Chun-Yeow, It worked like a charm! Thanks a million! --- shinoda On 2012/08/30, at 10:31, Yeoh Chun-Yeow wrote: > Hi, Shinoda > > It could be due to old ath9k chipset filtering issue (broadcast packet > is filtered out, such as ARP request) as mentioned in: > https://github.com/cozybit/open80

Re: [ath9k-devel] [OpenWrt-Devel] AR9132 based mesh does not start

2012-09-03 Thread LEO Airwarosu Yoichi Shinoda
Chun-Yeow, Thanks for the suggestion, but there's no luck hereā€¦ root@gh3:~# iw phy0 interface add mesh0 type mp root@gh3:~# iw mesh0 set channel 11 root@gh3:~# ifconfig mesh0 192.168.100.23 netmask 255.255.255.0 root@gh3:~# ifconfig mesh0 up root@gh3:~# iw mesh0 mesh join mymesh root@gh3:~# iw me

[ath9k-devel] AR9132 based mesh does not start

2012-09-03 Thread LEO Airwarosu Yoichi Shinoda
With OpenWrt r33276 (compat-wireless-2012-07-13), Buffalo WZR-HP-G300NH (AR9132) does not start a mesh until an adjacent monitor interface is created and brought up. For example, let's consider a mesh interface mesh0. # iw phy0 interface add mesh0 type mp # iw mesh0 set channel 11 # iw mesh0 mes

[ath9k-devel] [RFC] ath9k: update hw_timer_enabled to false when we stop generic timers

2012-09-03 Thread Mohammed Shafi Shajakhan
From: Mohammed Shafi Shajakhan Update the 'hw_timer_enabled' to 'false' wherever we are stopping hardware generic timers, excecpt the case where we start them again immediately. I will just test the case the generic hardware timer is stopped again and again even though they had been already stopp

Re: [ath9k-devel] Help regarding ath9k source code!

2012-09-03 Thread Mohammed Shafi
On Mon, Sep 3, 2012 at 4:08 PM, Yashashree Jadhav wrote: > Hello Sir, > > This days I am studying ath9k aggregation source code. > > According to observation I found out MPDUs having a different TIDs (means > all type of traffic bundle in one frame irrespective of QoS requirement ) > But in case o

Re: [ath9k-devel] AR9330 hornet board stops beaconing after a few days (0xdeadbeef)

2012-09-03 Thread Sven Eckelmann
On Monday 03 September 2012 19:23:26 Mohammed Shafi wrote: > > # dmesg > > [...] > > [900132.16] ath: phy0: NF calibrated [ext] [chain 0] is -104 > > [900162.16] ath: phy0: NF calibrated [ctl] [chain 0] is -104 > > [900162.16] ath: phy0: NF calibrated [ext] [chain 0] is -104 > > [900192

Re: [ath9k-devel] Help!!!!!!

2012-09-03 Thread Mohammed Shafi
Hi, adding list. apologize for the delayed reply. > > This days I am doing experiment with 802.11n ,driver ath9k and minstrel_ht > set as rc . > > when i set "fixed_rate_idx" to 23 by command > > echo 23 > fixed_rate_idx in ( /sys/kernel/debug/ieee80211/phy0/rc/) > > I got throughput 40 mbps cons

[ath9k-devel] Help regarding ath9k source code!

2012-09-03 Thread Yashashree Jadhav
Hello Sir, This days I am studying ath9k aggregation source code. According to observation I found out MPDUs having a different TIDs (means all type of traffic bundle in one frame irrespective of QoS requirement ) But in case of A-MSDU it consider formation of only similar TIDs. My understanding

Re: [ath9k-devel] AR9330 hornet board stops beaconing after a few days (0xdeadbeef)

2012-09-03 Thread Mohammed Shafi
On Mon, Sep 3, 2012 at 1:31 AM, Simon Wunderlich wrote: > Hey guys, > > now, finally after approx. 9 days the problem hit us again, this time with > debug enabled. > > The symptoms are the same as described before. I'm pasting part of the syslog > of routers > 200 and 201 where the calibrating o

Re: [ath9k-devel] [PATCHv2 1/2] ath9k_htc: remove driver specific checks for interfaces combinations

2012-09-03 Thread Mohammed Shafi
Hi Antonio, >> Other than that, patch 2/6 should be modified to take into account IBSS mode. > > yeah saw your patch, that in ath9k_htc IBSS interface can coexist with > one more interface. sorry for the delayed response(almost tortoise's pace :) ), the ath9k_htc maintainer said TSF sync may be a

Re: [ath9k-devel] Does ath9k support beam forming?

2012-09-03 Thread Ben Greear
On 08/28/2012 10:05 PM, Mohammed Shafi wrote: > Hi Ben, > > On Wed, Aug 29, 2012 at 12:29 AM, Ben Greear wrote: >> I saw some RFC patches about beam-forming from 2010, but grepping current >> code doesn't find anything that indicates these patches ever made it >> upstream. >> Of course, I could be

Re: [ath9k-devel] Does ath9k support beam forming?

2012-09-03 Thread Ben Greear
On 08/30/2012 10:28 PM, Mohammed Shafi wrote: > Hi Ben, > > sorry for the delayed reply was bit involved in some other tasks. > >> >> >> Can you post the latest patch series for this? > > there are some commitments which i have to finish it off and i can start > doing this only out of my free time.