mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
rtl8188eu: Convert typedef for _buffer to unsigned char
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
3e3d47445a
commit
e76fb1a97d
3 changed files with 3 additions and 5 deletions
|
@ -26,7 +26,7 @@
|
|||
struct pkt_file {
|
||||
struct sk_buff *pkt;
|
||||
size_t pkt_len; //the remainder length of the open_file
|
||||
_buffer *cur_buffer;
|
||||
unsigned char *cur_buffer;
|
||||
u8 *buf_start;
|
||||
u8 *cur_addr;
|
||||
size_t buf_len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue