Re: attempting mesh on ath10k

2015-08-12 Thread Bob Copeland
On Mon, Jul 13, 2015 at 10:13:59AM +0200, Michal Kazior wrote: On 13 July 2015 at 03:43, Bob Copeland m...@bobcopeland.com wrote: [trimmed CC to list] On Sun, Jul 12, 2015 at 10:25:32AM -0400, Bob Copeland wrote: It looks like unicast self-protected action frames (peering) works fine,

Re: attempting mesh on ath10k

2015-07-20 Thread Bob Copeland
On Mon, Jul 13, 2015 at 10:13:59AM +0200, Michal Kazior wrote: On 13 July 2015 at 03:43, Bob Copeland m...@bobcopeland.com wrote: Actually, it's any group addressed frame. I tried playing with various values for htt_data_tx_ext_tid as well as just using the tid on the frame (in mesh group

Re: attempting mesh on ath10k

2015-07-12 Thread Bob Copeland
On Mon, Jul 06, 2015 at 05:49:21PM -0400, Bob Copeland wrote: Here's the latest patch-in-progress but I haven't tested it; it also requires the AID series I sent to l-w last week (and still requires the filters be disabled). Once I get an hour to run it through the paces and also fix the

Re: attempting mesh on ath10k

2015-05-27 Thread Bob Copeland
On Wed, May 27, 2015 at 08:51:05AM +0200, Bartosz Markowski wrote: On 28 April 2015 at 14:25, Bob Copeland m...@bobcopeland.com wrote: On Tue, Apr 28, 2015 at 07:47:40AM +0200, Michal Kazior wrote: Perhaps there is a BSSID filter enabled or something like that (in mesh there's no BSSID,

Re: attempting mesh on ath10k

2015-05-27 Thread Bartosz Markowski
On 27 May 2015 at 13:12, Bob Copeland m...@bobcopeland.com wrote: On Wed, May 27, 2015 at 08:51:05AM +0200, Bartosz Markowski wrote: [...] Are there any plans to push this work upstream? Hi Bartosz, Yes, I plan to upstream it. I'm waiting on a hardware to arrive so I can implement VHT

Re: attempting mesh on ath10k

2015-05-27 Thread Bartosz Markowski
On 28 April 2015 at 14:25, Bob Copeland m...@bobcopeland.com wrote: On Tue, Apr 28, 2015 at 07:47:40AM +0200, Michal Kazior wrote: Perhaps there is a BSSID filter enabled or something like that (in mesh there's no BSSID, just individual addresses on group addressed frames). In that case try

Re: attempting mesh on ath10k

2015-04-28 Thread Bob Copeland
On Sat, Apr 25, 2015 at 01:55:32AM +0800, Chun-Yeow Yeoh wrote: Hi, Bob I have tried converting the adhoc mode on the firmware-2.bin_999.999.0.636 as mesh interface. You can find my patches here: https://github.com/chunyeow/ath/commits/mesh But probably too many workaround and won't be

Re: attempting mesh on ath10k

2015-04-28 Thread Bob Copeland
On Tue, Apr 28, 2015 at 08:50:01PM +0800, Chun-Yeow Yeoh wrote: Great works, Bob. Which AP firmware that you have tested with? That is with: [ 16.67] ath10k_pci :01:00.0: qca988x hw2.0 (0x4100016c, 0x043202ff) fw 10.2.4.45 api 4 htt 2.1 wmi 5 cal otp max_sta 128 I think it should

Re: attempting mesh on ath10k

2015-04-28 Thread Yeoh Chun-Yeow
Great works, Bob. Which AP firmware that you have tested with? Chun-Yeow On Tue, Apr 28, 2015 at 8:41 PM, Bob Copeland m...@bobcopeland.com wrote: On Sat, Apr 25, 2015 at 01:55:32AM +0800, Chun-Yeow Yeoh wrote: Hi, Bob I have tried converting the adhoc mode on the

Re: attempting mesh on ath10k

2015-04-27 Thread Bob Copeland
On Sun, Apr 26, 2015 at 10:15:52AM -0400, Bob Copeland wrote: So, progress! There's still an issue with datapath -- while it looks like we can establish plinks, I couldn't get unicast traffic flowing even if manually setting up mpaths and arp table entries. I haven't yet got all of my 5 ghz

Re: attempting mesh on ath10k

2015-04-27 Thread Michal Kazior
On 27 April 2015 at 15:00, Bob Copeland m...@bobcopeland.com wrote: On Sun, Apr 26, 2015 at 10:15:52AM -0400, Bob Copeland wrote: So, progress! There's still an issue with datapath -- while it looks like we can establish plinks, I couldn't get unicast traffic flowing even if manually setting

Re: attempting mesh on ath10k

2015-04-26 Thread Bob Copeland
On Fri, Apr 24, 2015 at 06:38:02PM -0700, Ben Greear wrote: I have IBSS support working, and at least non-encrypted raw transmit can work in my firmware, though raw tx requires Michal's RFC patch he posted some time ago. (Michal's RFC patch is in my repo.) So I got a bit further. I was still

attempting mesh on ath10k

2015-04-24 Thread Bob Copeland
Hi all, I have played around a little bit with the raw mode patches trying to get mesh working on ath10k. I've hacked the driver slightly to use an AP vif in the firmware in mesh mode, which seems to produce proper looking beacons over the air. However, when I bring up a second mesh node, the

Re: attempting mesh on ath10k

2015-04-24 Thread Yeoh Chun-Yeow
Hi, Bob I have tried converting the adhoc mode on the firmware-2.bin_999.999.0.636 as mesh interface. You can find my patches here: https://github.com/chunyeow/ath/commits/mesh But probably too many workaround and won't be able to interoperate with other mesh interface. I have also found out

Re: attempting mesh on ath10k

2015-04-24 Thread Ben Greear
On 04/24/2015 10:55 AM, Yeoh Chun-Yeow wrote: Hi, Bob I have tried converting the adhoc mode on the firmware-2.bin_999.999.0.636 as mesh interface. You can find my patches here: https://github.com/chunyeow/ath/commits/mesh But probably too many workaround and won't be able to interoperate