mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 09:56:25 -04:00
staging: rtl8723au: Remove unused hal_data_sz from struct rtw_adapter
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f207b02db8
commit
d87283ff9b
@@ -1747,7 +1747,6 @@ int rtl8723au_set_hal_ops(struct rtw_adapter *padapter)
|
||||
DBG_8723A("cannot alloc memory for HAL DATA\n");
|
||||
return -ENOMEM;
|
||||
}
|
||||
padapter->hal_data_sz = sizeof(struct hal_data_8723a);
|
||||
|
||||
pHalFunc->hal_init = &rtl8723au_hal_init;
|
||||
pHalFunc->hal_deinit = &rtl8723au_hal_deinit;
|
||||
|
||||
@@ -239,7 +239,6 @@ struct rtw_adapter {
|
||||
u32 setband;
|
||||
|
||||
void *HalData;
|
||||
u32 hal_data_sz;
|
||||
struct hal_ops HalFunc;
|
||||
|
||||
s32 bDriverStopped;
|
||||
|
||||
Reference in New Issue
Block a user