diff options
author | Eliad Peller <eliad@wizery.com> | 2011-09-25 13:06:53 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-09-27 14:34:11 -0400 |
commit | f70f01c2ebbe31fbd8a96be3b45c5620dac45b96 (patch) | |
tree | 4052a95a6ec1ab8fa51bfc1f8bae831d8aa5e592 /net/mac80211/cfg.c | |
parent | aad14ceb45f5ff12da2ab5b37a596e6f81566515 (diff) |
cfg80211/mac80211: add netdev param to set_txq_params()
tx params are currently configured per hw, although they
should be configured per interface.
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/cfg.c')
-rw-r--r-- | net/mac80211/cfg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c index 56c35041ba97..726fb8819b43 100644 --- a/net/mac80211/cfg.c +++ b/net/mac80211/cfg.c | |||
@@ -1271,6 +1271,7 @@ static int ieee80211_change_bss(struct wiphy *wiphy, | |||
1271 | } | 1271 | } |
1272 | 1272 | ||
1273 | static int ieee80211_set_txq_params(struct wiphy *wiphy, | 1273 | static int ieee80211_set_txq_params(struct wiphy *wiphy, |
1274 | struct net_device *dev, | ||
1274 | struct ieee80211_txq_params *params) | 1275 | struct ieee80211_txq_params *params) |
1275 | { | 1276 | { |
1276 | struct ieee80211_local *local = wiphy_priv(wiphy); | 1277 | struct ieee80211_local *local = wiphy_priv(wiphy); |