diff options
Diffstat (limited to 'drivers/net/wireless/bcm43xx/bcm43xx_wx.c')
-rw-r--r-- | drivers/net/wireless/bcm43xx/bcm43xx_wx.c | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/drivers/net/wireless/bcm43xx/bcm43xx_wx.c b/drivers/net/wireless/bcm43xx/bcm43xx_wx.c index e72be32bda75..3daee828ef4b 100644 --- a/drivers/net/wireless/bcm43xx/bcm43xx_wx.c +++ b/drivers/net/wireless/bcm43xx/bcm43xx_wx.c | |||
@@ -106,7 +106,6 @@ static int bcm43xx_wx_set_channelfreq(struct net_device *net_dev, | |||
106 | char *extra) | 106 | char *extra) |
107 | { | 107 | { |
108 | struct bcm43xx_private *bcm = bcm43xx_priv(net_dev); | 108 | struct bcm43xx_private *bcm = bcm43xx_priv(net_dev); |
109 | struct ieee80211softmac_device *softmac = bcm->softmac; | ||
110 | unsigned long flags; | 109 | unsigned long flags; |
111 | u8 channel; | 110 | u8 channel; |
112 | int freq; | 111 | int freq; |
@@ -205,24 +204,6 @@ static int bcm43xx_wx_get_mode(struct net_device *net_dev, | |||
205 | return 0; | 204 | return 0; |
206 | } | 205 | } |
207 | 206 | ||
208 | static int bcm43xx_wx_set_sensitivity(struct net_device *net_dev, | ||
209 | struct iw_request_info *info, | ||
210 | union iwreq_data *data, | ||
211 | char *extra) | ||
212 | { | ||
213 | /*TODO*/ | ||
214 | return 0; | ||
215 | } | ||
216 | |||
217 | static int bcm43xx_wx_get_sensitivity(struct net_device *net_dev, | ||
218 | struct iw_request_info *info, | ||
219 | union iwreq_data *data, | ||
220 | char *extra) | ||
221 | { | ||
222 | /*TODO*/ | ||
223 | return 0; | ||
224 | } | ||
225 | |||
226 | static int bcm43xx_wx_get_rangeparams(struct net_device *net_dev, | 207 | static int bcm43xx_wx_get_rangeparams(struct net_device *net_dev, |
227 | struct iw_request_info *info, | 208 | struct iw_request_info *info, |
228 | union iwreq_data *data, | 209 | union iwreq_data *data, |
@@ -517,24 +498,6 @@ out_unlock: | |||
517 | return err; | 498 | return err; |
518 | } | 499 | } |
519 | 500 | ||
520 | static int bcm43xx_wx_set_retry(struct net_device *net_dev, | ||
521 | struct iw_request_info *info, | ||
522 | union iwreq_data *data, | ||
523 | char *extra) | ||
524 | { | ||
525 | /*TODO*/ | ||
526 | return 0; | ||
527 | } | ||
528 | |||
529 | static int bcm43xx_wx_get_retry(struct net_device *net_dev, | ||
530 | struct iw_request_info *info, | ||
531 | union iwreq_data *data, | ||
532 | char *extra) | ||
533 | { | ||
534 | /*TODO*/ | ||
535 | return 0; | ||
536 | } | ||
537 | |||
538 | static int bcm43xx_wx_set_encoding(struct net_device *net_dev, | 501 | static int bcm43xx_wx_set_encoding(struct net_device *net_dev, |
539 | struct iw_request_info *info, | 502 | struct iw_request_info *info, |
540 | union iwreq_data *data, | 503 | union iwreq_data *data, |
@@ -587,24 +550,6 @@ static int bcm43xx_wx_get_encodingext(struct net_device *net_dev, | |||
587 | return err; | 550 | return err; |
588 | } | 551 | } |
589 | 552 | ||
590 | static int bcm43xx_wx_set_power(struct net_device *net_dev, | ||
591 | struct iw_request_info *info, | ||
592 | union iwreq_data *data, | ||
593 | char *extra) | ||
594 | { | ||
595 | /*TODO*/ | ||
596 | return 0; | ||
597 | } | ||
598 | |||
599 | static int bcm43xx_wx_get_power(struct net_device *net_dev, | ||
600 | struct iw_request_info *info, | ||
601 | union iwreq_data *data, | ||
602 | char *extra) | ||
603 | { | ||
604 | /*TODO*/ | ||
605 | return 0; | ||
606 | } | ||
607 | |||
608 | static int bcm43xx_wx_set_interfmode(struct net_device *net_dev, | 553 | static int bcm43xx_wx_set_interfmode(struct net_device *net_dev, |
609 | struct iw_request_info *info, | 554 | struct iw_request_info *info, |
610 | union iwreq_data *data, | 555 | union iwreq_data *data, |