linux-next: manual merge of the wireless-next tree with the origin tree
Mark Brown <[email protected]> Wed, 22 Jul 2026 16:57:59 +0100
| Newsgroups | org.kernel.vger.linux-next,org.kernel.vger.linux-kernel,org.kernel.vger.linux-wireless |
|---|---|
| Message-ID | <[email protected]> |
Hi all,
Today's linux-next merge of the wireless-next tree got a conflict in:
net/mac80211/mlme.c
between commit:
035ed430ce6a2 ("wifi: mac80211: avoid non-S1G AID fallback for S1G assoc")
from the origin tree and commit:
f13e573ab3f12 ("wifi: mac80211: notify driver before destroying assoc link")
from the wireless-next tree.
I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging. You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.
diff --cc net/mac80211/mlme.c
index fa773f3b0541a,d577252dbb9f1..0000000000000
--- a/net/mac80211/mlme.c
+++ b/net/mac80211/mlme.c
@@@ -7140,7 -7191,8 +7193,8 @@@ static void ieee80211_rx_mgmt_assoc_res
{
struct ieee80211_if_managed *ifmgd = &sdata->u.mgd;
struct ieee80211_mgd_assoc_data *assoc_data = ifmgd->assoc_data;
+ enum assoc_status assoc_status = ASSOC_ABANDON;
- u16 capab_info, status_code, aid;
+ u16 capab_info, status_code, aid = 0;
struct ieee80211_elems_parse_params parse_params = {
.bss = NULL,
.link_id = -1,
signature.asc
(application/pgp-signature, 488 B)
-----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmpg6IcACgkQJNaLcl1U h9BmFQf+Kx7jn0D2C1F2qq9ktv2J685UdVaprs5jvgM4nHjXrAi2ZqMT4Jz5EhtB d6Bm9xUAAGE2prMA/5PHz8b/MH5f4e5wP+yeUEm7TlLBcVNWOkNPjnHIXjUwUKp8 zj0f3FASYTBmRmDHSGpvGArk8uDf3Jb8BYvJJNfGfd4wEVnxo4+2UUv42FLr4kHE WpwCrJtef/S/9sGqnqitE8NdwaW9Xbb3HkScI71Dmk3Y8NoZuIWQmoDX5UZ1XeWM c6e5/3lEXtv5gSKj6aXxIhvuM9g58Bdp2i9657W2IzVjL3iDaSdWgkSpr5Kc8xwo CG2AVySRsEZyKLG6DF/yg1cWw0NSzA== =PIOS -----END PGP SIGNATURE-----