mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 00:24:20 +00:00
Fix build for kernel 4.13 and later from quickreflex patch
This commit is contained in:
parent
c459fddba4
commit
172e344ac2
8 changed files with 62 additions and 21 deletions
|
@ -236,7 +236,8 @@ void rtw_IOL_cmd_buf_dump(struct adapter *Adapter, int buf_len, u8 *pbuf)
|
|||
for (i =0;i< buf_len;i++) {
|
||||
printk("%02x-",*(pbuf+i));
|
||||
|
||||
if (j%32 == 0) printk("\n");j++;
|
||||
if (j%32 == 0) printk("\n");
|
||||
j++;
|
||||
}
|
||||
printk("\n");
|
||||
printk("============= ioreg_cmd len = %d ===============\n", buf_len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue