linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-08 18:56:41 to 2022-07-13 15:34:57 UTC [more...]

[PATCH 00/21] wifi: client-side MLO preparations
 2022-07-13 15:34 UTC  (18+ messages)
` [PATCH 01/21] wifi: nl80211: reject link specific elements on assoc link
` [PATCH 02/21] wifi: nl80211: reject fragmented and non-inheritance elements
` [PATCH 03/21] wifi: nl80211: fix some attribute policy entries
` [PATCH 04/21] wifi: mac80211: prohibit DEAUTH_NEED_MGD_TX_PREP in MLO
` [PATCH 05/21] wifi: mac80211: release channel context on link stop
` [PATCH 06/21] wifi: mac80211: mlme: clean up supported channels element code
` [PATCH 07/21] wifi: mac80211: add multi-link element to AUTH frames
` [PATCH 08/21] wifi: mac80211: make ieee80211_check_rate_mask() link-aware
` [PATCH 09/21] wifi: mac80211: move IEEE80211_SDATA_OPERATING_GMODE to link
` [PATCH 10/21] wifi: mac80211: mlme: refactor link station setup
` [PATCH 11/21] wifi: mac80211: mlme: shift some code around
` [PATCH 12/21] wifi: mac80211: mlme: change flags in ieee80211_determine_chantype()
` [PATCH 13/21] wifi: mac80211: mlme: switch some things back to deflink
` [PATCH 14/21] wifi: mac80211: mlme: refactor assoc req element building
` [PATCH 15/21] wifi: mac80211: mlme: refactor ieee80211_prep_channel() a bit
` [PATCH 17/21] wifi: mac80211: mlme: remove address arg to ieee80211_mark_sta_auth()
` [PATCH 20/21] wifi: cfg80211: add cfg80211_get_iftype_ext_capa()

[r8188eu driver] Kernel crash report
 2022-07-13 11:09 UTC 

[syzbot] memory leak in cfg80211_inform_single_bss_frame_data
 2022-07-13 10:35 UTC  (6+ messages)

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

[PATCH 0/7] wifi: rtw88: add proper mutex lock to safely access channel
 2022-07-13  8:47 UTC  (8+ messages)
` [PATCH 1/7] wifi: rtw88: add mutex when set SAR
` [PATCH 2/7] wifi: rtw88: add mutex when set regulatory and get Tx power table
` [PATCH 3/7] wifi: rtw88: add the update channel flow to support setting by parameters
` [PATCH 4/7] wifi: rtw88: fix WARNING:rtw_get_tx_power_params() during HW scan
` [PATCH 5/7] wifi: rtw88: add flushing queue before "
` [PATCH 6/7] wifi: rtw88: add flag check before enter or leave IPS
` [PATCH 7/7] wifi: rtw88: prohibit enter IPS during HW scan

[PATCH] mac80211: exclude multicast packets from AQL pending airtime
 2022-07-13  8:34 UTC 

[RFC v2 00/96] wireless: cl8k driver for Celeno IEEE 802.11ax devices
 2022-07-13  7:39 UTC  (5+ messages)
` [RFC v2 03/96] cl8k: add Kconfig
` [RFC v2 04/96] cl8k: add Makefile

pull-request: wireless-next-2022-07-13
 2022-07-13  7:19 UTC 

pull-request: wireless-2022-07-13
 2022-07-13  7:13 UTC 

[PATCH 00/12] Additional support for 802.11ah (S1G)
 2022-07-13  0:48 UTC  (19+ messages)
` [PATCH 01/12] cfg80211: regulatory: extend regulatory support for S1G
` [PATCH 02/12] mac80211: update TIM for S1G specification changes
` [PATCH 03/12] mac80211: S1G beacon/short beacon support
` [PATCH 04/12] nl80211: support setting S1G short beacon period
` [PATCH 05/12] nl80211: support advertising S1G capabilities
` [PATCH 06/12] mac80211: support ieee80211_ext format
` [PATCH 07/12] mac80211: S1G capabilities information element in probe request
` [PATCH 08/12] cfg80211: S1G rate flags
` [PATCH 09/12] nl80211: support advertising S1G rate information
` [PATCH 10/12] mac80211: support S1G rate encoding
` [PATCH 11/12] cfg80211: support for calculating S1G bitrates
` [PATCH 12/12] mac80211_hwsim: support for S1G rate information

[PATCH] mac80211: do not wake queues on a vif that is being stopped
 2022-07-12 20:26 UTC  (2+ messages)

Expected behavior with co-located 6GHz APs?
 2022-07-12 18:29 UTC  (2+ messages)

[wireless:for-next] BUILD SUCCESS 50e2ab39291947b6c6c7025cf01707c270fcde59
 2022-07-12 14:54 UTC 

[PATCH v5] brcmfmac: prevent double-free on hardware-reset
 2022-07-12  8:08 UTC  (2+ messages)

[RFC v2 59/96] cl8k: add rates.h
 2022-07-12  7:17 UTC  (3+ messages)

[REGRESSION] hci0 hci_power_on [bluetooth] blocks for more than 2 min preventing suspend and shutdown
 2022-07-12  6:45 UTC  (3+ messages)

[wireless-next:main] BUILD SUCCESS WITH WARNING 58b6259d820d63c2adf1c7541b54cce5a2ae6073
 2022-07-12  4:26 UTC 

[RFC v2] ath11k: fix blocked for more than 120 seconds caused by reg update
 2022-07-12  2:41 UTC  (3+ messages)

[PATCH] nl80211: Fix reading NL80211_ATTR_MLO_LINK_ID in nl80211_pre_doit
 2022-07-12  0:56 UTC  (3+ messages)

[PATCH v5] signal: break out of wait loops on kthread_stop()
 2022-07-12  0:18 UTC 

[PATCH v4] brcmfmac: prevent double-free on hardware-reset
 2022-07-11 23:24 UTC  (9+ messages)

[RFC v2 76/96] cl8k: add stats.c
 2022-07-11 23:20 UTC  (2+ messages)

[RFC v2 67/96] cl8k: add rfic.h
 2022-07-11 23:18 UTC  (2+ messages)

[RFC v2 50/96] cl8k: add phy.c
 2022-07-11 23:16 UTC  (2+ messages)

[RFC v2 38/96] cl8k: add mac80211.c
 2022-07-11 23:13 UTC  (2+ messages)

[RFC v2 36/96] cl8k: add key.c
 2022-07-11 23:10 UTC  (2+ messages)

[RFC v2 03/96] cl8k: add Kconfig
 2022-07-11 23:04 UTC  (2+ messages)

[PATCH] iwlwifi: mvm: fix clang -Wformat warnings
 2022-07-11 22:29 UTC 

[PATCH] mediatek: mt7601u: fix clang -Wformat warning
 2022-07-11 22:16 UTC  (2+ messages)

[PATCH] wireless: use strscpy to replace strlcpy
 2022-07-11 14:27 UTC 

[PATCH] mt76: testmode: use random payload for tx packets
 2022-07-11 14:19 UTC 

[PATCH 0/2] wifi: brcmfmac: add DT property for trivial ccode mapping
 2022-07-11 12:30 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: bcm4329-fmac: add optional brcm,ccode-map-trivial
` [PATCH 2/2] wifi: brcmfmac: support brcm,ccode-map-trivial DT property

[PATCH v7] ath9k: let sleep be interrupted when unregistering hwrng
 2022-07-11 11:53 UTC  (5+ messages)
` [PATCH v8] "

pull request: mt76 2022-07-11
 2022-07-11 11:45 UTC 

[wireless-next:main 6/6] drivers/net/wireless/mac80211_hwsim.c:1431:37: warning: cast to pointer from integer of different size
 2022-07-11 10:49 UTC 

[RFC] cfg80211: Add link_id to various key operations for MLO
 2022-07-11  5:45 UTC 

[wireless-next:main] BUILD SUCCESS 38b6c01a6b34719b66aa58490fd258974ae2f8e8
 2022-07-10  4:38 UTC 

[PATCH] wifi: wl1251: fix repeated words in comments
 2022-07-10  4:34 UTC 

[PATCH] wifi: rsi: fix repeated words in comments
 2022-07-10  4:30 UTC 

[PATCH] wifi: rtl8192se: fix repeated words in comments
 2022-07-10  4:25 UTC 

[PATCH] wifi: rtlwifi: fix repeated words in comments
 2022-07-10  4:20 UTC 

[PATCH] wifi: rt2x00: fix repeated words in comments
 2022-07-10  4:14 UTC 

[PATCH] wifi: qtnfmac: fix repeated words in comments
 2022-07-10  4:10 UTC 

[PATCH] wifi: wcn36xx: fix repeated words in comments
 2022-07-09 19:07 UTC  (2+ messages)

[PATCH] wifi: mvm: fix repeated words in comments
 2022-07-09 16:38 UTC  (2+ messages)

[PATCH] wifi: api: fix repeated words in comments
 2022-07-09 16:35 UTC  (2+ messages)

[PATCH] wifi: dvm: fix repeated words in comments
 2022-07-09 13:57 UTC 

[PATCH] wifi: fw: fix repeated words in comments
 2022-07-09 14:00 UTC 

[PATCH] wifi: iwlwifi: fix repeated words in comments
 2022-07-09 14:08 UTC 

[PATCH] wifi: iwlegacy: fix repeated words in comments
 2022-07-09 13:53 UTC 

[PATCH] wifi: ipw2x00: fix repeated words in comments
 2022-07-09 13:47 UTC 

[PATCH] wifi: brcmsmac: fix repeated words in comments
 2022-07-09 13:42 UTC 

[PATCH] wifi: brcmfmac: fix repeated words in comments
 2022-07-09 13:36 UTC 

[PATCH] wifi: b43: fix repeated words in comments
 2022-07-09 13:31 UTC 

[PATCH] wifi: atmel: fix repeated words in comments
 2022-07-09 13:26 UTC 

[PATCH] wifi: wil6210: fix repeated words in comments
 2022-07-09 13:21 UTC 

[PATCH] wifi: ath: fix repeated words in comments
 2022-07-09 12:40 UTC 

[PATCH] wifi: ath9k: fix repeated words in comments
 2022-07-09 12:37 UTC 

[PATCH] wifi: ath6kl:: fix repeated words in comments
 2022-07-09 12:32 UTC 

[PATCH] mediatek: mt76: eeprom: fix clang -Wformat warning
 2022-07-09  0:15 UTC 

[RFC] mac80211: Switch all drivers over to iTXQs
 2022-07-08 21:11 UTC  (2+ messages)

[PATCH v2] wifi: nl80211: fix sending link ID info of associated BSS
 2022-07-08 19:27 UTC  (2+ messages)

[PATCH 1/2] brcmfmac: Add brcmf_c_set_cur_etheraddr() helper
 2022-07-08 18:56 UTC  (4+ messages)
` [PATCH 2/2] brcmfmac: Replace default (not configured) MAC with a random MAC


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).