forked from Minki/linux
staging: rtl8723au: Fold _InitNormalChipQueuePriority() into _InitQueuePriority()
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a1cfeeb22b
commit
bacdcb85c9
@ -298,7 +298,7 @@ static void _InitNormalChipThreeOutEpPriority(struct rtw_adapter *Adapter)
|
||||
_InitNormalChipRegPriority(Adapter, beQ, bkQ, viQ, voQ, mgtQ, hiQ);
|
||||
}
|
||||
|
||||
static void _InitNormalChipQueuePriority(struct rtw_adapter *Adapter)
|
||||
static void _InitQueuePriority(struct rtw_adapter *Adapter)
|
||||
{
|
||||
struct hal_data_8723a *pHalData = GET_HAL_DATA(Adapter);
|
||||
|
||||
@ -318,11 +318,6 @@ static void _InitNormalChipQueuePriority(struct rtw_adapter *Adapter)
|
||||
}
|
||||
}
|
||||
|
||||
static void _InitQueuePriority(struct rtw_adapter *Adapter)
|
||||
{
|
||||
_InitNormalChipQueuePriority(Adapter);
|
||||
}
|
||||
|
||||
static void _InitTransferPageSize(struct rtw_adapter *Adapter)
|
||||
{
|
||||
/* Tx page size is always 128. */
|
||||
|
Loading…
Reference in New Issue
Block a user