1
0
Fork 0

staging: rtl8723au: pattrib->priority can't be > 15, no need for CHKBIT()

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
wifi-calibration
Jes Sorensen 2014-05-09 15:04:20 +02:00 committed by Greg Kroah-Hartman
parent 7855848ecd
commit 561fb403ba
1 changed files with 1 additions and 2 deletions

View File

@ -2449,8 +2449,7 @@ void rtw_issue_addbareq_cmd23a(struct rtw_adapter *padapter,
if (issued == 0) {
DBG_8723A("rtw_issue_addbareq_cmd23a, p =%d\n",
priority);
psta->htpriv.candidate_tid_bitmap |=
CHKBIT((u8)priority);
psta->htpriv.candidate_tid_bitmap |= BIT(priority);
rtw_addbareq_cmd23a(padapter, (u8) priority,
pattrib->ra);
}