|
@@ -106,7 +106,6 @@ static int bcm43xx_wx_set_channelfreq(struct net_device *net_dev,
|
|
|
char *extra)
|
|
|
{
|
|
|
struct bcm43xx_private *bcm = bcm43xx_priv(net_dev);
|
|
|
- struct ieee80211softmac_device *softmac = bcm->softmac;
|
|
|
unsigned long flags;
|
|
|
u8 channel;
|
|
|
int freq;
|
|
@@ -205,24 +204,6 @@ static int bcm43xx_wx_get_mode(struct net_device *net_dev,
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-static int bcm43xx_wx_set_sensitivity(struct net_device *net_dev,
|
|
|
- struct iw_request_info *info,
|
|
|
- union iwreq_data *data,
|
|
|
- char *extra)
|
|
|
-{
|
|
|
- /*TODO*/
|
|
|
- return 0;
|
|
|
-}
|
|
|
-
|
|
|
-static int bcm43xx_wx_get_sensitivity(struct net_device *net_dev,
|
|
|
- struct iw_request_info *info,
|
|
|
- union iwreq_data *data,
|
|
|
- char *extra)
|
|
|
-{
|
|
|
- /*TODO*/
|
|
|
- return 0;
|
|
|
-}
|
|
|
-
|
|
|
static int bcm43xx_wx_get_rangeparams(struct net_device *net_dev,
|
|
|
struct iw_request_info *info,
|
|
|
union iwreq_data *data,
|
|
@@ -517,24 +498,6 @@ out_unlock:
|
|
|
return err;
|
|
|
}
|
|
|
|
|
|
-static int bcm43xx_wx_set_retry(struct net_device *net_dev,
|
|
|
- struct iw_request_info *info,
|
|
|
- union iwreq_data *data,
|
|
|
- char *extra)
|
|
|
-{
|
|
|
- /*TODO*/
|
|
|
- return 0;
|
|
|
-}
|
|
|
-
|
|
|
-static int bcm43xx_wx_get_retry(struct net_device *net_dev,
|
|
|
- struct iw_request_info *info,
|
|
|
- union iwreq_data *data,
|
|
|
- char *extra)
|
|
|
-{
|
|
|
- /*TODO*/
|
|
|
- return 0;
|
|
|
-}
|
|
|
-
|
|
|
static int bcm43xx_wx_set_encoding(struct net_device *net_dev,
|
|
|
struct iw_request_info *info,
|
|
|
union iwreq_data *data,
|
|
@@ -587,24 +550,6 @@ static int bcm43xx_wx_get_encodingext(struct net_device *net_dev,
|
|
|
return err;
|
|
|
}
|
|
|
|
|
|
-static int bcm43xx_wx_set_power(struct net_device *net_dev,
|
|
|
- struct iw_request_info *info,
|
|
|
- union iwreq_data *data,
|
|
|
- char *extra)
|
|
|
-{
|
|
|
- /*TODO*/
|
|
|
- return 0;
|
|
|
-}
|
|
|
-
|
|
|
-static int bcm43xx_wx_get_power(struct net_device *net_dev,
|
|
|
- struct iw_request_info *info,
|
|
|
- union iwreq_data *data,
|
|
|
- char *extra)
|
|
|
-{
|
|
|
- /*TODO*/
|
|
|
- return 0;
|
|
|
-}
|
|
|
-
|
|
|
static int bcm43xx_wx_set_interfmode(struct net_device *net_dev,
|
|
|
struct iw_request_info *info,
|
|
|
union iwreq_data *data,
|