[ath5k-devel] [PATCH] ath5k: do not reschedule tx_complete_work on stop

2013-05-02 Thread Stanislaw Gruszka
-tx_complete_work, when we stop device. This flag was defined in ath5k code, but it was not used. I didn't get feedback if the fix works, so patch is compile only tested. Signed-off-by: Stanislaw Gruszka sgrus...@redhat.com --- drivers/net/wireless/ath/ath5k/base.c |5 + 1 files changed, 5 insertions

Re: [ath5k-devel] [PATCH] ath5k: Put hardware in PROMISC mode if there is more than 1 stations.

2011-03-04 Thread Stanislaw Gruszka
On Fri, Mar 04, 2011 at 06:14:37AM -0800, Ben Greear wrote: On 03/04/2011 02:04 AM, jpo234 wrote: | From: Ben Greeargreearb@... | | It seems ath5k has issues receiving broadcast packets (ARPs) when | using multiple STA interfaces associated with multiple APs. | This patch ensures the NIC is

Re: [ath5k-devel] [PATCH 1/2] ath5k: Use high bitrates for ACK/CTS

2010-04-16 Thread Stanislaw Gruszka
On Mon, 12 Apr 2010 16:38:47 +0900 Bruno Randolf b...@einfach.org wrote: There was a confusion in the usage of the bits AR5K_STA_ID1_ACKCTS_6MB and AR5K_STA_ID1_BASE_RATE_11B. If they are set (1), we will get lower bitrates for ACK and CTS. Therefore ath5k_hw_set_ack_bitrate_high(ah, false)