On Mon, 2008-10-20 at 22:07 -0600, Zhu Yi wrote: > The max retry rates number for iwl4965 is 16. See iwl-commands.h for > more details: > > a) Use the initial rate for only one entry. > b) For each following entry, reduce the rate to next lower available > rate, until reaching the lowest available rate. > c) When reducing rate, also switch antenna selection. > d) Once lowest available rate is reached, repeat this rate until > rate table is filled (16 entries), switching antenna each entry. Now I even wonder if abstract the common MRR info is possible. Yes, the algorithm itself is hardware independent. But the one we use best utilizes the hardware capability and it communicates with the hardware frequently. I don't know about other hardware. But I highly doubt the interface is so easy to be defined within IEEE80211_SKB_CB. Thanks, -yi -- 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