Commit 63e754d4 authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman
Browse files

staging: vt6656: mac80211 conversion: vRunCommand channel changes



pDevice->hw->conf.chandef.chan->hw_value to find current channel

Remove bChannelSwitch, uCurrChannel, byNewChannel and bStopDataPkt

Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c2246420
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -855,7 +855,7 @@ void vRunCommand(struct work_struct *work)
	case WLAN_CMD_SETPOWER_START:

		vnt_rf_setpower(pDevice, pDevice->wCurrentRate,
							pMgmt->uCurrChannel);
				pDevice->hw->conf.chandef.chan->hw_value);

		break;

@@ -895,10 +895,7 @@ void vRunCommand(struct work_struct *work)
		break;

	case WLAN_CMD_11H_CHSW_START:
		vnt_set_channel(pDevice, pDevice->byNewChannel);
		pDevice->bChannelSwitch = false;
		pMgmt->uCurrChannel = pDevice->byNewChannel;
		pDevice->bStopDataPkt = false;
		vnt_set_channel(pDevice, pDevice->hw->conf.chandef.chan->hw_value);
		break;

	case WLAN_CMD_CONFIGURE_FILTER_START: