mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
rtl8188eu: Replace several local size defines/typedefs with kernel header version
These include the following: SIZE_T => size_t SSIZE_T => ssize_t SIZE_PTR => size_t Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
41ad3e27c6
commit
2685b52404
18 changed files with 58 additions and 63 deletions
|
@ -25,11 +25,11 @@
|
|||
|
||||
struct pkt_file {
|
||||
_pkt *pkt;
|
||||
SIZE_T pkt_len; //the remainder length of the open_file
|
||||
size_t pkt_len; //the remainder length of the open_file
|
||||
_buffer *cur_buffer;
|
||||
u8 *buf_start;
|
||||
u8 *cur_addr;
|
||||
SIZE_T buf_len;
|
||||
size_t buf_len;
|
||||
};
|
||||
|
||||
#ifdef CONFIG_80211N_HT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue