summaryrefslogtreecommitdiffstats
path: root/net/mac80211/rate.c
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2013-06-12 14:26:48 -0400
committerJohn W. Linville <linville@tuxdriver.com>2013-06-12 14:26:48 -0400
commit6bb7aabf73401c9cfca26c71ccae1e3d6e1640d5 (patch)
tree515bdf9875c34447c51ed7512749bbaa93641588 /net/mac80211/rate.c
parent8c8d2017ba25c510ddf093419048460db1109bc4 (diff)
parent795d855d56c6d172f50a974f603ba923ac93ee76 (diff)
downloadop-kernel-dev-6bb7aabf73401c9cfca26c71ccae1e3d6e1640d5.zip
op-kernel-dev-6bb7aabf73401c9cfca26c71ccae1e3d6e1640d5.tar.gz
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
Diffstat (limited to 'net/mac80211/rate.c')
-rw-r--r--net/mac80211/rate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/rate.c b/net/mac80211/rate.c
index d3f414f..a02bef3 100644
--- a/net/mac80211/rate.c
+++ b/net/mac80211/rate.c
@@ -615,7 +615,7 @@ static void rate_control_apply_mask(struct ieee80211_sub_if_data *sdata,
if (rates[i].idx < 0)
break;
- rate_idx_match_mask(&rates[i], sband, mask, chan_width,
+ rate_idx_match_mask(&rates[i], sband, chan_width, mask,
mcs_mask);
}
}
OpenPOWER on IntegriCloud