Commit 5b3ba501 authored by Michael Straube's avatar Michael Straube Committed by Greg Kroah-Hartman
Browse files

staging: r8188eu: remove rtw_set_channel_plan()

parent 83293ffe
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -505,16 +505,3 @@ u16 rtw_get_cur_max_rate(struct adapter *adapter)

	return max_rate;
}

/*
* rtw_set_channel_plan -
* @adapter: pointer to struct adapter structure
* @channel_plan:
*
* Return _SUCCESS or _FAIL
*/
int rtw_set_channel_plan(struct adapter *adapter, u8 channel_plan)
{
	/* handle by cmd_thread to sync with scan operation */
	return rtw_set_chplan_cmd(adapter, channel_plan, 1);
}
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ u8 rtw_set_802_11_infrastructure_mode(struct adapter *adapter,
				      enum ndis_802_11_network_infra type);
u8 rtw_set_802_11_ssid(struct adapter *adapt, struct ndis_802_11_ssid *ssid);
u16 rtw_get_cur_max_rate(struct adapter *adapter);
int rtw_set_channel_plan(struct adapter *adapter, u8 channel_plan);
int rtw_change_ifname(struct adapter *padapter, const char *ifname);

#endif