summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2011-12-05 11:47:18 +0100
committerLee Jones <lee.jones@linaro.org>2012-01-05 10:20:27 +0000
commit17fb1719bca96b5b716321b972fde41e7c89d6b1 (patch)
tree662c008b6a01d29597fc2e9e4825818b81bd5859
parent8df5d1672ed450e59bb42dc22533598667b5a080 (diff)
cw1200: Fix API change introduced in 3.2
Signed-off-by: Philippe Langlais <philippe.langlais@linaro.org>
-rw-r--r--drivers/staging/cw1200/sta.c4
-rw-r--r--drivers/staging/cw1200/sta.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/cw1200/sta.c b/drivers/staging/cw1200/sta.c
index 9eb7879bab2..2a443eaf0ed 100644
--- a/drivers/staging/cw1200/sta.c
+++ b/drivers/staging/cw1200/sta.c
@@ -523,8 +523,8 @@ void cw1200_configure_filter(struct ieee80211_hw *dev,
up(&priv->scan.lock);
}
-int cw1200_conf_tx(struct ieee80211_hw *dev, u16 queue,
- const struct ieee80211_tx_queue_params *params)
+int cw1200_conf_tx(struct ieee80211_hw *dev, struct ieee80211_vif *vif,
+ u16 queue, const struct ieee80211_tx_queue_params *params)
{
struct cw1200_common *priv = dev->priv;
int ret = 0;
diff --git a/drivers/staging/cw1200/sta.h b/drivers/staging/cw1200/sta.h
index 88a08aaceaf..0d0098e7346 100644
--- a/drivers/staging/cw1200/sta.h
+++ b/drivers/staging/cw1200/sta.h
@@ -26,8 +26,8 @@ void cw1200_configure_filter(struct ieee80211_hw *dev,
unsigned int changed_flags,
unsigned int *total_flags,
u64 multicast);
-int cw1200_conf_tx(struct ieee80211_hw *dev, u16 queue,
- const struct ieee80211_tx_queue_params *params);
+int cw1200_conf_tx(struct ieee80211_hw *dev, struct ieee80211_vif *vif,
+ u16 queue, const struct ieee80211_tx_queue_params *params);
int cw1200_get_stats(struct ieee80211_hw *dev,
struct ieee80211_low_level_stats *stats);
/* Not more a part of interface?