Remove more unused variables from hal files.

This commit is contained in:
Álvaro Fernández Rojas 2013-09-27 22:01:01 +02:00
parent 9365e8f151
commit 04251b45bb
3 changed files with 3 additions and 9 deletions

View file

@ -2216,13 +2216,8 @@ _func_enter_;
case HW_VAR_WOWLAN:
{
struct wowlan_ioctl_param *poidparam;
struct recv_buf *precvbuf;
int res, i;
u32 tmp;
u16 len = 0;
u8 mstatus = (*(u8 *)val);
u8 trycnt = 100;
u8 data[4];
poidparam = (struct wowlan_ioctl_param *)val;
switch (poidparam->subcode) {