diff options
author | Ivan Safonov <insafonov@gmail.com> | 2016-09-03 22:32:57 +0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-09-12 11:30:02 +0200 |
commit | 35e224f3fd35627022b102fec4f133413b14bcde (patch) | |
tree | 9952299d18f524a79f383b2c05906c8df2d4e4cd /drivers/staging/rtl8188eu/include | |
parent | 685adf8aa3c008111b2808b335b64e26c13c9173 (diff) |
staging: r8188eu: remove sreset_get_wifi_status of hal_ops structure
Driver does not use it.
Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/include')
-rw-r--r-- | drivers/staging/rtl8188eu/include/hal_intf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/include/hal_intf.h b/drivers/staging/rtl8188eu/include/hal_intf.h index 6cbe58f0c9c8..c1d4879c12b4 100644 --- a/drivers/staging/rtl8188eu/include/hal_intf.h +++ b/drivers/staging/rtl8188eu/include/hal_intf.h @@ -166,7 +166,6 @@ struct hal_ops { u32 BitMask); void (*sreset_init_value)(struct adapter *padapter); - u8 (*sreset_get_wifi_status)(struct adapter *padapter); void (*hal_reset_security_engine)(struct adapter *adapter); }; |