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:
parent
f207b02db8
commit
d87283ff9b
2 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue