mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 08:34:20 +00:00
Remove more unused variables from hal files.
This commit is contained in:
parent
9365e8f151
commit
04251b45bb
3 changed files with 3 additions and 9 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue