Fix for kernel 5.15

Fixed compilation warnings with GCC 11
Fix libc6 dependency 2.34
This commit is contained in:
Carlos Garcés
2021-10-09 12:24:15 +02:00
parent 5464196753
commit 59fd03940c
8 changed files with 34 additions and 22 deletions

View File

@@ -3224,9 +3224,10 @@ void rtw_parse_sta_vendor_ie_8812(_adapter *adapter, struct sta_info *sta, u8 *t
goto exit;
else {
if(*(p+1) > 6 ) {
for(i=0; i<9;i++)
for(i=0; i<9;i++) {
RTW_INFO("p[%d]=0x%x",i,*(p+i) );
RTW_INFO("\n");
}
if(*(p+6) != 2)
goto exit;