Merge tag 'iwlwifi-next-for-kalle-2014-12-30' of https://git.kernel.org/pub/scm/linux...
[cascardo/linux.git] / drivers / net / wireless / wl3501_cs.c
index d24d4a9..d5c371d 100644 (file)
@@ -42,8 +42,7 @@
 #include <linux/slab.h>
 #include <linux/string.h>
 #include <linux/wireless.h>
-#include <linux/ieee80211.h>
-#include <linux/etherdevice.h>
+#include <net/cfg80211.h>
 
 #include <net/iw_handler.h>
 
@@ -1454,7 +1453,8 @@ static int wl3501_get_freq(struct net_device *dev, struct iw_request_info *info,
 {
        struct wl3501_card *this = netdev_priv(dev);
 
-       wrqu->freq.m = ieee80211_dsss_chan_to_freq(this->chan) * 100000;
+       wrqu->freq.m = 100000 *
+               ieee80211_channel_to_frequency(this->chan, IEEE80211_BAND_2GHZ);
        wrqu->freq.e = 1;
        return 0;
 }