1
0
mirror of https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git synced 2025-10-19 17:11:09 +02:00

fix grsecurity issue: assignment of member ‘free_hal_data’ in read-only object

This commit is contained in:
Anton
2014-06-01 20:16:43 +08:00
parent a32fae1668
commit 4465ca773f
2 changed files with 2 additions and 2 deletions

View File

@@ -143,7 +143,7 @@ struct _io_ops
void (*_read_port_cancel)(struct intf_hdl *pintfhdl);
void (*_write_port_cancel)(struct intf_hdl *pintfhdl);
};
} __no_const;
struct io_req {
_list list;