[ath9k-devel] [patch] ath9k_hw: min_t() casts u32 to int

2011-10-17 Thread Dan Carpenter
The code here treats very large values of "limit" as less than MAX_POWER_RATE because of the cast to int. We should do the compare as u32 instead. Signed-off-by: Dan Carpenter diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c index e0c8549..f9abbb7 100644 -

Re: [ath9k-devel] AR9285 and Thompson TG585 v8 connection problems

2011-10-17 Thread Adrian Chadd
What's the mac address of your NIC? The failed pcap shows a separate STA MAC address constantly sending out probes and getting no response. Adrian ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-d