mirror of
https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
synced 2025-10-19 17:11:09 +02:00
@@ -271,7 +271,7 @@ struct hal_ops {
|
|||||||
void (*hal_reset_security_engine)(_adapter * adapter);
|
void (*hal_reset_security_engine)(_adapter * adapter);
|
||||||
s32 (*c2h_handler)(_adapter *padapter, struct c2h_evt_hdr *c2h_evt);
|
s32 (*c2h_handler)(_adapter *padapter, struct c2h_evt_hdr *c2h_evt);
|
||||||
c2h_id_filter c2h_id_filter_ccx;
|
c2h_id_filter c2h_id_filter_ccx;
|
||||||
};
|
} __no_const;
|
||||||
|
|
||||||
typedef enum _RT_EEPROM_TYPE{
|
typedef enum _RT_EEPROM_TYPE{
|
||||||
EEPROM_93C46,
|
EEPROM_93C46,
|
||||||
|
@@ -143,7 +143,7 @@ struct _io_ops
|
|||||||
void (*_read_port_cancel)(struct intf_hdl *pintfhdl);
|
void (*_read_port_cancel)(struct intf_hdl *pintfhdl);
|
||||||
void (*_write_port_cancel)(struct intf_hdl *pintfhdl);
|
void (*_write_port_cancel)(struct intf_hdl *pintfhdl);
|
||||||
|
|
||||||
};
|
} __no_const;
|
||||||
|
|
||||||
struct io_req {
|
struct io_req {
|
||||||
_list list;
|
_list list;
|
||||||
|
Reference in New Issue
Block a user