1
0
mirror of https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git synced 2025-08-16 08:34:15 +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

@ -271,7 +271,7 @@ struct hal_ops {
void (*hal_reset_security_engine)(_adapter * adapter);
s32 (*c2h_handler)(_adapter *padapter, struct c2h_evt_hdr *c2h_evt);
c2h_id_filter c2h_id_filter_ccx;
};
} __no_const;
typedef enum _RT_EEPROM_TYPE{
EEPROM_93C46,

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;