RinCat / RTL88x2BU-Linux-Driver

Realtek RTL88x2BU WiFi USB Driver for Linux
GNU General Public License v2.0
1.19k stars 189 forks source link

DKMS fails - mainline kernel 6.9, Fedora #229

Closed onlyreportingissues closed 3 months ago

onlyreportingissues commented 3 months ago

DKMS make.log for rtl88x2bu-git for kernel 6.9.0-0.rc0.20240314gt480e035f.204.vanilla.fc39.x86_64 (x86_64) Fr 15. Mär 13:52:42 CET 2024 make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/6.9.0-0.rc0.20240314gt480e035f.204.vanilla.fc39.x86_64/build M=/var/lib/dkms/rtl88x2bu/git/build modules make[1]: Verzeichnis „/usr/src/kernels/6.9.0-0.rc0.20240314gt480e035f.204.vanilla.fc39.x86_64“ wird betreten CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_cmd.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_security.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_debug.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_io.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_ioctl_query.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_ioctl_set.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_ieee80211.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mi.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_wlan_util.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_vht.o In Datei, eingebunden von /var/lib/dkms/rtl88x2bu/git/build/include/drv_types.h:114, von /var/lib/dkms/rtl88x2bu/git/build/core/rtw_cmd.c:17: /var/lib/dkms/rtl88x2bu/git/build/include/rtw_mlme_ext.h:1181:4: Warnung: kein vorheriger Prototyp für »rtw_mesh_set_plink_state_cmd_hdl« [-Wmissing-prototypes] 1181 | u8 rtw_mesh_set_plink_state_cmd_hdl(_adapter adapter, u8 parmbuf) { return H2C_CMD_FAIL; }; | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_ieee80211.c:489:6: Warnung: kein vorheriger Prototyp für »rtw_filter_suppport_rateie« [-Wmissing-prototypes] 489 | void rtw_filter_suppport_rateie(WLAN_BSSID_EX pbss_network, u8 keep) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_ieee80211.c:766:5: Warnung: kein vorheriger Prototyp für »rtw_get_akm_suite_bitmap« [-Wmissing-prototypes] 766 | u32 rtw_get_akm_suite_bitmap(u8 s) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_ieee80211.c:1824:6: Warnung: kein vorheriger Prototyp für »dump_ht_cap_ie« [-Wmissing-prototypes] 1824 | void dump_ht_cap_ie(void sel, const u8 ie, u32 ie_len) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_ieee80211.c:1843:6: Warnung: kein vorheriger Prototyp für »dump_ht_op_ie_content« [-Wmissing-prototypes] 1843 | void dump_ht_op_ie_content(void sel, const u8 buf, u32 buf_len) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_ieee80211.c:1857:6: Warnung: kein vorheriger Prototyp für »dump_ht_op_ie« [-Wmissing-prototypes] 1857 | void dump_ht_op_ie(void sel, const u8 ie, u32 ie_len) | ^~~~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_pwrctrl.o /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme.c:26:6: Warnung: kein vorheriger Prototyp für »rtw_init_mlme_timer« [-Wmissing-prototypes] 26 | void rtw_init_mlme_timer(_adapter padapter) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_vht.c:43:6: Warnung: kein vorheriger Prototyp für »dump_vht_cap_ie_content« [-Wmissing-prototypes] 43 | void dump_vht_cap_ie_content(void sel, const u8 buf, u32 buf_len) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme.c:43:9: Warnung: kein vorheriger Prototyp für »_rtw_init_mlme_priv« [-Wmissing-prototypes] 43 | sint _rtw_init_mlme_priv(_adapter padapter) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_vht.c:83:6: Warnung: kein vorheriger Prototyp für »dump_vht_op_ie_content« [-Wmissing-prototypes] 83 | void dump_vht_op_ie_content(void sel, const u8 buf, u32 buf_len) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme.c:329:6: Warnung: kein vorheriger Prototyp für »_rtw_free_mlme_priv« [-Wmissing-prototypes] 329 | void _rtw_free_mlme_priv(struct mlme_priv pmlmepriv) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme.c:357:9: Warnung: kein vorheriger Prototyp für »_rtw_enqueue_network« [-Wmissing-prototypes] 357 | sint _rtw_enqueue_network(_queue queue, struct wlan_network pnetwork) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_vht.c:370:6: Warnung: kein vorheriger Prototyp für »update_sta_vht_info_apmode_bf_cap« [-Wmissing-prototypes] 370 | void update_sta_vht_info_apmode_bf_cap(_adapter padapter, struct sta_info psta) | ^~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:627:5: Warnung: kein vorheriger Prototyp für »rtw_chset_get_ch_non_ocp_ms« [-Wmissing-prototypes] 627 | u32 rtw_chset_get_ch_non_ocp_ms(RT_CHANNEL_INFO ch_set, u8 ch, u8 bw, u8 offset) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mi.c:877:4: Warnung: kein vorheriger Prototyp für »_rtw_mi_busy_traffic_check« [-Wmissing-prototypes] 877 | u8 _rtw_mi_busy_traffic_check(_adapter padapter, void data) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_cmd.c:1634:6: Warnung: kein vorheriger Prototyp für »free_assoc_resources_hdl« [-Wmissing-prototypes] 1634 | void free_assoc_resources_hdl(_adapter padapter, u8 lock_scanned_queue) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_wlan_util.c:937:6: Warnung: kein vorheriger Prototyp für »_rtw_sec_camid_is_used« [-Wmissing-prototypes] 937 | bool _rtw_sec_camid_is_used(struct cam_ctl_t cam_ctl, u8 id) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mi.c:1320:6: Warnung: kein vorheriger Prototyp für »rtw_dbg_skb_process« [-Wmissing-prototypes] 1320 | void rtw_dbg_skb_process(_adapter padapter, union recv_frame precvframe, union recv_frame pcloneframe) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_wlan_util.c:1025:6: Warnung: kein vorheriger Prototyp für »cam_cache_chk« [-Wmissing-prototypes] 1025 | bool cam_cache_chk(_adapter adapter, u8 id, u8 addr, s16 kid, s8 gk) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_wlan_util.c:1043:5: Warnung: kein vorheriger Prototyp für »_rtw_camid_search« [-Wmissing-prototypes] 1043 | s16 _rtw_camid_search(_adapter adapter, u8 addr, s16 kid, s8 gk) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme.c:2417:6: Warnung: kein vorheriger Prototyp für »rtw_reset_rx_info« [-Wmissing-prototypes] 2417 | void rtw_reset_rx_info(_adapter adapter) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_wlan_util.c:1083:5: Warnung: kein vorheriger Prototyp für »rtw_get_camid« [-Wmissing-prototypes] 1083 | s16 rtw_get_camid(_adapter adapter, u8 addr, s16 kid, u8 gk, bool ext_sec) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_wlan_util.c:1213:6: Warnung: kein vorheriger Prototyp für »rtw_camid_set« [-Wmissing-prototypes] 1213 | void rtw_camid_set(_adapter adapter, u8 cam_id) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_cmd.c:2212:4: Warnung: kein vorheriger Prototyp für »rtw_ssmps_wk_hdl« [-Wmissing-prototypes] 2212 | u8 rtw_ssmps_wk_hdl(_adapter adapter, struct ssmps_cmd_parm ssmp_param) | ^~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_wlan_util.c:1294:5: Warnung: kein vorheriger Prototyp für »rtw_get_empty_cam_entry« [-Wmissing-prototypes] 1294 | s16 rtw_get_empty_cam_entry(_adapter adapter, u8 start_camid) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:1425:6: Warnung: kein vorheriger Prototyp für »init_mlme_ext_timer« [-Wmissing-prototypes] 1425 | void init_mlme_ext_timer(_adapter padapter) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:1710:5: Warnung: kein vorheriger Prototyp für »p2p_listen_state_process« [-Wmissing-prototypes] 1710 | u32 p2p_listen_state_process(_adapter padapter, unsigned char da) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_cmd.c:2992:6: Warnung: kein vorheriger Prototyp für »rtw_dynamic_chk_wk_hdl« [-Wmissing-prototypes] 2992 | void rtw_dynamic_chk_wk_hdl(_adapter padapter) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_cmd.c:3049:6: Warnung: kein vorheriger Prototyp für »lps_ctrl_wk_hdl« [-Wmissing-prototypes] 3049 | void lps_ctrl_wk_hdl(_adapter padapter, u8 lps_ctrl_type, u8 buf) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_cmd.c:3228:6: Warnung: kein vorheriger Prototyp für »rtw_dm_in_lps_hdl« [-Wmissing-prototypes] 3228 | void rtw_dm_in_lps_hdl(_adapter padapter) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_wlan_util.c:2184:5: Warnung: kein vorheriger Prototyp für »check_ielen« [-Wmissing-prototypes] 2184 | int check_ielen(u8 start, uint len) | ^~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_wlan_util.c:2409:5: Warnung: kein vorheriger Prototyp für »_rtw_get_bcn_keys« [-Wmissing-prototypes] 2409 | int _rtw_get_bcn_keys(u8 cap_info, u32 buf_len, u8 def_ch, ADAPTER adapter | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_cmd.c:3269:6: Warnung: kein vorheriger Prototyp für »rtw_lps_change_dtim_hdl« [-Wmissing-prototypes] 3269 | void rtw_lps_change_dtim_hdl(_adapter padapter, u8 dtim) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_cmd.c:3448:6: Warnung: kein vorheriger Prototyp für »rtw_dm_ra_mask_hdl« [-Wmissing-prototypes] 3448 | void rtw_dm_ra_mask_hdl(_adapter padapter, struct sta_info psta) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_cmd.c:3490:6: Warnung: kein vorheriger Prototyp für »power_saving_wk_hdl« [-Wmissing-prototypes] 3490 | void power_saving_wk_hdl(_adapter padapter) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_cmd.c:3496:6: Warnung: kein vorheriger Prototyp für »reset_securitypriv_hdl« [-Wmissing-prototypes] 3496 | void reset_securitypriv_hdl(_adapter padapter) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_cmd.c:3903:4: Warnung: kein vorheriger Prototyp für »rtw_dfs_rd_hdl« [-Wmissing-prototypes] 3903 | u8 rtw_dfs_rd_hdl(_adapter adapter) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:3555:14: Warnung: kein vorheriger Prototyp für »on_action_spct_ch_switch« [-Wmissing-prototypes] 3555 | unsigned int on_action_spct_ch_switch(_adapter padapter, struct sta_info psta, u8 ies, uint ies_len) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_cmd.c:4308:6: Warnung: kein vorheriger Prototyp für »btinfo_evt_dump« [-Wmissing-prototypes] 4308 | void btinfo_evt_dump(void sel, void buf) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_cmd.c:4781:4: Warnung: kein vorheriger Prototyp für »rtw_c2h_wk_cmd« [-Wmissing-prototypes] 4781 | u8 rtw_c2h_wk_cmd(PADAPTER padapter, u8 pbuf, u16 length, u8 type) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_cmd.c:4921:4: Warnung: kein vorheriger Prototyp für »session_tracker_cmd« [-Wmissing-prototypes] 4921 | u8 session_tracker_cmd(_adapter adapter, u8 cmd, struct sta_info sta, u8 local_naddr, u8 local_port, u8 remote_naddr, u8 remote_port) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_cmd.c:4987:6: Warnung: kein vorheriger Prototyp für »session_tracker_chk_for_sta« [-Wmissing-prototypes] 4987 | void session_tracker_chk_for_sta(_adapter adapter, struct sta_info sta) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:4635:6: Warnung: kein vorheriger Prototyp für »issue_p2p_GO_response« [-Wmissing-prototypes] 4635 | void issue_p2p_GO_response(_adapter padapter, u8 raddr, u8 frame_body, uint len, u8 result) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_cmd.c:5069:6: Warnung: kein vorheriger Prototyp für »session_tracker_chk_for_adapter« [-Wmissing-prototypes] 5069 | void session_tracker_chk_for_adapter(_adapter adapter) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:5052:6: Warnung: kein vorheriger Prototyp für »issue_p2p_GO_confirm« [-Wmissing-prototypes] 5052 | void issue_p2p_GO_confirm(_adapter padapter, u8 raddr, u8 result) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_cmd.c:5101:6: Warnung: kein vorheriger Prototyp für »session_tracker_cmd_hdl« [-Wmissing-prototypes] 5101 | void session_tracker_cmd_hdl(_adapter adapter, struct st_cmd_parm parm) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_cmd.c:5263:6: Warnung: kein vorheriger Prototyp für »rtw_ac_parm_cmd_hdl« [-Wmissing-prototypes] 5263 | void rtw_ac_parm_cmd_hdl(_adapter padapter, u8 _ac_parm_buf, int ac_type) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:5930:4: Warnung: kein vorheriger Prototyp für »is_matched_in_profilelist« [-Wmissing-prototypes] 5930 | u8 is_matched_in_profilelist(u8 peermacaddr, struct profile_info profileinfo) | ^~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_cmd.c:5623:6: Warnung: kein vorheriger Prototyp für »rtw_getrttbl_cmd_cmdrsp_callback« [-Wmissing-prototypes] 5623 | void rtw_getrttbl_cmd_cmdrsp_callback(_adapter padapter, struct cmd_obj pcmd) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:6246:5: Warnung: kein vorheriger Prototyp für »_issue_probereq_p2p« [-Wmissing-prototypes] 6246 | int _issue_probereq_p2p(_adapter padapter, u8 da, int wait_ack) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:6623:5: Warnung: kein vorheriger Prototyp für »rtw_action_public_decache« [-Wmissing-prototypes] 6623 | s32 rtw_action_public_decache(union recv_frame rframe, u8 token_offset) | ^~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:6648:14: Warnung: kein vorheriger Prototyp für »on_action_public_p2p« [-Wmissing-prototypes] 6648 | unsigned int on_action_public_p2p(union recv_frame precv_frame) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:7001:14: Warnung: kein vorheriger Prototyp für »on_action_public_vendor« [-Wmissing-prototypes] 7001 | unsigned int on_action_public_vendor(union recv_frame precv_frame) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:7031:14: Warnung: kein vorheriger Prototyp für »on_action_public_default« [-Wmissing-prototypes] 7031 | unsigned int on_action_public_default(union recv_frame precv_frame, u8 action) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:7569:20: Warnung: kein vorheriger Prototyp für »_alloc_mgtxmitframe« [-Wmissing-prototypes] 7569 | struct xmit_frame _alloc_mgtxmitframe(struct xmit_priv pxmitpriv, bool once) | ^~~~~~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_rf.o /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:7904:5: Warnung: kein vorheriger Prototyp für »update_hidden_ssid« [-Wmissing-prototypes] 7904 | int update_hidden_ssid(u8 ies, u32 ies_len, u8 hidden_ssid_mode) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:8536:5: Warnung: kein vorheriger Prototyp für »_issue_probereq« [-Wmissing-prototypes] 8536 | int _issue_probereq(_adapter padapter, const NDIS_802_11_SSID pssid, const u8 da, u8 ch, bool append_wps, int wait_ack) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:10752:5: Warnung: kein vorheriger Prototyp für »_issue_action_SM_PS« [-Wmissing-prototypes] 10752 | int _issue_action_SM_PS(_adapter padapter , unsigned char raddr , u8 NewMimoPsMode , u8 wait_ack) | ^~~~~~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_chplan.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/monitor/rtw_radiotap.o /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:12575:6: Warnung: kein vorheriger Prototyp für »rtw_delba_check« [-Wmissing-prototypes] 12575 | void rtw_delba_check(_adapter padapter, struct sta_info psta, u8 from_timer) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:12614:4: Warnung: kein vorheriger Prototyp für »chk_ap_is_alive« [-Wmissing-prototypes] 12614 | u8 chk_ap_is_alive(_adapter padapter, struct sta_info psta) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:12654:4: Warnung: kein vorheriger Prototyp für »chk_adhoc_peer_is_alive« [-Wmissing-prototypes] 12654 | u8 chk_adhoc_peer_is_alive(struct sta_info psta) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:13305:6: Warnung: kein vorheriger Prototyp für »report_sta_timeout_event« [-Wmissing-prototypes] 13305 | void report_sta_timeout_event(_adapter padapter, u8 MacAddr, unsigned short reason) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:13362:6: Warnung: kein vorheriger Prototyp für »clnt_sa_query_timeout« [-Wmissing-prototypes] 13362 | void clnt_sa_query_timeout(_adapter padapter) | ^~~~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_recv.o /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:14001:4: Warnung: kein vorheriger Prototyp für »rtw_scan_sparse« [-Wmissing-prototypes] 14001 | u8 rtw_scan_sparse(_adapter adapter, struct rtw_ieee80211_channel ch, u8 ch_num) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:14083:4: Warnung: kein vorheriger Prototyp für »rtw_scan_backop_decision« [-Wmissing-prototypes] 14083 | u8 rtw_scan_backop_decision(_adapter adapter) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:14510:6: Warnung: kein vorheriger Prototyp für »survey_done_set_ch_bw« [-Wmissing-prototypes] 14510 | void survey_done_set_ch_bw(_adapter padapter) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:14580:4: Warnung: kein vorheriger Prototyp für »rtw_ps_annc« [-Wmissing-prototypes] 14580 | u8 rtw_ps_annc(_adapter adapter, bool ps) | ^~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:14669:6: Warnung: kein vorheriger Prototyp für »sitesurvey_set_igi« [-Wmissing-prototypes] 14669 | void sitesurvey_set_igi(_adapter adapter) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:14729:6: Warnung: kein vorheriger Prototyp für »sitesurvey_set_msr« [-Wmissing-prototypes] 14729 | void sitesurvey_set_msr(_adapter adapter, bool enter) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c: In Funktion »rtw_txpwr_init_regd«: /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:299:20: Warnung: diese Anweisung könnte durchfallen [-Wimplicit-fallthrough=] 299 | if (rfctl->regd_name) | ^ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:302:9: Anmerkung: hier 302 | default: | ^~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c: In Funktion »mgt_dispatcher«: /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:1670:38: Warnung: diese Anweisung könnte durchfallen [-Wimplicit-fallthrough=] 1670 | ptable->func = &OnAuthClient; | ~~~^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:1672:9: Anmerkung: hier 1672 | case WIFI_ASSOCREQ: | ^~~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_sta_mgt.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_ap.o /var/lib/dkms/rtl88x2bu/git/build/core/rtw_pwrctrl.c:200:6: Warnung: kein vorheriger Prototyp für »rtw_pwr_unassociated_idle« [-Wmissing-prototypes] 200 | bool rtw_pwr_unassociated_idle(_adapter adapter) | ^~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_pwrctrl.c:352:6: Warnung: kein vorheriger Prototyp für »pwr_state_check_handler« [-Wmissing-prototypes] 352 | void pwr_state_check_handler(void ctx) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_pwrctrl.c:478:4: Warnung: kein vorheriger Prototyp für »rtw_cpwm_polling« [-Wmissing-prototypes] 478 | u8 rtw_cpwm_polling(_adapter adapter, u8 rpwm, u8 cpwm_orig) | ^~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_pwrctrl.c:642:4: Warnung: kein vorheriger Prototyp für »PS_RDY_CHECK« [-Wmissing-prototypes] 642 | u8 PS_RDY_CHECK(_adapter padapter) | ^~~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/wds/rtw_wds.o /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c: In Funktion »rtw_txpwr_init_regd«: /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:201:21: Warnung: »strcmp« liest 1 oder mehr Bytes aus einer Region der Größe 0 [-Wstringop-overread] 201 | if (strcmp(exc->regd_name, regd_str(TXPWR_LMT_NONE)) == 0) | ^~~~~~~~~~~~ In Datei, eingebunden von /var/lib/dkms/rtl88x2bu/git/build/include/drv_types.h:62, von /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:17: /var/lib/dkms/rtl88x2bu/git/build/include/rtw_rf.h:267:14: Anmerkung: Quellobjekt »regd_name« der Größe 0 267 | char regd_name[0]; | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mlme_ext.c:203:26: Warnung: »strcmp« liest 1 oder mehr Bytes aus einer Region der Größe 0 [-Wstringop-overread] 203 | else if (strcmp(exc->regd_name, regd_str(TXPWR_LMT_WW)) == 0) | ^~~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/include/rtw_rf.h:267:14: Anmerkung: Quellobjekt »regd_name« der Größe 0 267 | char regd_name[0]; | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_chplan.c:332:4: Warnung: kein vorheriger Prototyp für »rtw_chplan_get_default_regd_2g« [-Wmissing-prototypes] 332 | u8 rtw_chplan_get_default_regd_2g(u8 id) | ^~~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_chplan.c:337:4: Warnung: kein vorheriger Prototyp für »rtw_chplan_get_default_regd_5g« [-Wmissing-prototypes] 337 | u8 rtw_chplan_get_default_regd_5g(u8 id) | ^~~~~~~~~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/mesh/rtw_mesh.o /var/lib/dkms/rtl88x2bu/git/build/core/rtw_rf.c:1683:6: Warnung: kein vorheriger Prototyp für »_dump_regd_exc_list« [-Wmissing-prototypes] 1683 | void _dump_regd_exc_list(void sel, struct rf_ctl_t rfctl) | ^~~~~~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/mesh/rtw_mesh_pathtbl.o /var/lib/dkms/rtl88x2bu/git/build/core/rtw_rf.c:2285:4: Warnung: kein vorheriger Prototyp für »rtw_rf_get_kfree_tx_gain_offset« [-Wmissing-prototypes] 2285 | s8 rtw_rf_get_kfree_tx_gain_offset(_adapter padapter, u8 path, u8 ch) | ^~~~~~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/mesh/rtw_mesh_hwmp.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_xmit.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_p2p.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_rson.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_tdls.o /var/lib/dkms/rtl88x2bu/git/build/core/rtw_recv.c:882:6: Warnung: kein vorheriger Prototyp für »recv_decache« [-Wmissing-prototypes] 882 | sint recv_decache(union recv_frame precv_frame) | ^~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_recv.c:1294:5: Warnung: kein vorheriger Prototyp für »rtw_sta_rx_data_validate_hdr« [-Wmissing-prototypes] 1294 | int rtw_sta_rx_data_validate_hdr(_adapter adapter, union recv_frame *rframe, struct sta_info *sta) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_recv.c:1426:5: Warnung: kein vorheriger Prototyp für »rtw_sta_rx_amsdu_act_check« [-Wmissing-prototypes] 1426 | int rtw_sta_rx_amsdu_act_check(union recv_frame rframe | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_recv.c:1445:6: Warnung: kein vorheriger Prototyp für »sta2sta_data_frame« [-Wmissing-prototypes] 1445 | sint sta2sta_data_frame( | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_recv.c:1511:6: Warnung: kein vorheriger Prototyp für »ap2sta_data_frame« [-Wmissing-prototypes] 1511 | sint ap2sta_data_frame( | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_recv.c:1575:6: Warnung: kein vorheriger Prototyp für »sta2ap_data_frame« [-Wmissing-prototypes] 1575 | sint sta2ap_data_frame( | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_recv.c:2033:6: Warnung: kein vorheriger Prototyp für »validate_recv_mgnt_frame« [-Wmissing-prototypes] 2033 | sint validate_recv_mgnt_frame(PADAPTER padapter, union recv_frame precv_frame) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_recv.c:2077:6: Warnung: kein vorheriger Prototyp für »validate_recv_data_frame« [-Wmissing-prototypes] 2077 | sint validate_recv_data_frame(_adapter adapter, union recv_frame precv_frame) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_recv.c:2517:21: Warnung: kein vorheriger Prototyp für »rtw_recv_llc_parse« [-Wmissing-prototypes] 2517 | enum rtw_rx_llc_hdl rtw_recv_llc_parse(u8 msdu, u16 msdu_len) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_recv.c:2540:6: Warnung: kein vorheriger Prototyp für »wlanhdr_to_ethhdr« [-Wmissing-prototypes] 2540 | sint wlanhdr_to_ethhdr(union recv_frame precvframe, enum rtw_rx_llc_hdl llc_hdl) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_recv.c:3089:5: Warnung: kein vorheriger Prototyp für »amsdu_to_msdu« [-Wmissing-prototypes] 3089 | int amsdu_to_msdu(_adapter padapter, union recv_frame prframe) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_recv.c:3793:5: Warnung: kein vorheriger Prototyp für »validate_mp_recv_frame« [-Wmissing-prototypes] 3793 | int validate_mp_recv_frame(_adapter adapter, union recv_frame precv_frame) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_recv.c:3928:5: Warnung: kein vorheriger Prototyp für »mp_recv_frame« [-Wmissing-prototypes] 3928 | int mp_recv_frame(_adapter padapter, union recv_frame rframe) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_recv.c:4057:5: Warnung: kein vorheriger Prototyp für »recv_frame_monitor« [-Wmissing-prototypes] 4057 | int recv_frame_monitor(_adapter padapter, union recv_frame rframe) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_recv.c:4106:5: Warnung: kein vorheriger Prototyp für »recv_func_prehandle« [-Wmissing-prototypes] 4106 | int recv_func_prehandle(_adapter padapter, union recv_frame rframe) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_recv.c:4143:5: Warnung: kein vorheriger Prototyp für »recv_func_posthandle« [-Wmissing-prototypes] 4143 | int recv_func_posthandle(_adapter padapter, union recv_frame prframe) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_recv.c:4251:5: Warnung: kein vorheriger Prototyp für »recv_func« [-Wmissing-prototypes] 4251 | int recv_func(_adapter padapter, union recv_frame rframe) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_recv.c:4577:6: Warnung: kein vorheriger Prototyp für »rx_process_phy_info« [-Wmissing-prototypes] 4577 | void rx_process_phy_info(_adapter padapter, union recv_frame rframe) | ^~~~~~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_br_ext.o /var/lib/dkms/rtl88x2bu/git/build/core/rtw_sta_mgt.c:19:6: Warnung: kein vorheriger Prototyp für »test_st_match_rule« [-Wmissing-prototypes] 19 | bool test_st_match_rule(_adapter adapter, u8 local_naddr, u8 local_port, u8 remote_naddr, u8 remote_port) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_sta_mgt.c: In Funktion »rtw_mfree_stainfo«: /var/lib/dkms/rtl88x2bu/git/build/core/rtw_sta_mgt.c:391:27: Warnung: der Vergleich wird immer als »true« ausgewertet, da die Adresse von »lock« niemals NULL sein wird [-Waddress] 391 | if (&(psta->lock) != NULL) | ^~ In Datei, eingebunden von /var/lib/dkms/rtl88x2bu/git/build/include/drv_types.h:112, von /var/lib/dkms/rtl88x2bu/git/build/core/rtw_sta_mgt.c:17: /var/lib/dkms/rtl88x2bu/git/build/include/sta_info.h:267:17: Anmerkung: »lock« ist hier deklariert 267 | _lock lock; | ^~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_sta_mgt.c: Auf höchster Ebene: /var/lib/dkms/rtl88x2bu/git/build/core/rtw_sta_mgt.c:1111:4: Warnung: kein vorheriger Prototyp für »_rtw_access_ctrl« [-Wmissing-prototypes] 1111 | u8 _rtw_access_ctrl(_adapter adapter, u8 period, const u8 mac_addr) | ^~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_ap.c:955:6: Warnung: kein vorheriger Prototyp für »rtw_init_bmc_sta_tx_rate« [-Wmissing-prototypes] 955 | void rtw_init_bmc_sta_tx_rate(_adapter padapter, struct sta_info psta) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_ap.c:1042:6: Warnung: kein vorheriger Prototyp für »update_sta_info_apmode_ht_bf_cap« [-Wmissing-prototypes] 1042 | void update_sta_info_apmode_ht_bf_cap(_adapter padapter, struct sta_info psta) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_ap.c:2873:4: Warnung: kein vorheriger Prototyp für »rtw_ap_bmc_frames_hdl« [-Wmissing-prototypes] 2873 | u8 rtw_ap_bmc_frames_hdl(_adapter padapter) | ^~~~~ In Datei, eingebunden von ./include/asm-generic/bug.h:22, von ./arch/x86/include/asm/bug.h:87, von ./include/linux/bug.h:5, von ./arch/x86/include/asm/paravirt.h:19, von ./arch/x86/include/asm/cpuid.h:62, von ./arch/x86/include/asm/processor.h:19, von ./arch/x86/include/asm/timex.h:5, von ./include/linux/timex.h:67, von ./include/linux/time32.h:13, von ./include/linux/time.h:60, von ./include/linux/stat.h:19, von ./include/linux/module.h:13, von /var/lib/dkms/rtl88x2bu/git/build/include/basic_types.h:76, von /var/lib/dkms/rtl88x2bu/git/build/include/drv_types.h:26, von /var/lib/dkms/rtl88x2bu/git/build/core/rtw_rf.c:17: /var/lib/dkms/rtl88x2bu/git/build/core/rtw_rf.c: In Funktion »dump_txpwr_lmt«: /var/lib/dkms/rtl88x2bu/git/build/core/rtw_rf.c:2003:67: Warnung: »strcmp« liest 1 oder mehr Bytes aus einer Region der Größe 0 [-Wstringop-overread] 2003 | , strcmp(ent->regd_name, rfctl->regd_name) == 0 ? rf_path_char(path) : ' '); | ^~~~~~~~~~~~ ./include/linux/printk.h:429:33: Anmerkung: in Definition des Makros »printk_index_wrap« 429 | _p_func(_fmt, ##__VA_ARGS__); \ | ^~~ /var/lib/dkms/rtl88x2bu/git/build/include/rtw_debug.h:85:26: Anmerkung: bei Substitution des Makros »printk« 85 | #define _dbgdump printk | ^~ /var/lib/dkms/rtl88x2bu/git/build/include/rtw_debug.h:263:25: Anmerkung: bei Substitution des Makros »_RTW_PRINT« 263 | _RTW_PRINT(fmt, ##arg); \ | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_rf.c:2002:57: Anmerkung: bei Substitution des Makros »_RTW_PRINT_SEL« 2002 | _RTW_PRINT_SEL(sel, "%3c " | ^~~~~~ In Datei, eingebunden von /var/lib/dkms/rtl88x2bu/git/build/core/rtw_rf.c:18: /var/lib/dkms/rtl88x2bu/git/build/include/hal_data.h:345:14: Anmerkung: Quellobjekt »regd_name« der Größe 0 345 | char regd_name[0]; | ^~~~~ In Datei, eingebunden von /var/lib/dkms/rtl88x2bu/git/build/include/drv_types.h:60: /var/lib/dkms/rtl88x2bu/git/build/core/rtw_rf.c:2003:67: Warnung: »strcmp« liest 1 oder mehr Bytes aus einer Region der Größe 0 [-Wstringop-overread] 2003 | , strcmp(ent->regd_name, rfctl->regd_name) == 0 ? rf_path_char(path) : ' '); | ^~~~~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/include/rtw_debug.h:265:46: Anmerkung: in Definition des Makros »_RTW_PRINT_SEL« 265 | _seqdump(sel, fmt, ##arg) /rtw_warn_on(1)/; \ | ^~~ /var/lib/dkms/rtl88x2bu/git/build/include/hal_data.h:345:14: Anmerkung: Quellobjekt »regd_name« der Größe 0 345 | char regd_name[0]; | ^~~~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_iol.o /var/lib/dkms/rtl88x2bu/git/build/core/rtw_rf.c: In Funktion »_rtw_txpwr_lmt_get_by_name«: /var/lib/dkms/rtl88x2bu/git/build/core/rtw_rf.c:2215:21: Warnung: »strcmp« liest 1 oder mehr Bytes aus einer Region der Größe 0 [-Wstringop-overread] 2215 | if (strcmp(ent->regd_name, regd_name) == 0) { | ^~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/include/hal_data.h:345:14: Anmerkung: Quellobjekt »regd_name« der Größe 0 345 | char regd_name[0]; | ^~~~~ In Funktion »_rtw_txpwr_lmt_get_by_name«, eingefügt von »rtw_txpwr_lmt_get_by_name« bei /var/lib/dkms/rtl88x2bu/git/build/core/rtw_rf.c:2232:8: /var/lib/dkms/rtl88x2bu/git/build/core/rtw_rf.c:2215:21: Warnung: »strcmp« liest 1 oder mehr Bytes aus einer Region der Größe 0 [-Wstringop-overread] 2215 | if (strcmp(ent->regd_name, regd_name) == 0) { | ^~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/include/hal_data.h: In Funktion »rtw_txpwr_lmt_get_by_name«: /var/lib/dkms/rtl88x2bu/git/build/include/hal_data.h:345:14: Anmerkung: Quellobjekt »regd_name« der Größe 0 345 | char regd_name[0]; | ^~~~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_sreset.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_btcoex_wifionly.o /var/lib/dkms/rtl88x2bu/git/build/core/rtw_p2p.c:21:5: Warnung: kein vorheriger Prototyp für »rtw_p2p_is_channel_list_ok« [-Wmissing-prototypes] 21 | int rtw_p2p_is_channel_list_ok(u8 desired_ch, u8 ch_list, u8 ch_cnt) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_p2p.c:34:5: Warnung: kein vorheriger Prototyp für »is_any_client_associated« [-Wmissing-prototypes] 34 | int is_any_client_associated(_adapter padapter) | ^~~~~~~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_btcoex.o /var/lib/dkms/rtl88x2bu/git/build/core/rtw_p2p.c:2492:4: Warnung: kein vorheriger Prototyp für »rtw_p2p_get_peer_ch_list« [-Wmissing-prototypes] 2492 | u8 rtw_p2p_get_peer_ch_list(struct wifidirect_info pwdinfo, u8 ch_content, u8 ch_cnt, u8 peer_ch_list) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_p2p.c:2514:4: Warnung: kein vorheriger Prototyp für »rtw_p2p_ch_inclusion« [-Wmissing-prototypes] 2514 | u8 rtw_p2p_ch_inclusion(_adapter adapter, u8 peer_ch_list, u8 peer_ch_num, u8 ch_list_inclusioned) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_p2p.c:3010:6: Warnung: kein vorheriger Prototyp für »find_phase_handler« [-Wmissing-prototypes] 3010 | void find_phase_handler(_adapter padapter) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_p2p.c:3033:6: Warnung: kein vorheriger Prototyp für »restore_p2p_state_handler« [-Wmissing-prototypes] 3033 | void restore_p2p_state_handler(_adapter padapter) | ^~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_p2p.c:3066:6: Warnung: kein vorheriger Prototyp für »pre_tx_invitereq_handler« [-Wmissing-prototypes] 3066 | void pre_tx_invitereq_handler(_adapter padapter) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_p2p.c:3078:6: Warnung: kein vorheriger Prototyp für »pre_tx_provdisc_handler« [-Wmissing-prototypes] 3078 | void pre_tx_provdisc_handler(_adapter padapter) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_p2p.c:3090:6: Warnung: kein vorheriger Prototyp für »pre_tx_negoreq_handler« [-Wmissing-prototypes] 3090 | void pre_tx_negoreq_handler(_adapter padapter) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_p2p.c:3339:5: Warnung: kein vorheriger Prototyp für »rtw_xframe_build_wfd_ie« [-Wmissing-prototypes] 3339 | u32 rtw_xframe_build_wfd_ie(struct xmit_frame xframe) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_p2p.c:3417:6: Warnung: kein vorheriger Prototyp für »rtw_xframe_del_wfd_ie« [-Wmissing-prototypes] 3417 | bool rtw_xframe_del_wfd_ie(struct xmit_frame xframe) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_p2p.c:3489:5: Warnung: kein vorheriger Prototyp für »dump_p2p_attr_ch_list« [-Wmissing-prototypes] 3489 | u8 dump_p2p_attr_ch_list(u8 p2p_ie, uint p2p_ielen, u8 buf, u32 buf_len) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_p2p.c:3541:6: Warnung: kein vorheriger Prototyp für »rtw_p2p_nego_intent_compare« [-Wmissing-prototypes] 3541 | bool rtw_p2p_nego_intent_compare(u8 req, u8 resp) | ^~~~~~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_beamforming.o /var/lib/dkms/rtl88x2bu/git/build/core/rtw_xmit.c:63:6: Warnung: kein vorheriger Prototyp für »rtw_free_xmit_block« [-Wmissing-prototypes] 63 | void rtw_free_xmit_block(_adapter padapter) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_xmit.c:473:6: Warnung: kein vorheriger Prototyp für »rtw_get_adapter_tx_rate_bmp_by_bw« [-Wmissing-prototypes] 473 | void rtw_get_adapter_tx_rate_bmp_by_bw(_adapter adapter, u8 bw, u16 r_bmp_cck_ofdm, u32 r_bmp_ht, u64 r_bmp_vht) | ^~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_xmit.c:517:6: Warnung: kein vorheriger Prototyp für »rtw_get_shared_macid_tx_rate_bmp_by_bw« [-Wmissing-prototypes] 517 | void rtw_get_shared_macid_tx_rate_bmp_by_bw(struct dvobj_priv dvobj, u8 bw, u16 r_bmp_cck_ofdm, u32 r_bmp_ht, u64 r_bmp_vht) | ^~~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_xmit.c:552:6: Warnung: kein vorheriger Prototyp für »rtw_get_adapter_tx_rate_bmp« [-Wmissing-prototypes] 552 | void rtw_get_adapter_tx_rate_bmp(_adapter adapter, u16 r_bmp_cck_ofdm[], u32 r_bmp_ht[], u64 r_bmp_vht[]) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_xmit.c:3881:6: Warnung: kein vorheriger Prototyp für »rtw_init_xmitframe« [-Wmissing-prototypes] 3881 | void rtw_init_xmitframe(struct xmit_frame pxframe) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_xmit.c:4248:20: Warnung: kein vorheriger Prototyp für »rtw_get_xframe« [-Wmissing-prototypes] 4248 | struct xmit_frame rtw_get_xframe(struct xmit_priv pxmitpriv, int num_frame) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_xmit.c:4611:5: Warnung: kein vorheriger Prototyp für »rtw_br_client_tx« [-Wmissing-prototypes] 4611 | int rtw_br_client_tx(_adapter padapter, struct sk_buff *pskb) | ^~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_xmit.c:6634:6: Warnung: kein vorheriger Prototyp für »rtw_sctx_chk_waring_status« [-Wmissing-prototypes] 6634 | bool rtw_sctx_chk_waring_status(int status) | ^~~~~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_odm.o /var/lib/dkms/rtl88x2bu/git/build/core/rtw_br_ext.c:588:6: Warnung: kein vorheriger Prototyp für »nat25_db_expire« [-Wmissing-prototypes] 588 | void nat25_db_expire(_adapter priv) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_br_ext.c:704:5: Warnung: kein vorheriger Prototyp für »nat25_db_handle« [-Wmissing-prototypes] 704 | int nat25_db_handle(_adapter priv, struct sk_buff skb, int method) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_br_ext.c:1114:5: Warnung: kein vorheriger Prototyp für »nat25_handle_frame« [-Wmissing-prototypes] 1114 | int nat25_handle_frame(_adapter priv, struct sk_buff skb) | ^~~~~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_rm.o /var/lib/dkms/rtl88x2bu/git/build/core/rtw_br_ext.c:1245:6: Warnung: kein vorheriger Prototyp für »dhcp_flag_bcast« [-Wmissing-prototypes] 1245 | void dhcp_flag_bcast(_adapter priv, struct sk_buff skb) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_br_ext.c:1286:7: Warnung: kein vorheriger Prototyp für »scdb_findEntry« [-Wmissing-prototypes] 1286 | void scdb_findEntry(_adapter priv, unsigned char macAddr, | ^~~~~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_rm_fsm.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_ft.o /var/lib/dkms/rtl88x2bu/git/build/core/rtw_sreset.c:104:6: Warnung: kein vorheriger Prototyp für »sreset_restore_security_station« [-Wmissing-prototypes] 104 | void sreset_restore_security_station(_adapter padapter) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_sreset.c:140:6: Warnung: kein vorheriger Prototyp für »sreset_restore_network_station« [-Wmissing-prototypes] 140 | void sreset_restore_network_station(_adapter padapter) | ^~~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_sreset.c:200:6: Warnung: kein vorheriger Prototyp für »sreset_restore_network_status« [-Wmissing-prototypes] 200 | void sreset_restore_network_status(_adapter padapter) | ^~~~~~~~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_wnm.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_mbo.o /var/lib/dkms/rtl88x2bu/git/build/core/rtw_btcoex.c:409:6: Warnung: kein vorheriger Prototyp für »rtw_btcoex_SetBtPatchVersion« [-Wmissing-prototypes] 409 | void rtw_btcoex_SetBtPatchVersion(PADAPTER padapter, u16 btHciVer, u16 btPatchVer) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_btcoex.c:414:6: Warnung: kein vorheriger Prototyp für »rtw_btcoex_SetHciVersion« [-Wmissing-prototypes] 414 | void rtw_btcoex_SetHciVersion(PADAPTER padapter, u16 hciVersion) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_btcoex.c:419:6: Warnung: kein vorheriger Prototyp für »rtw_btcoex_StackUpdateProfileInfo« [-Wmissing-prototypes]

onlyreportingissues commented 3 months ago

419 | void rtw_btcoex_StackUpdateProfileInfo(void) | ^~~~~~~~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_rm_util.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/efuse/rtw_efuse.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_roch.o /var/lib/dkms/rtl88x2bu/git/build/core/rtw_odm.c:67:6: Warnung: kein vorheriger Prototyp für »rtw_odm_adaptivity_ver_msg« [-Wmissing-prototypes] 67 | void rtw_odm_adaptivity_ver_msg(void sel, _adapter adapter) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_odm.c:75:6: Warnung: kein vorheriger Prototyp für »rtw_odm_adaptivity_en_msg« [-Wmissing-prototypes] 75 | void rtw_odm_adaptivity_en_msg(void sel, _adapter adapter) | ^~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_odm.c:92:6: Warnung: kein vorheriger Prototyp für »rtw_odm_adaptivity_mode_msg« [-Wmissing-prototypes] 92 | void rtw_odm_adaptivity_mode_msg(void sel, _adapter adapter) | ^~~~~~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/crypto/aes-internal.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/crypto/aes-internal-enc.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/crypto/aes-gcm.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/crypto/aes-ccm.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/crypto/aes-omac1.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/crypto/ccmp.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/crypto/gcmp.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/crypto/aes-siv.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/crypto/aes-ctr.o /var/lib/dkms/rtl88x2bu/git/build/core/efuse/rtw_efuse.c:60:9: Warnung: kein vorheriger Prototyp für »efuse_IsBT_Masked« [-Wmissing-prototypes] 60 | BOOLEAN efuse_IsBT_Masked(PADAPTER pAdapter, u16 Offset) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/efuse/rtw_efuse.c:985:6: Warnung: kein vorheriger Prototyp für »efuse_PreUpdateAction« [-Wmissing-prototypes] 985 | void efuse_PreUpdateAction( | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/efuse/rtw_efuse.c:1014:6: Warnung: kein vorheriger Prototyp für »efuse_PostUpdateAction« [-Wmissing-prototypes] 1014 | void efuse_PostUpdateAction( | ^~~~~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/crypto/sha256-internal.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/crypto/sha256.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/crypto/sha256-prf.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/crypto/rtw_crypto_wrap.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/core/rtw_swcrypto.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/os_dep/osdep_service.o /var/lib/dkms/rtl88x2bu/git/build/core/crypto/ccmp.c:179:6: Warnung: kein vorheriger Prototyp für »ccmp_get_pn« [-Wmissing-prototypes] 179 | void ccmp_get_pn(u8 pn, const u8 data) | ^~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/os_intfs.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/usb_intf.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/usb_ops_linux.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_linux.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/xmit_linux.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/mlme_linux.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/recv_linux.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_cfg80211.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_cfgvendor.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/wifi_regd.o /var/lib/dkms/rtl88x2bu/git/build/core/rtw_swcrypto.c:30:5: Warnung: kein vorheriger Prototyp für »_rtw_ccmp_encrypt« [-Wmissing-prototypes] 30 | int _rtw_ccmp_encrypt(_adapter padapter, u8 key, u32 key_len, uint hdrlen, u8 frame, uint plen) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_swcrypto.c:71:5: Warnung: kein vorheriger Prototyp für »_rtw_ccmp_decrypt« [-Wmissing-prototypes] 71 | int _rtw_ccmp_decrypt(_adapter padapter, u8 key, u32 key_len, uint hdrlen, u8 frame, | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_swcrypto.c:134:5: Warnung: kein vorheriger Prototyp für »_rtw_gcmp_encrypt« [-Wmissing-prototypes] 134 | int _rtw_gcmp_encrypt(_adapter padapter, u8 key, u32 key_len, uint hdrlen, u8 frame, uint plen) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_swcrypto.c:165:5: Warnung: kein vorheriger Prototyp für »_rtw_gcmp_decrypt« [-Wmissing-prototypes] 165 | int _rtw_gcmp_decrypt(_adapter padapter, u8 key, u32 key_len, uint hdrlen, u8 frame, uint plen) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_swcrypto.c:196:4: Warnung: kein vorheriger Prototyp für »_bip_ccmp_protect« [-Wmissing-prototypes] 196 | u8 _bip_ccmp_protect(const u8 key, size_t key_len, | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/core/rtw_swcrypto.c:220:4: Warnung: kein vorheriger Prototyp für »_bip_gcmp_protect« [-Wmissing-prototypes] 220 | u8 _bip_gcmp_protect(u8 whdr_pos, size_t len, | ^~~~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_android.o /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/os_intfs.c:1089:6: Warnung: kein vorheriger Prototyp für »rtw_regsty_load_target_tx_power« [-Wmissing-prototypes] 1089 | void rtw_regsty_load_target_tx_power(struct registry_priv regsty) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/os_intfs.c:1702:14: Warnung: kein vorheriger Prototyp für »rtw_classify8021d« [-Wmissing-prototypes] 1702 | unsigned int rtw_classify8021d(struct sk_buff skb) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/os_intfs.c:1838:5: Warnung: kein vorheriger Prototyp für »rtw_ndev_init« [-Wmissing-prototypes] 1838 | int rtw_ndev_init(struct net_device dev) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/os_intfs.c:1851:6: Warnung: kein vorheriger Prototyp für »rtw_ndev_uninit« [-Wmissing-prototypes] 1851 | void rtw_ndev_uninit(struct net_device dev) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/os_intfs.c:1911:6: Warnung: kein vorheriger Prototyp für »rtw_hook_if_ops« [-Wmissing-prototypes] 1911 | void rtw_hook_if_ops(struct net_device ndev) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/os_intfs.c:1993:5: Warnung: kein vorheriger Prototyp für »rtw_os_ndev_alloc« [-Wmissing-prototypes] 1993 | int rtw_os_ndev_alloc(_adapter adapter) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/os_intfs.c:2148:5: Warnung: kein vorheriger Prototyp für »rtw_os_ndev_register« [-Wmissing-prototypes] 2148 | int rtw_os_ndev_register(_adapter adapter, const char name) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/os_intfs.c:2303:5: Warnung: kein vorheriger Prototyp für »rtw_os_ndevs_alloc« [-Wmissing-prototypes] 2303 | int rtw_os_ndevs_alloc(struct dvobj_priv dvobj) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/os_intfs.c:2355:6: Warnung: kein vorheriger Prototyp für »rtw_os_ndevs_free« [-Wmissing-prototypes] 2355 | void rtw_os_ndevs_free(struct dvobj_priv dvobj) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/os_intfs.c:2487:4: Warnung: kein vorheriger Prototyp für »rtw_init_default_value« [-Wmissing-prototypes] 2487 | u8 rtw_init_default_value(_adapter padapter) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/os_intfs.c:3724:5: Warnung: kein vorheriger Prototyp für »rtw_os_ndevs_register« [-Wmissing-prototypes] 3724 | int rtw_os_ndevs_register(struct dvobj_priv dvobj) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/os_intfs.c:3841:6: Warnung: kein vorheriger Prototyp für »netdev_br_init« [-Wmissing-prototypes] 3841 | void netdev_br_init(struct net_device netdev) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/os_intfs.c:4158:6: Warnung: kein vorheriger Prototyp für »ips_netdrv_open« [-Wmissing-prototypes] 4158 | int ips_netdrv_open(_adapter padapter) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/os_intfs.c:4351:5: Warnung: kein vorheriger Prototyp für »pm_netdev_open« [-Wmissing-prototypes] 4351 | int pm_netdev_open(struct net_device pnetdev, u8 bnormal) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/os_intfs.c:4479:5: Warnung: kein vorheriger Prototyp für »pm_netdev_close« [-Wmissing-prototypes] 4479 | int pm_netdev_close(struct net_device pnetdev, u8 bnormal) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/os_intfs.c:5163:5: Warnung: kein vorheriger Prototyp für »rtw_suspend_normal« [-Wmissing-prototypes] 5163 | int rtw_suspend_normal(_adapter padapter) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/os_intfs.c:5576:6: Warnung: kein vorheriger Prototyp für »rtw_mi_resume_process_normal« [-Wmissing-prototypes] 5576 | void rtw_mi_resume_process_normal(_adapter padapter) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/os_intfs.c:5609:5: Warnung: kein vorheriger Prototyp für »rtw_resume_process_normal« [-Wmissing-prototypes] 5609 | int rtw_resume_process_normal(_adapter padapter) | ^~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/usb_ops_linux.c:730:6: Warnung: kein vorheriger Prototyp für »usb_init_recvbuf« [-Wmissing-prototypes] 730 | void usb_init_recvbuf(_adapter padapter, struct recv_buf precvbuf) | ^~~~ In Datei, eingebunden von /var/lib/dkms/rtl88x2bu/git/build/include/usb_ops.h:34, von /var/lib/dkms/rtl88x2bu/git/build/include/drv_types.h:2018, von /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/usb_ops_linux.c:17: /var/lib/dkms/rtl88x2bu/git/build/include/usb_ops_linux.h:43:49: Warnung: kein vorheriger Prototyp für »usb_read_port_complete« [-Wmissing-prototypes] 43 | #define usb_read_port_complete(purb, regs) usb_read_port_complete(purb) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/usb_ops_linux.c:922:6: Anmerkung: bei Substitution des Makros »usb_read_port_complete« 922 | void usb_read_port_complete(struct urb purb, struct pt_regs regs) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/usb_intf.c:1011:5: Warnung: kein vorheriger Prototyp für »rtw_resume_process« [-Wmissing-prototypes] 1011 | int rtw_resume_process(_adapter padapter) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/usb_intf.c:1095:11: Warnung: kein vorheriger Prototyp für »rtw_usb_primary_adapter_init« [-Wmissing-prototypes] 1095 | _adapter rtw_usb_primary_adapter_init(struct dvobj_priv dvobj, | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_linux.c:157:6: Warnung: kein vorheriger Prototyp für »indicate_wx_scan_complete_event« [-Wmissing-prototypes] 157 | void indicate_wx_scan_complete_event(_adapter padapter) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_linux.c:170:6: Warnung: kein vorheriger Prototyp für »rtw_indicate_wx_assoc_event« [-Wmissing-prototypes] 170 | void rtw_indicate_wx_assoc_event(_adapter padapter) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_linux.c:193:6: Warnung: kein vorheriger Prototyp für »rtw_indicate_wx_disassoc_event« [-Wmissing-prototypes] 193 | void rtw_indicate_wx_disassoc_event(_adapter padapter) | ^~~~~~~~~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_proc.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/nlrtw.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_rhashtable.o /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_cfgvendor.c:146:17: Warnung: kein vorheriger Prototyp für »rtw_cfg80211_vendor_event_alloc« [-Wmissing-prototypes] 146 | struct sk_buff rtw_cfg80211_vendor_event_alloc( | ^~~~~~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_mp.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/hal/hal_intf.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com.o /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_cfg80211.c:425:6: Warnung: kein vorheriger Prototyp für »rtw_cfg80211_allow_ch_switch_notify« [-Wmissing-prototypes] 425 | bool rtw_cfg80211_allow_ch_switch_notify(_adapter adapter) | ^~~~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_cfg80211.c: In Funktion »rtw_cfg80211_ch_switch_notify«: /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_cfg80211.c:458:17: Fehler: zu viele Argumente für Funktion »cfg80211_ch_switch_started_notify« 458 | cfg80211_ch_switch_started_notify(adapter->pnetdev, &chdef, 0, 0, false, 0); | ^~~~~~~~~ In Datei, eingebunden von /var/lib/dkms/rtl88x2bu/git/build/include/osdep_service_linux.h:98, von /var/lib/dkms/rtl88x2bu/git/build/include/osdep_service.h:54, von /var/lib/dkms/rtl88x2bu/git/build/include/drv_types.h:27, von /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_cfg80211.c:17: ./include/net/cfg80211.h:8809:6: Anmerkung: hier deklariert 8809 | void cfg80211_ch_switch_started_notify(struct net_device dev, | ^~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_cfg80211.c:483:9: Fehler: zu viele Argumente für Funktion »cfg80211_ch_switch_notify« 483 | cfg80211_ch_switch_notify(adapter->pnetdev, &chdef, 0, 0); | ^~~~~~~~~ ./include/net/cfg80211.h:8793:6: Anmerkung: hier deklariert 8793 | void cfg80211_ch_switch_notify(struct net_device dev, | ^~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_cfg80211.c: Auf höchster Ebene: /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_cfg80211.c:511:6: Warnung: kein vorheriger Prototyp für »rtw_2g_channels_init« [-Wmissing-prototypes] 511 | void rtw_2g_channels_init(struct ieee80211_channel channels) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_cfg80211.c:516:6: Warnung: kein vorheriger Prototyp für »rtw_5g_channels_init« [-Wmissing-prototypes] 516 | void rtw_5g_channels_init(struct ieee80211_channel channels) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_cfg80211.c:521:6: Warnung: kein vorheriger Prototyp für »rtw_2g_rates_init« [-Wmissing-prototypes] 521 | void rtw_2g_rates_init(struct ieee80211_rate rates) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_cfg80211.c:528:6: Warnung: kein vorheriger Prototyp für »rtw_5g_rates_init« [-Wmissing-prototypes] 528 | void rtw_5g_rates_init(struct ieee80211_rate rates) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_cfg80211.c:535:34: Warnung: kein vorheriger Prototyp für »rtw_spt_band_alloc« [-Wmissing-prototypes] 535 | struct ieee80211_supported_band rtw_spt_band_alloc(BAND_TYPE band) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_cfg80211.c:567:6: Warnung: kein vorheriger Prototyp für »rtw_spt_band_free« [-Wmissing-prototypes] 567 | void rtw_spt_band_free(struct ieee80211_supported_band spt_band) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_cfg80211.c:655:36: Warnung: kein vorheriger Prototyp für »nl80211_iftype_to_rtw_network_type« [-Wmissing-prototypes] 655 | NDIS_802_11_NETWORK_INFRASTRUCTURE nl80211_iftype_to_rtw_network_type(enum nl80211_iftype type) | ^~~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_cfg80211.c:690:5: Warnung: kein vorheriger Prototyp für »nl80211_iftype_to_rtw_mlme_state« [-Wmissing-prototypes] 690 | u32 nl80211_iftype_to_rtw_mlme_state(enum nl80211_iftype type) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_cfg80211.c:2345:5: Warnung: kein vorheriger Prototyp für »cfg80211_rtw_set_default_mgmt_key« [-Wmissing-prototypes] 2345 | int cfg80211_rtw_set_default_mgmt_key(struct wiphy wiphy, struct net_device ndev, | ^~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_cfgvendor.c:252:5: Warnung: kein vorheriger Prototyp für »rtw_dev_get_feature_set« [-Wmissing-prototypes] 252 | int rtw_dev_get_feature_set(struct net_device dev) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_cfgvendor.c:291:6: Warnung: kein vorheriger Prototyp für »rtw_dev_get_feature_set_matrix« [-Wmissing-prototypes] 291 | int rtw_dev_get_feature_set_matrix(struct net_device dev, int num) | ^~~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_cfg80211.c:2884:5: Warnung: kein vorheriger Prototyp für »rtw_cfg80211_is_target_wps_scan« [-Wmissing-prototypes] 2884 | int rtw_cfg80211_is_target_wps_scan(struct cfg80211_scan_request scan_req, struct cfg80211_ssid target_ssid) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_cfg80211.c:5521:6: Warnung: kein vorheriger Prototyp für »dump_station_parameters« [-Wmissing-prototypes] 5521 | void dump_station_parameters(void sel, struct wiphy wiphy, const struct station_parameters params) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_cfg80211.c:5982:18: Warnung: kein vorheriger Prototyp für »rtw_sta_info_get_by_idx« [-Wmissing-prototypes] 5982 | struct sta_info rtw_sta_info_get_by_idx(struct sta_priv pstapriv, const int idx, u8 asoc_list_num) | ^~~~~~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com_phycfg.o /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_cfg80211.c:9927:6: Warnung: kein vorheriger Prototyp für »rtw_cfg80211_update_wiphy_max_txpower« [-Wmissing-prototypes] 9927 | void rtw_cfg80211_update_wiphy_max_txpower(_adapter adapter, struct wiphy wiphy) | ^~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_cfg80211.c:10326:5: Warnung: kein vorheriger Prototyp für »cfg80211_rtw_external_auth« [-Wmissing-prototypes] 10326 | int cfg80211_rtw_external_auth(struct wiphy wiphy, struct net_device dev, | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_cfg80211.c: In Funktion »rtw_get_chbwoff_from_cfg80211_chan_def«: /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_cfg80211.c:6841:21: Warnung: diese Anweisung könnte durchfallen [-Wimplicit-fallthrough=] 6841 | ht = 0; | ~~^ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_cfg80211.c:6843:9: Anmerkung: hier 6843 | case NL80211_CHAN_WIDTH_20: | ^~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_android.c:367:5: Warnung: kein vorheriger Prototyp für »rtw_android_get_rssi« [-Wmissing-prototypes] 367 | int rtw_android_get_rssi(struct net_device net, char command, int total_len) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_android.c:382:5: Warnung: kein vorheriger Prototyp für »rtw_android_get_link_speed« [-Wmissing-prototypes] 382 | int rtw_android_get_link_speed(struct net_device net, char command, int total_len) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_android.c:394:5: Warnung: kein vorheriger Prototyp für »rtw_android_get_macaddr« [-Wmissing-prototypes] 394 | int rtw_android_get_macaddr(struct net_device net, char command, int total_len) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_android.c:402:5: Warnung: kein vorheriger Prototyp für »rtw_android_set_country« [-Wmissing-prototypes] 402 | int rtw_android_set_country(struct net_device net, char command, int total_len) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_android.c:413:5: Warnung: kein vorheriger Prototyp für »rtw_android_get_p2p_dev_addr« [-Wmissing-prototypes] 413 | int rtw_android_get_p2p_dev_addr(struct net_device net, char command, int total_len) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_android.c:424:5: Warnung: kein vorheriger Prototyp für »rtw_android_set_block_scan« [-Wmissing-prototypes] 424 | int rtw_android_set_block_scan(struct net_device net, char command, int total_len) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_android.c:436:5: Warnung: kein vorheriger Prototyp für »rtw_android_set_block« [-Wmissing-prototypes] 436 | int rtw_android_set_block(struct net_device net, char command, int total_len) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_android.c:448:5: Warnung: kein vorheriger Prototyp für »rtw_android_setband« [-Wmissing-prototypes] 448 | int rtw_android_setband(struct net_device net, char command, int total_len) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_android.c:461:5: Warnung: kein vorheriger Prototyp für »rtw_android_getband« [-Wmissing-prototypes] 461 | int rtw_android_getband(struct net_device net, char command, int total_len) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_android.c:472:5: Warnung: kein vorheriger Prototyp für »rtw_android_set_miracast_mode« [-Wmissing-prototypes] 472 | int rtw_android_set_miracast_mode(struct net_device net, char command, int total_len) | ^~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_android.c:508:5: Warnung: kein vorheriger Prototyp für »get_int_from_command« [-Wmissing-prototypes] 508 | int get_int_from_command(char *pcmd) | ^~~~~~~~ CC [M] /var/lib/dkms/rtl88x2bu/git/build/hal/hal_phy.o CC [M] /var/lib/dkms/rtl88x2bu/git/build/hal/hal_dm.o make[3]: [scripts/Makefile.build:243: /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/ioctl_cfg80211.o] Fehler 1 make[3]: Es wird auf noch nicht beendete Prozesse gewartet … /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_proc.c:739:5: Warnung: kein vorheriger Prototyp für »proc_get_led_config« [-Wmissing-prototypes] 739 | int proc_get_led_config(struct seq_file m, void v) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_proc.c:749:9: Warnung: kein vorheriger Prototyp für »proc_set_led_config« [-Wmissing-prototypes] 749 | ssize_t proc_set_led_config(struct file file, const char __user buffer, size_t count, loff_t pos, void data) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_proc.c:781:5: Warnung: kein vorheriger Prototyp für »proc_get_aid_status« [-Wmissing-prototypes] 781 | int proc_get_aid_status(struct seq_file m, void v) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_proc.c:791:9: Warnung: kein vorheriger Prototyp für »proc_set_aid_status« [-Wmissing-prototypes] 791 | ssize_t proc_set_aid_status(struct file file, const char __user buffer, size_t count, loff_t pos, void data) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_proc.c:824:5: Warnung: kein vorheriger Prototyp für »proc_get_ap_isolate« [-Wmissing-prototypes] 824 | int proc_get_ap_isolate(struct seq_file m, void v) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_proc.c:834:9: Warnung: kein vorheriger Prototyp für »proc_set_ap_isolate« [-Wmissing-prototypes] 834 | ssize_t proc_set_ap_isolate(struct file file, const char __user buffer, size_t count, loff_t pos, void data) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_proc.c:1693:9: Warnung: kein vorheriger Prototyp für »proc_set_macaddr_acl« [-Wmissing-prototypes] 1693 | ssize_t proc_set_macaddr_acl(struct file file, const char __user buffer, size_t count, loff_t pos, void data) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_proc.c:1994:9: Warnung: kein vorheriger Prototyp für »proc_set_update_non_ocp« [-Wmissing-prototypes] 1994 | ssize_t proc_set_update_non_ocp(struct file file, const char __user buffer, size_t count, loff_t pos, void data) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_proc.c:2037:9: Warnung: kein vorheriger Prototyp für »proc_set_radar_detect« [-Wmissing-prototypes] 2037 | ssize_t proc_set_radar_detect(struct file file, const char __user buffer, size_t count, loff_t pos, void data) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_proc.c:2199:5: Warnung: kein vorheriger Prototyp für »proc_get_rx_ampdu_size_limit« [-Wmissing-prototypes] 2199 | int proc_get_rx_ampdu_size_limit(struct seq_file m, void v) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_proc.c:2209:9: Warnung: kein vorheriger Prototyp für »proc_set_rx_ampdu_size_limit« [-Wmissing-prototypes] 2209 | ssize_t proc_set_rx_ampdu_size_limit(struct file file, const char __user buffer, size_t count, loff_t pos, void data) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_intf.c:273:6: Warnung: kein vorheriger Prototyp für »_dump_rf_path« [-Wmissing-prototypes] 273 | void _dump_rf_path(void sel, _adapter adapter) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_intf.c:371:6: Warnung: kein vorheriger Prototyp für »_dump_trx_nss« [-Wmissing-prototypes] 371 | void _dump_trx_nss(void sel, _adapter adapter) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_intf.c:493:6: Warnung: kein vorheriger Prototyp für »rtw_hal_init_opmode« [-Wmissing-prototypes] 493 | void rtw_hal_init_opmode(_adapter padapter) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_intf.c:937:6: Warnung: kein vorheriger Prototyp für »rtw_sta_ra_registed« [-Wmissing-prototypes] 937 | void rtw_sta_ra_registed(_adapter padapter, struct sta_info psta) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_intf.c: In Funktion »c2h_handler«: /var/lib/dkms/rtl88x2bu/git/build/hal/hal_intf.c:1370:24: Warnung: diese Anweisung könnte durchfallen [-Wimplicit-fallthrough=] 1370 | sub_id = payload[0]; | ~^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_intf.c:1374:9: Anmerkung: hier 1374 | default: | ^~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_proc.c:3298:9: Warnung: kein vorheriger Prototyp für »proc_set_btinfo_evt« [-Wmissing-prototypes] 3298 | ssize_t proc_set_btinfo_evt(struct file file, const char user buffer, size_t count, loff_t pos, void data) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_proc.c:3420:5: Warnung: kein vorheriger Prototyp für »proc_get_btreg_read« [-Wmissing-prototypes] 3420 | int proc_get_btreg_read(struct seq_file m, void v) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_proc.c:3443:9: Warnung: kein vorheriger Prototyp für »proc_set_btreg_read« [-Wmissing-prototypes] 3443 | ssize_t proc_set_btreg_read(struct file file, const char user buffer, size_t count, loff_t pos, void data) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_proc.c:3494:5: Warnung: kein vorheriger Prototyp für »proc_get_btreg_write« [-Wmissing-prototypes] 3494 | int proc_get_btreg_write(struct seq_file m, void v) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_proc.c:3521:9: Warnung: kein vorheriger Prototyp für »proc_set_btreg_write« [-Wmissing-prototypes] 3521 | ssize_t proc_set_btreg_write(struct file file, const char user buffer, size_t count, loff_t pos, void data) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_proc.c:3576:5: Warnung: kein vorheriger Prototyp für »proc_get_btc_reduce_wl_txpwr« [-Wmissing-prototypes] 3576 | int proc_get_btc_reduce_wl_txpwr(struct seq_file m, void v) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_proc.c:3591:9: Warnung: kein vorheriger Prototyp für »proc_set_btc_reduce_wl_txpwr« [-Wmissing-prototypes] 3591 | ssize_t proc_set_btc_reduce_wl_txpwr(struct file file, const char user buffer, size_t count, loff_t pos, void data) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_proc.c:3652:5: Warnung: kein vorheriger Prototyp für »proc_get_mac_addr« [-Wmissing-prototypes] 3652 | int proc_get_mac_addr(struct seq_file m, void v) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_proc.c:4042:9: Warnung: kein vorheriger Prototyp für »proc_set_dynamic_agg_enable« [-Wmissing-prototypes] 4042 | ssize_t proc_set_dynamic_agg_enable(struct file file, const char __user buffer, size_t count, loff_t pos, void data) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_proc.c:5161:5: Warnung: kein vorheriger Prototyp für »proc_get_cur_beacon_keys« [-Wmissing-prototypes] 5161 | int proc_get_cur_beacon_keys(struct seq_file m, void v) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_proc.c:5805:5: Warnung: kein vorheriger Prototyp für »proc_get_phydm_cmd« [-Wmissing-prototypes] 5805 | int proc_get_phydm_cmd(struct seq_file m, void v) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_proc.c:5832:9: Warnung: kein vorheriger Prototyp für »proc_set_phydm_cmd« [-Wmissing-prototypes] 5832 | ssize_t proc_set_phydm_cmd(struct file file, const char user buffer, size_t count, loff_t pos, void data) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_proc.c:5952:24: Warnung: kein vorheriger Prototyp für »rtw_odm_proc_init« [-Wmissing-prototypes] 5952 | struct proc_dir_entry rtw_odm_proc_init(struct net_device dev) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/os_dep/linux/rtw_proc.c:5996:6: Warnung: kein vorheriger Prototyp für »rtw_odm_proc_deinit« [-Wmissing-prototypes] 5996 | void rtw_odm_proc_deinit(_adapter adapter) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com.c:2022:6: Warnung: kein vorheriger Prototyp für »rtw_hal_update_sta_mimo_type« [-Wmissing-prototypes] 2022 | void rtw_hal_update_sta_mimo_type(_adapter adapter, struct sta_info psta) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com.c:2055:6: Warnung: kein vorheriger Prototyp für »rtw_hal_update_sta_smps_cap« [-Wmissing-prototypes] 2055 | void rtw_hal_update_sta_smps_cap(_adapter adapter, struct sta_info psta) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com.c:2093:6: Warnung: kein vorheriger Prototyp für »rtw_hal_update_sta_rate_mask« [-Wmissing-prototypes] 2093 | void rtw_hal_update_sta_rate_mask(PADAPTER padapter, struct sta_info psta) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com.c:4702:6: Warnung: kein vorheriger Prototyp für »rtw_hal_set_FwRsvdPage_cmd« [-Wmissing-prototypes] 4702 | void rtw_hal_set_FwRsvdPage_cmd(PADAPTER padapter, PRSVDPAGE_LOC rsvdpageloc) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com.c:4846:6: Warnung: kein vorheriger Prototyp für »rtw_hal_set_FwAoacRsvdPage_cmd« [-Wmissing-prototypes] 4846 | void rtw_hal_set_FwAoacRsvdPage_cmd(PADAPTER padapter, PRSVDPAGE_LOC rsvdpageloc) | ^~~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com.c:8114:6: Warnung: kein vorheriger Prototyp für »rtw_hal_construct_ProbeRsp« [-Wmissing-prototypes] 8114 | void rtw_hal_construct_ProbeRsp(_adapter padapter, u8 pframe, u32 pLength, | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com.c:12900:6: Warnung: kein vorheriger Prototyp für »hw_var_set_correct_tsf« [-Wmissing-prototypes] 12900 | void hw_var_set_correct_tsf(PADAPTER adapter, u8 mlme_state) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com.c:13258:6: Warnung: kein vorheriger Prototyp für »rtw_hal_update_uapsd_tid« [-Wmissing-prototypes] 13258 | void rtw_hal_update_uapsd_tid(_adapter adapter) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com.c:13859:4: Warnung: kein vorheriger Prototyp für »rtw_hal_query_txbfer_rf_num« [-Wmissing-prototypes] 13859 | u8 rtw_hal_query_txbfer_rf_num(_adapter adapter) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com.c:13884:4: Warnung: kein vorheriger Prototyp für »rtw_hal_query_txbfee_rf_num« [-Wmissing-prototypes] 13884 | u8 rtw_hal_query_txbfee_rf_num(_adapter adapter) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com.c:14928:6: Warnung: kein vorheriger Prototyp für »rtw_set_usb_agg_by_mode_normal« [-Wmissing-prototypes] 14928 | void rtw_set_usb_agg_by_mode_normal(_adapter padapter, u8 cur_wireless_mode) | ^~~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com.c:14996:6: Warnung: kein vorheriger Prototyp für »rtw_set_usb_agg_by_mode_customer« [-Wmissing-prototypes] 14996 | void rtw_set_usb_agg_by_mode_customer(_adapter padapter, u8 cur_wireless_mode, u8 UsbDmaSize, u8 Legacy_UsbDmaSize) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com.c:15023:6: Warnung: kein vorheriger Prototyp für »rtw_set_usb_agg_by_mode« [-Wmissing-prototypes] 15023 | void rtw_set_usb_agg_by_mode(_adapter padapter, u8 cur_wireless_mode) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com_phycfg.c:714:5: Warnung: kein vorheriger Prototyp für »hal_load_pg_txpwr_info_path_2g« [-Wmissing-prototypes] 714 | u16 hal_load_pg_txpwr_info_path_2g( | ^~~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com_phycfg.c:843:5: Warnung: kein vorheriger Prototyp für »hal_load_pg_txpwr_info_path_5g« [-Wmissing-prototypes] 843 | u16 hal_load_pg_txpwr_info_path_5g( | ^~~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com.c:16348:6: Warnung: kein vorheriger Prototyp für »rtw_dump_phy_cap_by_hal« [-Wmissing-prototypes] 16348 | void rtw_dump_phy_cap_by_hal(void sel, _adapter adapter) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com_phycfg.c:1003:6: Warnung: kein vorheriger Prototyp für »hal_load_pg_txpwr_info« [-Wmissing-prototypes] 1003 | void hal_load_pg_txpwr_info( | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com_phycfg.c:1445:4: Warnung: kein vorheriger Prototyp für »rtw_regsty_get_target_tx_power« [-Wmissing-prototypes] 1445 | s8 rtw_regsty_get_target_tx_power( | ^~~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com_phycfg.c:1489:6: Warnung: kein vorheriger Prototyp für »rtw_regsty_chk_target_tx_power_valid« [-Wmissing-prototypes] 1489 | bool rtw_regsty_chk_target_tx_power_valid(_adapter adapter) | ^~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com_phycfg.c:1685:6: Warnung: kein vorheriger Prototyp für »phy_store_target_tx_power« [-Wmissing-prototypes] 1685 | void phy_store_target_tx_power(PADAPTER pAdapter) | ^~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com_phycfg.c:2118:1: Warnung: kein vorheriger Prototyp für »PHY_StoreTxPowerByRateNew« [-Wmissing-prototypes] 2118 | PHY_StoreTxPowerByRateNew( | ^~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com_phycfg.c:2251:6: Warnung: kein vorheriger Prototyp für »phy_get_ch_idx« [-Wmissing-prototypes] 2251 | bool phy_get_ch_idx(u8 ch, u8 ch_idx) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com_phycfg.c:3504:1: Warnung: kein vorheriger Prototyp für »GetS1ByteIntegerFromStringInDecimal« [-Wmissing-prototypes] 3504 | GetS1ByteIntegerFromStringInDecimal( | ^~~~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_dm.c:20:21: Warnung: kein vorheriger Prototyp für »boardType« [-Wmissing-prototypes] 20 | enum odm_board_type boardType(u8 InterfaceSel) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_dm.c:110:6: Warnung: kein vorheriger Prototyp für »rtw_phydm_iqk_trigger_all« [-Wmissing-prototypes] 110 | void rtw_phydm_iqk_trigger_all(_adapter adapter) | ^~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_dm.c:134:6: Warnung: kein vorheriger Prototyp für »rtw_phydm_iqk_trigger_dbg« [-Wmissing-prototypes] 134 | void rtw_phydm_iqk_trigger_dbg(_adapter adapter, bool recovery, bool clear, bool segment) | ^~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_dm.c:144:6: Warnung: kein vorheriger Prototyp für »rtw_phydm_lck_trigger« [-Wmissing-prototypes] 144 | void rtw_phydm_lck_trigger(_adapter adapter) | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_dm.c:215:6: Warnung: kein vorheriger Prototyp für »record_ra_info« [-Wmissing-prototypes] 215 | void record_ra_info(void p_dm_void, u8 macid, struct cmn_sta_info p_sta, u64 ra_mask) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_dm.c:335:6: Warnung: kein vorheriger Prototyp für »rtw_phydm_ops_func_init« [-Wmissing-prototypes] 335 | void rtw_phydm_ops_func_init(struct dm_struct p_phydm) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com_phycfg.c:3872:6: Warnung: kein vorheriger Prototyp für »dump_tx_power_idx_value« [-Wmissing-prototypes] 3872 | void dump_tx_power_idx_value(void sel, _adapter adapter, u8 rfpath, enum MGN_RATE rate, u8 pwr_idx, struct txpwr_idx_comp tic) | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com_phycfg.c:3976:6: Warnung: kein vorheriger Prototyp für »dump_txpwr_total_dbm_value« [-Wmissing-prototypes] 3976 | void dump_txpwr_total_dbm_value(void sel, _adapter adapter, enum MGN_RATE rate, u8 ntx_idx | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com_phycfg.c:4002:6: Warnung: kein vorheriger Prototyp für »dump_txpwr_total_dbm_value_utgt« [-Wmissing-prototypes] 4002 | void dump_txpwr_total_dbm_value_utgt(void sel, _adapter adapter, enum MGN_RATE rate, u8 ntx_idx | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com_phycfg.c:4613:1: Warnung: kein vorheriger Prototyp für »phy_DecryptBBPgParaFile« [-Wmissing-prototypes] 4613 | phy_DecryptBBPgParaFile( | ^~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com_phycfg.c:4655:1: Warnung: kein vorheriger Prototyp für »phy_ParseBBPgParaFile« [-Wmissing-prototypes] 4655 | phy_ParseBBPgParaFile( | ^~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com_phycfg.c:5087:1: Warnung: kein vorheriger Prototyp für »initDeltaSwingIndexTables« [-Wmissing-prototypes] 5087 | initDeltaSwingIndexTables( | ^~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com_phycfg.c:5784:4: Warnung: kein vorheriger Prototyp für »phy_get_txpwr_regd_lmt« [-Wmissing-prototypes] 5784 | s8 phy_get_txpwr_regd_lmt(_adapter adapter, struct hal_spec_t hal_spec, u8 cch, enum channel_width bw, u8 ntx_idx) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com_phycfg.c:5838:4: Warnung: kein vorheriger Prototyp für »phy_get_txpwr_user_target« [-Wmissing-prototypes] 5838 | s8 phy_get_txpwr_user_target(_adapter adapter, struct hal_spec_t hal_spec, u8 ntx_idx) | ^~~~~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com_phycfg.c:5859:4: Warnung: kein vorheriger Prototyp für »phy_get_txpwr_user_lmt« [-Wmissing-prototypes] 5859 | s8 phy_get_txpwr_user_lmt(_adapter adapter, struct hal_spec_t hal_spec, u8 ntx_idx) | ^~~~~~ /var/lib/dkms/rtl88x2bu/git/build/hal/hal_com_phycfg.c:5880:4: Warnung: kein vorheriger Prototyp für »phy_get_txpwr_tpc« [-Wmissing-prototypes] 5880 | s8 phy_get_txpwr_tpc(_adapter adapter, struct hal_spec_t *hal_spec) | ^~~~~ make[2]: [/usr/src/kernels/6.9.0-0.rc0.20240314gt480e035f.204.vanilla.fc39.x86_64/Makefile:1923: /var/lib/dkms/rtl88x2bu/git/build] Fehler 2 make[1]: [Makefile:242: sub-make] Fehler 2 make[1]: Verzeichnis „/usr/src/kernels/6.9.0-0.rc0.20240314gt480e035f.204.vanilla.fc39.x86_64“ wird verlassen make: *** [Makefile:2470: modules] Fehler 2

RinCat commented 3 months ago

https://github.com/RinCat/RTL88x2BU-Linux-Driver/commit/358f13d1749cac4b314c8fa4187f65dfa7ef1813