Remove unused variables from core files.

This commit is contained in:
Álvaro Fernández Rojas 2013-09-06 02:44:02 +02:00
parent ffac87a92b
commit a7e9834fbc
15 changed files with 15 additions and 148 deletions

View file

@ -1135,9 +1135,6 @@ int rtw_set_scan_mode(struct adapter *adapter, enum rt_scan_type scan_mode)
*/
int rtw_set_channel_plan(struct adapter *adapter, u8 channel_plan)
{
struct registry_priv *pregistrypriv = &adapter->registrypriv;
struct mlme_priv *pmlmepriv = &adapter->mlmepriv;
/* handle by cmd_thread to sync with scan operation */
return rtw_set_chplan_cmd(adapter, channel_plan, 1);
}