On Saturday 26 May 2007 09:14, Larry Finger wrote:
From: mabbas@linux.intel.com
The WEXT ioctl SIOCSIWRATE is not implemented in mac80211. This patch
adds the missing routine. It supports the 'auto' keyword, fixed rates,
and the combination of 'auto' and a fixed rate to select an upper bound.
Signed-off-by: mabbas@linux.intel.com
Please sign off with both your name and email address.
quoted hunk ↗ jump to hunk
Index: wireless-dev/net/mac80211/sta_info.h
===================================================================
--- wireless-dev.orig/net/mac80211/sta_info.h
+++ wireless-dev/net/mac80211/sta_info.h
@@ -58,6 +58,9 @@ struct sta_info {
unsigned int wep_weak_iv_count; /* number of RX frames with weak IV */
unsigned long last_rx;
+ u32 restricted_tx_rates; /* bitmap of user restricted tx rates in
+ * u.sta.restricted_tx_rates, if 0 use all
+ * available rates */
No. Use force_unicast_rateidx and max_ratectrl_rateidx.
-Michael Wu