Skip to content

Commit

Permalink
Update rtw_recv.c
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jan 1, 2024
1 parent 3fe764d commit e336dc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/rtw_recv.c
Original file line number Diff line number Diff line change
Expand Up @@ -3892,9 +3892,9 @@ int recv_frame_monitor(_adapter *padapter, union recv_frame *rframe, struct rtw_

if (ndev->type == ARPHRD_IEEE80211_RADIOTAP) {
/* fill radiotap header */
// if (rtw_fill_radiotap_hdr(padapter, rframe->u.hdr.adapter_link,
// &rframe->u.hdr.attrib, rx_req, (u8 *)pskb) == _FAIL) {
if (rtl8812au_fill_radiotap_hdr(padapter, rframe) == _FAIL) {
if (rtw_fill_radiotap_hdr(padapter, rframe->u.hdr.adapter_link,
&rframe->u.hdr.attrib, rx_req, (u8 *)pskb) == _FAIL) {
// if (rtl8812au_fill_radiotap_hdr(padapter, rframe) == _FAIL) {
ret = _FAIL;
goto exit;
}
Expand Down

0 comments on commit e336dc6

Please sign in to comment.