linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-30 09:08:38 to 2020-04-05 04:58:32 UTC [more...]

rt2x00 regression
 2020-04-05  4:58 UTC  (5+ messages)

[PATCH v6 00/17] wilc1000: move out of staging
 2020-04-05  1:32 UTC  (3+ messages)
` [PATCH v6 16/17] dt: bindings: net: add microchip,wilc1000.yaml

[PATCH v5.7 0/8] iwlwifi: fixes intended for v5.7 2020-04-03
 2020-04-04 23:17 UTC  (17+ messages)
` [PATCH v5.7 1/8] iwlwifi: pcie: actually release queue memory in TVQM
` [PATCH v5.7 2/8] iwlwifi: mvm: beacon statistics shouldn't go backwards
` [PATCH v5.7 3/8] iwlwifi: pcie: indicate correct RB size to device
` [PATCH v5.7 4/8] iwlwifi: mvm: limit maximum queue appropriately
` [PATCH v5.7 5/8] iwlwifi: mvm: Do not declare support for ACK Enabled Aggregation
` [PATCH v5.7 6/8] iwlwifi: msix: limit max RX queues for 9000 family
` [PATCH v5.7 7/8] iwlwifi: mvm: fix inactive TID removal return value usage
` [PATCH v5.7 8/8] iwlwifi: mvm: don't call iwl_mvm_free_inactive_queue() under RCU

[PATCH v3] staging: wilc1000: Use crc7 in lib/ rather than a private copy
 2020-04-04 18:15 UTC  (9+ messages)

[bug report] iwlwifi: add mac/rf types and 160MHz to the device tables
 2020-04-04 18:09 UTC 

[PATCH 1/5] ath9k: Fix use-after-free read in htc_connect_service
 2020-04-04 12:40 UTC  (2+ messages)

[PATCH 0/5] ath9k: bug fixes
 2020-04-04  4:18 UTC  (6+ messages)
` [PATCH 1/5] ath9k: Fix use-after-free Read in htc_connect_service
` [PATCH 2/5] ath9k: Fix use-after-free Read in ath9k_wmi_ctrl_rx
` [PATCH 3/5] ath9k: Fix use-after-free Write in ath9k_htc_rx_msg
` [PATCH 4/5 resend] ath9x: Fix stack-out-of-bounds Write in ath9k_hif_usb_rx_cb
` [PATCH 5/5] ath9k: Fix general protection fault "

KASAN: use-after-free Read in ath9k_wmi_ctrl_rx
 2020-04-04  4:09 UTC  (7+ messages)

KASAN: stack-out-of-bounds Write in ath9k_hif_usb_rx_cb
 2020-04-03 22:45 UTC  (7+ messages)

KASAN: use-after-free Write in ath9k_htc_rx_msg
 2020-04-03 21:49 UTC  (7+ messages)

KASAN: use-after-free Read in htc_connect_service
 2020-04-03 21:31 UTC  (3+ messages)

general protection fault in ath9k_hif_usb_rx_cb
 2020-04-03 20:32 UTC  (5+ messages)

[PATCH] mt76: mt7615: do not always reset the dfs state setting the channel
 2020-04-03 19:01 UTC 

restarting efforts on AQL on intel wifi, at least?
 2020-04-03 17:08 UTC  (2+ messages)

[PATCH 3/3] brcmfmac: make setting SDIO workqueue WQ_HIGHPRI a module parameter
 2020-04-03 14:59 UTC  (11+ messages)

[PATCH] mt76: mt7663: correct the name of the rom patch
 2020-04-03  9:09 UTC 

[PATCH] ath11k: thermal: Fix build error without CONFIG_THERMAL
 2020-04-03  8:34 UTC 

[PATCH 00/32] staging: wfx: rework the Tx queue
 2020-04-03  8:03 UTC  (40+ messages)
` [PATCH 01/32] staging: wfx: add sanity checks to hif_join()
` [PATCH 02/32] staging: wfx: do not stop mac80211 queueing during tx_policy upload
` [PATCH 03/32] staging: wfx: take advantage of ieee80211_{stop/start}_queues
` [PATCH 04/32] staging: wfx: remove "burst" mechanism
` [PATCH 05/32] staging: wfx: uniformize queue_id retrieval
` [PATCH 06/32] staging: wfx: drop useless queue_id field
` [PATCH 07/32] staging: wfx: avoid useless wake_up
` [PATCH 08/32] staging: wfx: simplify hif_handle_tx_data()
` [PATCH 09/32] staging: wfx: simplify wfx_tx_queues_empty()
` [PATCH 10/32] staging: wfx: drop unused argument in wfx_get_prio_queue()
` [PATCH 11/32] staging: wfx: simplify wfx_tx_queue_mask_get()
` [PATCH 12/32] staging: wfx: drop useless sta_asleep_mask
` [PATCH 13/32] staging: wfx: drop argument tx_allowed_mask since it is constant now
` [PATCH 14/32] staging: wfx: do not use link_map_cache to track CAB
` [PATCH 15/32] staging: wfx: drop useless link_map_cache
` [PATCH 16/32] staging: wfx: do not rely anymore on link_id to choose packet in queue
` [PATCH 17/32] staging: wfx: drop unused link_id field
` [PATCH 18/32] staging: wfx: drop unused raw_link_id field
` [PATCH 19/32] staging: wfx: rename wfx_tx_get_raw_link_id()
` [PATCH 20/32] staging: wfx: replace wfx_tx_queues_get_after_dtim() by wfx_tx_queues_has_cab()
` [PATCH 21/32] staging: wfx: introduce a counter of pending frames
` [PATCH 22/32] staging: wfx: change the way to choose frame to send
` [PATCH 23/32] staging: wfx: drop now useless field edca_params
` [PATCH 24/32] staging: wfx: drop struct wfx_queue_stats
` [PATCH 25/32] staging: wfx: simplify usage of wfx_tx_queues_put()
` [PATCH 26/32] staging: wfx: improve interface between data_tx.c and queue.c
` [PATCH 27/32] staging: wfx: relocate wfx_skb_dtor() prior its callers
` [PATCH 28/32] staging: wfx: repair wfx_flush()
` [PATCH 29/32] staging: wfx: wfx_flush() did not ensure that frames are processed
` [PATCH 30/32] staging: wfx: fix potential deadlock in wfx_tx_flush()
` [PATCH 31/32] staging: wfx: fix case where AP stop with CAB traffic pending
` [PATCH 32/32] staging: wfx: remove hack about tx_rate policies

Is iwlwifi-9260-th-b0-jf-b0-46.ucode a debug firmware?
 2020-04-03  7:42 UTC  (5+ messages)

[PATCH 2/2] staging: vt6656: set all cck rates to default
 2020-04-02 21:42 UTC 

[PATCH 1/2] staging: vt6656: set all ofdm rates to default
 2020-04-02 21:41 UTC 

[PATCH] staging: vt6656: replace al2230_power_table array with formula
 2020-04-02 20:45 UTC 

[PATCH 0/9] add preliminary usb support to mt7615 driver
 2020-04-02 18:18 UTC  (10+ messages)
` [PATCH 1/9] mt76: add headroom and tailroom to mt76_mcu_ops data structure
` [PATCH 2/9] mt76: mt7615: introduce mt7663u support to mt7615_write_txwi
` [PATCH 3/9] mt76: mt7615: introduce mt7615_mac_update_rate_desc routine
` [PATCH 4/9] mt76: mt7615: introduce __mt7663_load_firmware routine
` [PATCH 5/9] mt76: mt7615: move mt7615_mac_wtbl_addr in mac.h
` [PATCH 6/9] mt76: mt76u: rely on mt7622 queue scheme for mt7663u
` [PATCH 7/9] mt76: mt7615: rework wtbl key configuration
` [PATCH 8/9] mt76: mt7615: introduce mt7615_wtbl_desc data structure
` [PATCH 9/9] mt76: mt7615: add address parameter to mt7615_eeprom_init

[PATCH] rsi: fix a typo "throld" -> "threshold"
 2020-04-02 14:17 UTC 

[PATCH 00/12] mt7663 driver update
 2020-04-02 13:06 UTC  (13+ messages)
` [PATCH 01/12] mt76: mt7663: fix mt7615_mac_cca_stats_reset routine
` [PATCH 02/12] mt76: mt7663: enable nf estimation
` [PATCH 03/12] mt76: mt7615: make scs configurable per chain
` [PATCH 04/12] mt76: mt7663: disable RDD commands
` [PATCH 05/12] mt76: mt7615: add ethool support to mt7663 driver
` [PATCH 06/12] mt76: mt7615: introduce mt7615_mcu_set_channel_domain mcu command
` [PATCH 07/12] mt76: mt7663: keep Rx filters as the default
` [PATCH 08/12] mt76: mt7615: introduce hw scan support
` [PATCH 09/12] mt76: mt7615: introduce scheduled "
` [PATCH 10/12] mt76: mt7615: introduce BSS absence event
` [PATCH 11/12] mt76: mt7615: introduce rlm tlv in bss_info mcu command
` [PATCH 12/12] mt76: mt7615: remove unnecessary register operations

[PATCH] rtlwifi: rtl8723ae: fix spelling mistake "chang" -> "change"
 2020-04-02  8:19 UTC 

[PATCH] iwlwifi: actually check allocated conf_tlv pointer
 2020-04-02  5:02 UTC 

[PATCH 0/9] initial support for S1G channels
 2020-04-02  1:18 UTC  (10+ messages)
` [PATCH 1/9] ieee80211: share 802.11 unit conversion helpers
` [PATCH 2/9] cfg80211: express channels with a KHz component
` [PATCH 3/9] mac80211: handle channel frequency offset
` [PATCH 4/9] mac80211: add freq_offset to RX status
` [PATCH 5/9] cfg80211: report frequency in KHz for management RX
` [PATCH 6/9] nl80211: add KHz frequency offset for most wifi commands
` [PATCH 7/9] nl80211: accept scan frequencies in KHz
` [PATCH 8/9] ieee80211: S1G defines
` [PATCH 9/9] nl80211: S1G band and channel definitions

[RFC 0/7] add a KHz component to wireless channels
 2020-04-01 21:32 UTC  (22+ messages)
` [RFC 1/7] ieee80211: share 802.11 unit conversion helpers
` [RFC 2/7] cfg80211: express channels with a KHz component
` [RFC 3/7] mac80211: handle channel frequency offset
` [RFC 4/7] mac80211: add freq_offset to RX status
` [RFC 5/7] cfg80211: report frequency in KHz for management RX
` [RFC 6/7] nl80211: add KHz frequency offset for most wifi commands
` [RFC 7/7] nl80211: accept scan frequencies in KHz

[PATCH 1/2] cfg80211: Unprotected Beacon frame RX indication
 2020-04-01 14:25 UTC  (2+ messages)
` [PATCH 2/2] mac80211: Report beacon protection failures to user space

[PATCH] brcmfmac: fix wrong location to get firmware feature
 2020-04-01 10:20 UTC  (4+ messages)

[PATCH] ath10k: fix kernel null pointer dereference
 2020-04-01 10:18 UTC 

[PATCH v2 0/3] Add support to handle targets without TrustZone
 2020-04-01  7:30 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: ath10k: Add wifi-firmware subnode for wifi node

[PATCH] ath10k: increase rx buffer size to 2048
 2020-04-01  7:00 UTC  (2+ messages)

[PATCH] iw: 'phy <name> reg get' shouldn't dump all domains
 2020-03-31 23:28 UTC 

[PATCH v7 0/2] rtw88: update regulatory settings
 2020-03-31 22:30 UTC  (3+ messages)
` [PATCH v7 1/2] rtw88: add regulatory process strategy for different chipset

[PATCH v5.6] iwlwifi: don't send GEO_TX_POWER_LIMIT if no wgds table
 2020-03-31 20:29 UTC  (5+ messages)

[PATCH] ath9k: fix stack-out-of-bounds Write in ath9k_hif_usb_rx_cb
 2020-03-31 11:39 UTC  (4+ messages)

[linux-next] bisected: first bad commit: mac80211: Check port authorization in the ieee80211_tx_dequeue() case
 2020-03-31 11:14 UTC  (3+ messages)

[PATCH 1/4] mt76: mt7615: modify mt7615_ampdu_stat_read for each phy
 2020-03-31  6:51 UTC  (4+ messages)
` [PATCH 2/4] mt76: mt7615: enable aggr_stats for both phy
` [PATCH 3/4] mt76: mt7615: cleanup mib related defines and structs
` [PATCH 4/4] mt76: mt7615: add more useful Tx mib counters

Trial Order 3/30/2020
 2020-03-30 15:55 UTC 

[PATCH v2 1/2] ath10k: enable VHT160 and VHT80+80 modes
 2020-03-30 13:26 UTC  (2+ messages)
` [PATCH v2 2/2] ath10k: enable radar detection in secondary segment

[PATCH] ath11k: Avoid mgmt tx count underflow
 2020-03-30 11:17 UTC 

[PATCH] ath11k: Increase the tx completion ring size
 2020-03-30 11:16 UTC 

[PATCH] iw: event: log rssi value for cqm
 2020-03-30 11:00 UTC 

Samsung Ax200 module client ac mode
 2020-03-30 10:55 UTC 

[PATCH] ath10k: enable VHT160 and VHT80+80 modes
 2020-03-30  9:22 UTC  (4+ messages)


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