rtl8188eu: Convert typedef for _buffer to unsigned char

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-24 17:09:06 -05:00
parent 3e3d47445a
commit e76fb1a97d
3 changed files with 3 additions and 5 deletions

View file

@ -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;