On Thu, Nov 25, 2010 at 12:43 AM, Octav Chipara <ochipara@xxxxxxxxx> wrote: > Hi, > > I'm having some problems properly configuring ath5k. I'm trying to set > the retransmission count so that the card will not perform more than a > transmission: > > iwconfig wlan0 retry 1 Hmm, someone can correct me if I'm wrong, but according to my reading of the code, minstrel only uses hw->max_rate_tries and not wiphy->retry_{short,long}. Also it looks like the only drivers that poke at these values only use it for failure indication when they don't support accurate tx status reporting. You can try the pid controller for now, it directly uses these settings. > I tried to set the value directly using iwpriv and I > get wlan0 no private ioctls. Unlearn iwpriv -- ath5k will never support it. -- Bob Copeland %% www.bobcopeland.com -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html