mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 19:24:01 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
685adf8aa3
commit
35e224f3fd
@@ -205,7 +205,6 @@ void rtl8188e_set_hal_ops(struct hal_ops *pHalFunc)
|
||||
pHalFunc->read_rfreg = &phy_query_rf_reg;
|
||||
|
||||
pHalFunc->sreset_init_value = &sreset_init_value;
|
||||
pHalFunc->sreset_get_wifi_status = &sreset_get_wifi_status;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user