linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@kernel.org>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: Arend Van Spriel <aspriel@gmail.com>,
	linux-wireless@vger.kernel.org, Jakub Kicinski <kuba@kernel.org>,
	netdev@vger.kernel.org
Subject: Re: [PATCH 00/76] wifi: more MLO work
Date: Mon, 18 Jul 2022 11:51:04 +0300	[thread overview]
Message-ID: <87k08ast1j.fsf@kernel.org> (raw)
In-Reply-To: <3ac3c91120a128f66ca3806294f6a783e0f1131f.camel@sipsolutions.net> (Johannes Berg's message of "Thu, 14 Jul 2022 10:30:19 +0200")

Johannes Berg <johannes@sipsolutions.net> writes:

> On Thu, 2022-07-14 at 10:26 +0200, Arend Van Spriel wrote:
>> 
>> Just for my own patch submit process. What is the reason I am seeing the 
>> "wifi:" prefix being used with patches on linux-wireless list? Is there 
>> other wireless tech used, eg. "bt:" or so?
>> 
>
> Well, we had a discussion with Jakub, and he kind of indicated that he'd
> like to see a bit more generic prefixes to clarify things.
>
> We've kind of been early adopters to try it out and see what it looks
> like, he hasn't pushed it and wanted to have a discussion (e.g. at LPC
> or netdevconf) about it first, but it kind of makes sense since not
> everyone can know all the different drivers and components.

I have been supposed to document this in the wiki and announce it
properly, but as usual I was too busy before the vacation to do
anything. And now I'm on vacation and trying to enjoy the 13 C of
"warmth" here in Finland :D

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

      reply	other threads:[~2022-07-18  8:51 UTC|newest]

Thread overview: 95+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-13  9:43 [PATCH 00/76] wifi: more MLO work Johannes Berg
2022-07-13  9:43 ` [PATCH 01/76] wifi: mac80211_hwsim: Support link channel matching on rx Johannes Berg
2022-07-13  9:43 ` [PATCH 02/76] wifi: mac80211: consistently use sdata_dereference() Johannes Berg
2022-07-13  9:43 ` [PATCH 03/76] wifi: mac80211: rx: accept link-addressed frames Johannes Berg
2022-07-13 16:14   ` Jeff Johnson
2022-07-13 16:16     ` Johannes Berg
2022-07-13 16:23       ` Johannes Berg
2022-07-13 16:24         ` Johannes Berg
2022-07-13 16:29         ` Jeff Johnson
2022-07-13 16:30           ` Johannes Berg
2022-07-13  9:43 ` [PATCH 04/76] wifi: mac80211: Consider MLO links in offchannel logic Johannes Berg
2022-07-13  9:43 ` [PATCH 05/76] wifi: cfg80211: Allow MLO TX with link source address Johannes Berg
2022-07-13  9:43 ` [PATCH 06/76] wifi: mac80211: Remove AP SMPS leftovers Johannes Berg
2022-07-13  9:43 ` [PATCH 07/76] wifi: mac80211: add an ieee80211_get_link_sband Johannes Berg
2022-07-13  9:43 ` [PATCH 08/76] wifi: cfg80211: add API to add/modify/remove a link station Johannes Berg
2022-07-13  9:43 ` [PATCH 09/76] wifi: cfg80211/mac80211: separate link params from station params Johannes Berg
2022-07-13  9:43 ` [PATCH 10/76] wifi: mac80211: implement callbacks for <add/mod/del>_link_station Johannes Berg
2022-07-13  9:43 ` [PATCH 11/76] wifi: nl80211: hold wdev mutex in add/mod/del link station Johannes Berg
2022-07-13  9:43 ` [PATCH 12/76] wifi: nl80211: hold wdev mutex for channel switch APIs Johannes Berg
2022-07-13  9:43 ` [PATCH 13/76] wifi: nl80211: hold wdev mutex for station APIs Johannes Berg
2022-07-13  9:44 ` [PATCH 14/76] wifi: mac80211: RCU-ify link/link_conf pointers Johannes Berg
2022-07-13  9:44 ` [PATCH 15/76] wifi: nl80211: enable setting the link address at new station Johannes Berg
2022-07-13  9:44 ` [PATCH 16/76] wifi: cfg80211: make cfg80211_auth_request::key_idx signed Johannes Berg
2022-07-13  9:44 ` [PATCH 17/76] wifi: cfg80211: drop BSS elements from assoc trace for now Johannes Berg
2022-07-13  9:44 ` [PATCH 18/76] wifi: mac80211_hwsim: Ack link addressed frames Johannes Berg
2022-07-13  9:44 ` [PATCH 19/76] wifi: mac80211: debug: omit link if non-MLO connection Johannes Berg
2022-07-13  9:44 ` [PATCH 20/76] wifi: mac80211: skip powersave recalc if driver SUPPORTS_DYNAMIC_PS Johannes Berg
2022-07-13  9:44 ` [PATCH 21/76] wifi: mac80211: separate out connection downgrade flags Johannes Berg
2022-07-13  9:44 ` [PATCH 22/76] wifi: mac80211: fix key lookup Johannes Berg
2022-07-13  9:44 ` [PATCH 23/76] wifi: nl80211: acquire wdev mutex for dump_survey Johannes Berg
2022-07-13  9:44 ` [PATCH 24/76] wifi: mac80211: move ieee80211_request_smps_mgd_work Johannes Berg
2022-07-13  9:44 ` [PATCH 25/76] wifi: mac80211: set up/tear down client vif links properly Johannes Berg
2022-07-13  9:44 ` [PATCH 26/76] wifi: mac80211: provide link ID in link_conf Johannes Berg
2022-07-13  9:44 ` [PATCH 27/76] wifi: mac80211: move ps setting to vif config Johannes Berg
2022-07-13  9:44 ` [PATCH 28/76] wifi: mac80211: expect powersave handling in driver for MLO Johannes Berg
2022-07-13  9:44 ` [PATCH 29/76] wifi: mac80211: change QoS settings API to take link into account Johannes Berg
2022-07-13  9:44 ` [PATCH 30/76] wifi: mac80211: remove unused bssid variable Johannes Berg
2022-07-13  9:44 ` [PATCH 31/76] wifi: mac80211: mlme: track AP (MLD) address separately Johannes Berg
2022-07-13  9:44 ` [PATCH 32/76] wifi: mac80211: mlme: do IEEE80211_STA_RESET_SIGNAL_AVE per link Johannes Berg
2022-07-13  9:44 ` [PATCH 33/76] wifi: mac80211: mlme: first adjustments for MLO Johannes Berg
2022-07-13  9:44 ` [PATCH 34/76] wifi: mac80211: split IEEE80211_STA_DISABLE_WMM to link data Johannes Berg
2022-07-13  9:44 ` [PATCH 35/76] wifi: mac80211: mlme: use ieee80211_get_link_sband() Johannes Berg
2022-09-14 10:00   ` Wen Gong
2022-09-27  8:15     ` Johannes Berg
2022-07-13  9:44 ` [PATCH 36/76] wifi: mac80211: mlme: remove sta argument from ieee80211_config_bw Johannes Berg
2022-07-13  9:44 ` [PATCH 37/76] wifi: mac80211: mlme: use correct link_sta Johannes Berg
2022-07-13  9:44 ` [PATCH 38/76] wifi: cfg80211: remove BSS pointer from cfg80211_disassoc_request Johannes Berg
2022-07-13  9:44 ` [PATCH 39/76] wifi: cfg80211: prepare association failure APIs for MLO Johannes Berg
2022-07-13  9:44 ` [PATCH 40/76] wifi: mac80211: mlme: unify assoc data event sending Johannes Berg
2022-07-13  9:44 ` [PATCH 41/76] wifi: cfg80211: adjust assoc comeback for MLO Johannes Berg
2022-07-13  9:44 ` [PATCH 42/76] wifi: cfg80211: put cfg80211_rx_assoc_resp() arguments into a struct Johannes Berg
2022-07-13  9:44 ` [PATCH 43/76] wifi: cfg80211: extend cfg80211_rx_assoc_resp() for MLO Johannes Berg
2022-07-13  9:44 ` [PATCH 44/76] wifi: mac80211: refactor elements parsing with parameter struct Johannes Berg
2022-07-13  9:44 ` [PATCH 45/76] wifi: mac80211: replace link_id with link_conf in start/stop_ap() Johannes Berg
2022-07-13  9:44 ` [PATCH 46/76] wifi: mac80211: don't re-parse elems in ieee80211_assoc_success() Johannes Berg
2022-07-13  9:44 ` [PATCH 47/76] wifi: mac80211: move tdls_chan_switch_prohibited to link data Johannes Berg
2022-07-13  9:44 ` [PATCH 48/76] wifi: mac80211: fix multi-BSSID element parsing Johannes Berg
2022-07-13  9:44 ` [PATCH 49/76] wifi: mac80211: don't set link address for station Johannes Berg
2022-07-13  9:44 ` [PATCH 50/76] wifi: mac80211: remove redundant condition Johannes Berg
2022-07-13  9:44 ` [PATCH 51/76] wifi: cfg80211: add ieee80211_chanwidth_rate_flags() Johannes Berg
2022-07-13  9:44 ` [PATCH 52/76] wifi: mac80211: use only channel width in ieee80211_parse_bitrates() Johannes Berg
2022-07-13  9:44 ` [PATCH 53/76] wifi: mac80211: refactor adding rates to assoc request Johannes Berg
2022-07-13  9:44 ` [PATCH 54/76] wifi: mac80211: refactor adding custom elements Johannes Berg
2022-07-13  9:44 ` [PATCH 55/76] wifi: mac80211: mlme: simplify adding ht/vht/he/eht elements Johannes Berg
2022-07-13  9:44 ` [PATCH 56/76] wifi: mac80211: consider EHT element size in assoc request Johannes Berg
2022-07-13  9:44 ` [PATCH 57/76] wifi: cfg80211: clean up links appropriately Johannes Berg
2022-07-13  9:44 ` [PATCH 58/76] wifi: mac80211: tighten locking check Johannes Berg
2022-07-13  9:44 ` [PATCH 59/76] wifi: mac80211: fix link manipulation Johannes Berg
2022-07-13  9:44 ` [PATCH 60/76] wifi: nl80211: better validate link ID for stations Johannes Berg
2022-07-13  9:44 ` [PATCH 61/76] wifi: nl80211: add EML/MLD capabilities to per-iftype capabilities Johannes Berg
2023-08-11  3:51   ` Wen Gong
2023-08-11  9:03     ` Johannes Berg
2023-08-11  9:05       ` Wen Gong
2023-08-11  9:08         ` Johannes Berg
2023-08-11  9:24           ` Wen Gong
2023-08-11  9:27             ` Johannes Berg
2023-08-11  9:54               ` Wen Gong
2022-07-13  9:44 ` [PATCH 62/76] wifi: nl80211: set BSS to NULL if IS_ERR() Johannes Berg
2022-07-13  9:44 ` [PATCH 63/76] wifi: mac80211: skip rate statistics for MLD STAs Johannes Berg
2022-07-13  9:44 ` [PATCH 64/76] wifi: mac80211: add a helper to fragment an element Johannes Berg
2022-07-13  9:44 ` [PATCH 65/76] wifi: nl80211: check MLO support in authenticate Johannes Berg
2022-07-13  9:44 ` [PATCH 66/76] wifi: nl80211: Support MLD parameters in nl80211_set_station() Johannes Berg
2022-07-13  9:44 ` [PATCH 67/76] wifi: cfg80211/mac80211: Support control port TX from specific link Johannes Berg
2022-07-13  9:44 ` [PATCH 68/76] wifi: mac80211: Allow EAPOL frames from link addresses Johannes Berg
2022-07-13  9:44 ` [PATCH 69/76] wifi: mac80211: Allow EAPOL tx from specific link Johannes Berg
2022-07-13  9:44 ` [PATCH 70/76] wifi: nl80211: allow link ID in set_wiphy with frequency Johannes Berg
2022-07-13  9:44 ` [PATCH 71/76] wifi: mac80211: don't check carrier in chanctx code Johannes Berg
2022-07-13  9:44 ` [PATCH 72/76] wifi: mac80211: Support multi link in ieee80211_recalc_min_chandef() Johannes Berg
2022-07-13  9:44 ` [PATCH 73/76] wifi: nl80211: advertise MLO support Johannes Berg
2022-07-13  9:45 ` [PATCH 74/76] wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanctx() Johannes Berg
2022-07-13  9:45 ` [PATCH 75/76] wifi: mac80211: remove link_id parameter from link_info_changed() Johannes Berg
2022-07-13  9:45 ` [PATCH 76/76] wifi: cfg80211: set country_elem to NULL Johannes Berg
2022-07-14  8:26 ` [PATCH 00/76] wifi: more MLO work Arend Van Spriel
2022-07-14  8:30   ` Johannes Berg
2022-07-18  8:51     ` Kalle Valo [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k08ast1j.fsf@kernel.org \
    --to=kvalo@kernel.org \
    --cc=aspriel@gmail.com \
    --cc=johannes@sipsolutions.net \
    --cc=kuba@kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).