diff options
author | John W. Linville <linville@tuxdriver.com> | 2010-05-11 14:24:55 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-05-11 14:24:55 -0400 |
commit | cc755896a4274f11283bca32d1d658203844057a (patch) | |
tree | 218970ece71df99f686b9416b7fd88b921690ebb /drivers/net/wireless/rndis_wlan.c | |
parent | d250fe91ae129bff0968e685cc9c466d3a5e3482 (diff) | |
parent | 9459d59fbf0bc82ff4c804679fa8bc22788eca63 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
Conflicts:
drivers/net/wireless/ath/ar9170/main.c
Diffstat (limited to 'drivers/net/wireless/rndis_wlan.c')
-rw-r--r-- | drivers/net/wireless/rndis_wlan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/rndis_wlan.c b/drivers/net/wireless/rndis_wlan.c index babdcdf6d71d..2d2890878dea 100644 --- a/drivers/net/wireless/rndis_wlan.c +++ b/drivers/net/wireless/rndis_wlan.c | |||
@@ -535,7 +535,7 @@ static int rndis_join_ibss(struct wiphy *wiphy, struct net_device *dev, | |||
535 | 535 | ||
536 | static int rndis_leave_ibss(struct wiphy *wiphy, struct net_device *dev); | 536 | static int rndis_leave_ibss(struct wiphy *wiphy, struct net_device *dev); |
537 | 537 | ||
538 | static int rndis_set_channel(struct wiphy *wiphy, | 538 | static int rndis_set_channel(struct wiphy *wiphy, struct net_device *dev, |
539 | struct ieee80211_channel *chan, enum nl80211_channel_type channel_type); | 539 | struct ieee80211_channel *chan, enum nl80211_channel_type channel_type); |
540 | 540 | ||
541 | static int rndis_add_key(struct wiphy *wiphy, struct net_device *netdev, | 541 | static int rndis_add_key(struct wiphy *wiphy, struct net_device *netdev, |
@@ -2291,7 +2291,7 @@ static int rndis_leave_ibss(struct wiphy *wiphy, struct net_device *dev) | |||
2291 | return deauthenticate(usbdev); | 2291 | return deauthenticate(usbdev); |
2292 | } | 2292 | } |
2293 | 2293 | ||
2294 | static int rndis_set_channel(struct wiphy *wiphy, | 2294 | static int rndis_set_channel(struct wiphy *wiphy, struct net_device *netdev, |
2295 | struct ieee80211_channel *chan, enum nl80211_channel_type channel_type) | 2295 | struct ieee80211_channel *chan, enum nl80211_channel_type channel_type) |
2296 | { | 2296 | { |
2297 | struct rndis_wlan_private *priv = wiphy_priv(wiphy); | 2297 | struct rndis_wlan_private *priv = wiphy_priv(wiphy); |