diff options
author | David S. Miller <davem@davemloft.net> | 2010-02-14 14:56:38 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-14 14:56:38 -0500 |
commit | 3d0beb921fa34ebf8b13e206e5473329b14deb83 (patch) | |
tree | b7f121166e835da5e61587ce7bd18b4091b1b7be /net | |
parent | 5e2a911cecc7e0fd89b1d2d001b7b89d47057ad6 (diff) | |
parent | 5affcd6ba2036b59a4dee3f0576ae3584e92e4f1 (diff) |
Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
Diffstat (limited to 'net')
-rw-r--r-- | net/mac80211/rate.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/mac80211/rate.c b/net/mac80211/rate.c index b9007f80cb92..12a2bff7dcdb 100644 --- a/net/mac80211/rate.c +++ b/net/mac80211/rate.c | |||
@@ -245,6 +245,9 @@ void rate_control_get_rate(struct ieee80211_sub_if_data *sdata, | |||
245 | info->control.rates[i].count = 1; | 245 | info->control.rates[i].count = 1; |
246 | } | 246 | } |
247 | 247 | ||
248 | if (sdata->local->hw.flags & IEEE80211_HW_HAS_RATE_CONTROL) | ||
249 | return; | ||
250 | |||
248 | if (sta && sdata->force_unicast_rateidx > -1) { | 251 | if (sta && sdata->force_unicast_rateidx > -1) { |
249 | info->control.rates[0].idx = sdata->force_unicast_rateidx; | 252 | info->control.rates[0].idx = sdata->force_unicast_rateidx; |
250 | } else { | 253 | } else { |