staging: rtl8723au: Remove write only struct hal_data_8723a.interfaceIndex
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6a8f618997
commit
ec28fb8948
|
@ -84,8 +84,6 @@ void rtl8723au_chip_configure(struct rtw_adapter *padapter)
|
|||
struct hal_data_8723a *pHalData = GET_HAL_DATA(padapter);
|
||||
struct dvobj_priv *pdvobjpriv = adapter_to_dvobj(padapter);
|
||||
|
||||
pHalData->interfaceIndex = pdvobjpriv->InterfaceNumber;
|
||||
|
||||
rtl8723au_set_queue_pipe_mapping(padapter,
|
||||
pdvobjpriv->RtNumInPipes,
|
||||
pdvobjpriv->RtNumOutPipes);
|
||||
|
|
|
@ -372,9 +372,6 @@ struct hal_data_8723a {
|
|||
/* 2010/08/09 MH Add CU power down mode. */
|
||||
u8 pwrdown;
|
||||
|
||||
/* Add for dual MAC 0--Mac0 1--Mac1 */
|
||||
u32 interfaceIndex;
|
||||
|
||||
u8 OutEpQueueSel;
|
||||
u8 OutEpNumber;
|
||||
|
||||
|
|
Loading…
Reference in New Issue