lwfinger/rtw89

After assembly and installation, the network does not work, although there is a connection.

pbadun opened this issue · 1 comments

After assembly and installation, the network does not work, although there is a connection.

uname -r
6.1.0-17-amd64

There are some comments on the assembly

  CC [M]  /root/rtw89/mac80211.o
/root/rtw89/mac80211.c:989:13: warning: ‘rtw89_ops_unassign_vif_chanctx’ defined but not used [-Wunused-function]
  989 | static void rtw89_ops_unassign_vif_chanctx(struct ieee80211_hw *hw,
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/root/rtw89/mac80211.c:971:12: warning: ‘rtw89_ops_assign_vif_chanctx’ defined but not used [-Wunused-function]
  971 | static int rtw89_ops_assign_vif_chanctx(struct ieee80211_hw *hw,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/root/rtw89/mac80211.c:556:12: warning: ‘rtw89_ops_conf_tx’ defined but not used [-Wunused-function]
  556 | static int rtw89_ops_conf_tx(struct ieee80211_hw *hw,
      |            ^~~~~~~~~~~~~~~~~
/root/rtw89/mac80211.c:526:6: warning: ‘rtw89_ops_stop_ap’ defined but not used [-Wunused-function]
  526 | void rtw89_ops_stop_ap(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
      |      ^~~~~~~~~~~~~~~~~
/root/rtw89/mac80211.c:487:12: warning: ‘rtw89_ops_start_ap’ defined but not used [-Wunused-function]
  487 | static int rtw89_ops_start_ap(struct ieee80211_hw *hw,
      |            ^~~~~~~~~~~~~~~~~~
/root/rtw89/mac80211.c:419:13: warning: ‘rtw89_ops_bss_info_changed’ defined but not used [-Wunused-function]
  419 | static void rtw89_ops_bss_info_changed(struct ieee80211_hw *hw,
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~

On 6.1.0-16 the assembly proceeds without any comments.

This problem has been fixed. Do a 'git pull' and try again.