linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ath9k_htc kernel driver regression affecting throughput
@ 2016-09-21  3:43 bruce m beach
  2016-09-21  4:30 ` Oleksij Rempel
  0 siblings, 1 reply; 10+ messages in thread
From: bruce m beach @ 2016-09-21  3:43 UTC (permalink / raw)
  To: linux-wireless; +Cc: linux

Oleksij

I looked at
https://unix.stackexchange.com/questions/122050/
      send-traffic-to-self-over-physical-network-on-ubuntu

It appearred to too complicated but

https://unix.stackexchange.com/questions/122050/
        send-traffic-to-self-over-physical-network-on-ubuntu
with:
    # Create a network namespace and move one of interfaces into it:
      ip netns add test2
      ip link set wlan0 netns test2
    # Start a shell in the new namespace:
       ip netns exec test2 bash
    # Then proceed as if you had two machines. When finished exit the shell and
    # delete the namespace:
       ip netns del test2
Certainly looks interesting but after I got a
 RTNETLINK answers: Invalid argument
I lost interest. My heart isn't in it. I'm still working on the firmware.  I
have started a new tree (tree #3) that consists of a userland firmware uploader
and until recently the following firmware:

app_start( void ) {}

i.e a lable that the code jumps to and nothing else. At this point I have
added VendorCommand(), and a debugger via ep0. ( ep0 is a good choice
since it is available a boot, no matter what) and over the next few
months I am going to move ->all<- the rom code into ram starting with
the USB subsystem.

Bruce

^ permalink raw reply	[flat|nested] 10+ messages in thread
* ath9k_htc kernel driver regression affecting throughput
@ 2016-09-17 15:52 bruce m beach
  2016-09-17 16:14 ` Oleksij Rempel
  0 siblings, 1 reply; 10+ messages in thread
From: bruce m beach @ 2016-09-17 15:52 UTC (permalink / raw)
  To: linux-wireless; +Cc: linux

>> Hm.. found here one report about bad perfomance on this driver
>> https://ubuntuforums.org/showthread.php?t=2312343
>>
>> affected persons seems to use WEP encryption.
>>
>> What encryption do are you using?

I just wish I could do some testing on a single machine. Every test
suite I've seen always involves 2 machines. Why can't I use the wifi
chip on the mother board and the ar9271(a usb stick) to test basic
communications on the ar9271. The problem is I don't know where to begin.

Bruce

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-09-22 17:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-21  3:43 ath9k_htc kernel driver regression affecting throughput bruce m beach
2016-09-21  4:30 ` Oleksij Rempel
2016-09-22  3:34   ` bruce m beach
2016-09-22  4:18     ` Ben Greear
2016-09-22  4:53       ` bruce m beach
2016-09-22 13:34         ` Ben Greear
2016-09-22 17:11     ` Oleksij Rempel
  -- strict thread matches above, loose matches on Subject: below --
2016-09-17 15:52 bruce m beach
2016-09-17 16:14 ` Oleksij Rempel
2016-09-17 16:23   ` Oleksij Rempel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).