Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../net/mac80211/cfg.c:4805:39: error: too few arguments to function call, expected 6, have 5 4803 | cfg80211_ch_switch_started_notify(sdata->dev, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4804 | &link_data->csa.chanreq.oper, link_id, 4805 | params->count, params->block_tx); | ^ ../include/net/cfg80211.h:9997:6: note: 'cfg80211_ch_switch_started_notify' declared here 9997 | void cfg80211_ch_switch_started_notify(struct net_device *dev, | ^ ~~~~~~~~~~~~~~~~~~~~~~~ 9998 | struct cfg80211_chan_def *chandef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9999 | unsigned int link_id, u8 count, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10000 | bool quiet, u32 mcst_tu); | ~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. make[5]: *** [../scripts/Makefile.build:289: net/mac80211/cfg.o] Error 1 make[5]: *** Waiting for unfinished jobs.... ../net/mac80211/mlme.c:3473:19: error: too few arguments to function call, expected 6, have 5 3471 | cfg80211_ch_switch_started_notify(sdata->dev, &csa_ie.chanreq.oper, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3472 | link->link_id, csa_ie.count, 3473 | csa_ie.mode); | ^ ../include/net/cfg80211.h:9997:6: note: 'cfg80211_ch_switch_started_notify' declared here 9997 | void cfg80211_ch_switch_started_notify(struct net_device *dev, | ^ ~~~~~~~~~~~~~~~~~~~~~~~ 9998 | struct cfg80211_chan_def *chandef, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9999 | unsigned int link_id, u8 count, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10000 | bool quiet, u32 mcst_tu); | ~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. make[5]: *** [../scripts/Makefile.build:289: net/mac80211/mlme.o] Error 1 make[4]: *** [../scripts/Makefile.build:549: net/mac80211] Error 2 make[3]: *** [../scripts/Makefile.build:549: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/srv/nipa-poller-wireless/wireless-next/wt-0/Makefile:2184: .] Error 2 make[1]: *** [/srv/nipa-poller-wireless/wireless-next/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 Documentation/.renames.txt: warning: ignored by one of the .gitignore files