diff options
author | Marc Yang <yangyang@marvell.com> | 2011-03-28 17:55:43 -0700 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-04-04 16:20:05 -0400 |
commit | fd2e401a35500c9af63dc7ffbc545d2e3c478702 (patch) | |
tree | 80b7d421ae3d9bae360f5c0922b3c9bfcbe847e9 /drivers/net/wireless/mwifiex/sta_ioctl.c | |
parent | f986b6d538c9351c99108b51be9f77ac1b300b16 (diff) | |
download | blackbird-op-linux-fd2e401a35500c9af63dc7ffbc545d2e3c478702.tar.gz blackbird-op-linux-fd2e401a35500c9af63dc7ffbc545d2e3c478702.zip |
mwifiex: remove unused radio_on variable and macros
The radio_on variable is defined but never used.
Signed-off-by: Marc Yang <yangyang@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex/sta_ioctl.c')
-rw-r--r-- | drivers/net/wireless/mwifiex/sta_ioctl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/mwifiex/sta_ioctl.c b/drivers/net/wireless/mwifiex/sta_ioctl.c index abad07e012f9..b163507b1fe0 100644 --- a/drivers/net/wireless/mwifiex/sta_ioctl.c +++ b/drivers/net/wireless/mwifiex/sta_ioctl.c @@ -790,9 +790,6 @@ int mwifiex_get_bss_info(struct mwifiex_private *priv, /* Connection status */ info->media_connected = priv->media_connected; - /* Radio status */ - info->radio_on = adapter->radio_on; - /* Tx power information */ info->max_power_level = priv->max_tx_power_level; info->min_power_level = priv->min_tx_power_level; |