|
@@ -1639,19 +1639,10 @@ void rtw_alloc_hwxmits(struct adapter *padapter)
|
|
|
|
|
|
hwxmits = pxmitpriv->hwxmits;
|
|
hwxmits = pxmitpriv->hwxmits;
|
|
|
|
|
|
- if (pxmitpriv->hwxmit_entry == 5) {
|
|
|
|
- hwxmits[0] .sta_queue = &pxmitpriv->bm_pending;
|
|
|
|
- hwxmits[1] .sta_queue = &pxmitpriv->vo_pending;
|
|
|
|
- hwxmits[2] .sta_queue = &pxmitpriv->vi_pending;
|
|
|
|
- hwxmits[3] .sta_queue = &pxmitpriv->bk_pending;
|
|
|
|
- hwxmits[4] .sta_queue = &pxmitpriv->be_pending;
|
|
|
|
- } else if (pxmitpriv->hwxmit_entry == 4) {
|
|
|
|
- hwxmits[0] .sta_queue = &pxmitpriv->vo_pending;
|
|
|
|
- hwxmits[1] .sta_queue = &pxmitpriv->vi_pending;
|
|
|
|
- hwxmits[2] .sta_queue = &pxmitpriv->be_pending;
|
|
|
|
- hwxmits[3] .sta_queue = &pxmitpriv->bk_pending;
|
|
|
|
- } else {
|
|
|
|
- }
|
|
|
|
|
|
+ hwxmits[0] .sta_queue = &pxmitpriv->vo_pending;
|
|
|
|
+ hwxmits[1] .sta_queue = &pxmitpriv->vi_pending;
|
|
|
|
+ hwxmits[2] .sta_queue = &pxmitpriv->be_pending;
|
|
|
|
+ hwxmits[3] .sta_queue = &pxmitpriv->bk_pending;
|
|
}
|
|
}
|
|
|
|
|
|
void rtw_free_hwxmits(struct adapter *padapter)
|
|
void rtw_free_hwxmits(struct adapter *padapter)
|