linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-12 09:19:56 to 2018-12-19 10:24:31 UTC [more...]

[PATCH 00/18] iwlwifi: updates intended for v4.21 2018-12-14
 2018-12-19 10:24 UTC  (21+ messages)
` [PATCH 01/18] iwlwifi: pcie: use iwl_tx_cmd_gen2 and not iwl_tx_cmd
` [PATCH 02/18] iwlwifi: mvm: remove dead code
` [PATCH 03/18] iwlwifi: mvm: remove pointless NULL assignment
` [PATCH 04/18] iwlwifi: mvm: cleanup iwl_mvm_tx_skb_non_sta
` [PATCH 05/18] iwlwifi: mvm: fix setting HE ppe FW config
` [PATCH 06/18] [BUGFIXiwlwifi: make MVM and DVM depend on MAC80211
` [PATCH 07/18] iwlwifi: split HE capabilities between AP and STA
` [PATCH 08/18] iwlwifi: mvm: handle RX no data notification
` [PATCH 09/18] iwlwifi: mvm: take station lock later in the code
` [PATCH 10/18] iwlwifi: pcie: lock txq a bit later in reclaim code
` [PATCH 11/18] iwlwifi: mvm: clean up SSN incrementation
` [PATCH 12/18] iwlwifi: wrt: add rt status and num of rx/tx fifos to dump
` [PATCH 13/18] iwlwifi: remove unused and wrong PHY_CFG_* macros
` [PATCH 14/18] iwlwifi: mvm: set TWT responder capability bit in 11AX SoftAP mode
` [PATCH 15/18] iwlwifi: mvm: fix spelling mistake "Recieved" -> "Received"
` [PATCH 16/18] iwlwifi: mvm: d3: use struct_size() in kzalloc()
` [PATCH 17/18] iwlwifi: dbg: add debug data to warning
` [PATCH 18/18] iwlwifi: bump the API version to 43 for 9000 and 22000

pull-request: iwlwifi-next 2018-12-17
 2018-12-19 10:23 UTC  (3+ messages)

[PATCH] iwlwifi: dbg_ini: fix bad ini tlv parsing
 2018-12-19  9:36 UTC  (2+ messages)
` [PATCH v2] "

pull-request: mac80211-next 2018-12-19
 2018-12-19  9:30 UTC 

[PATCH] iwlwifi: add missing break / fall-through in switch cases
 2018-12-19  9:27 UTC  (2+ messages)

pull-request: mac80211 2018-12-19
 2018-12-19  8:49 UTC 

linux-next: build warnings after merge of the wireless-drivers-next tree
 2018-12-19  8:31 UTC  (4+ messages)

[PATCH 1/1] wlcore: Fix memory leak in case wl12xx_fetch_firmware failure
 2018-12-19  7:50 UTC 

mt76x[02]u 802.11w support
 2018-12-19  7:47 UTC  (9+ messages)

[PATCH] ipw2x00: cleanup dead code
 2018-12-19  3:00 UTC 

[PATCH v4 0/6] Move TXQ scheduling and airtime fairness into mac80211
 2018-12-19  0:47 UTC  (8+ messages)
` [PATCH v4 1/6] mac80211: Add TXQ scheduling API
` [PATCH v4 2/6] cfg80211: Add airtime statistics and settings
` [PATCH v4 3/6] mac80211: Add airtime accounting and scheduling to TXQs
` [PATCH v4 4/6] ath9k: Switch to mac80211 TXQ scheduling and airtime APIs
` [PATCH v4 5/6] ath10k: migrate to mac80211 txq scheduling
` [PATCH v4 6/6] ath10k: reporting estimated tx airtime for fairness

[PATCH v5 0/6] Move TXQ scheduling and airtime fairness into mac80211
 2018-12-19  1:02 UTC  (7+ messages)
` [PATCH v5 1/6] mac80211: Add TXQ scheduling API
` [PATCH v5 2/6] cfg80211: Add airtime statistics and settings
` [PATCH v5 3/6] mac80211: Add airtime accounting and scheduling to TXQs
` [PATCH v5 4/6] ath9k: Switch to mac80211 TXQ scheduling and airtime APIs
` [PATCH v5 5/6] ath10k: migrate to mac80211 txq scheduling
` [PATCH v5 6/6] ath10k: reporting estimated tx airtime for fairness

[PATCH v3 0/6] Move TXQ scheduling and airtime fairness into mac80211
 2018-12-18 19:19 UTC  (7+ messages)
` [PATCH v3 3/6] mac80211: Add airtime accounting and scheduling to TXQs
  ` [Make-wifi-fast] "

[PATCH] wlcore: Fix bringing up wlan0 again if powered down briefly
 2018-12-18 15:54 UTC  (4+ messages)

[PATCH] nl80211/cfg80211: Add support to send tx frames at specified rate
 2018-12-18 13:45 UTC  (3+ messages)

[PATCH] cfg80211: Authentication offload to user space in AP mode
 2018-12-18 13:40 UTC  (3+ messages)

[PATCH] nl80211/cfg80211: Add support to specify band specific min rssi thresholds with sched scan
 2018-12-18 13:09 UTC  (2+ messages)

[PATCH] cfg80211: Allow drivers to advertise supported AKM suites
 2018-12-18 13:05 UTC  (2+ messages)

[PATCH 00/24] cfg80211/mac80211 patches from our internal tree 2018-12-15
 2018-12-18 12:17 UTC  (30+ messages)
` [PATCH 01/24] mac80211: suspicious RCU usage fix
` [PATCH 02/24] ieee80211: add bits for TWT in Extended Capabilities IE
` [PATCH 03/24] mac80211: propagate the support for TWT to the driver
` [PATCH 04/24] mac80211: update HE operation fields to D3.0
` [PATCH 05/24] mac80211: free skb fraglist before freeing the skb
` [PATCH 06/24] mac80211: don't build AMSDU from GSO packets
` [PATCH 07/24] mac80211: document RCU requirements for ieee80211_tx_dequeue()
` [PATCH 08/24] mac80211: remove superfluous NULL check
` [PATCH 09/24] mac80211: fix a kernel panic when TXing after TXQ teardown
` [PATCH 10/24] mac80211: never pass NULL params to ieee80211_if_add()
` [PATCH 11/24] mac80211: fix radiotap vendor presence bitmap handling
` [PATCH 12/24] mac80211: ignore NullFunc frames in the duplicate detection
` [PATCH 13/24] cfg80211: pmsr: fix MAC address setting
` [PATCH 14/24] mac80211: update driver when MU EDCA params change
` [PATCH 15/24] cfg80211: fix ieee80211_get_vht_max_nss()
` [PATCH 16/24] mac80211: Properly handle SKB with radiotap only
` [PATCH 17/24] cfg80211: Include the PMK and PMKID in NL80211_CMD_EXTERNAL_AUTH
` [PATCH 18/24] mac80211: set STA flag DISABLE_HE if HE is not supported
` [PATCH 19/24] mac80211: do not advertise HE cap IE if HE disabled
` [PATCH 20/24] cfg80211: add some missing fall through annotations
` [PATCH 21/24] nl80211: fix memory leak if validate_pae_over_nl80211() fails
` [PATCH 22/24] cfg80211: clarify LCI/civic location documentation
` [PATCH 23/24] mac80211: ftm responder: remove pointless defensive coding
` [PATCH 24/24] mac80211: Properly access radiotap vendor data

[PATCH] wireless-regdb: update 60ghz band rules for us
 2018-12-18  8:08 UTC 

pull-request: iwlwifi-next 2018-12-17
 2018-12-18  1:21 UTC 

[PATCH v4 0/3] ath10k: Add support to configure BB timing for external FEM
 2018-12-17 21:44 UTC  (5+ messages)
` [PATCH v4 1/3] dt-bindings: net: ath10k: fix node name and device type in qcom ath10k example
` [PATCH v4 2/3] dt-bindings: net: ath10k: add new dt entry to identify external FEM

wireless-regdb for automotive
 2018-12-17 18:14 UTC  (3+ messages)

wlcore getting stuck on hikey after the runtime PM autosuspend support change
 2018-12-17 14:45 UTC  (29+ messages)
                  ` [EXTERNAL] "

[PATCH 0/2] Add support for ACS offload for AP
 2018-12-17 13:41 UTC  (6+ messages)
` [PATCH 1/2] cfg80211: Add Automatic Channel Selection (ACS) "
` [PATCH 2/2] wil6210: add implementation of acs cfg80211_ops

[PATCH v4.20] iwlwifi: mvm: don't send GEO_TX_POWER_LIMIT to old firmwares
 2018-12-17 13:18 UTC  (2+ messages)

pull-request: iwlwifi firmware updates 2018-12-16
 2018-12-17 12:39 UTC  (2+ messages)

[PATCH] brcm: provide new firmwares for BCM4366 chipset
 2018-12-17 12:37 UTC  (5+ messages)

[PATCH] net: wireless: FTM: fix kernel-doc "cannot understand" warnings
 2018-12-17  2:00 UTC  (2+ messages)

Firmware regression: BCM43362 WiFi stops working when Bluetooth is connected
 2018-12-15 15:52 UTC 

[PATCH] brcmfmac: Fix access point mode
 2018-12-15 11:06 UTC  (2+ messages)

[PATCH] mt76: convert to DEFINE_SHOW_ATTRIBUTE
 2018-12-15  9:11 UTC  (3+ messages)

[PATCH] staging: wilc1000: fix NULL dereference inside wilc_scan()
 2018-12-15  2:32 UTC 

pull-request: iwlwifi-next 2018-12-14
 2018-12-14 15:06 UTC  (2+ messages)

question: ip forwarding and fq/mq qdisc
 2018-12-14 14:21 UTC  (4+ messages)

[PATCH v2] ath10k: skip sending quiet mode cmd for WCN3990
 2018-12-14 12:59 UTC  (3+ messages)

[PATCH] ath10k: Skip sending quiet mode cmd for WCN3990
 2018-12-14 10:09 UTC  (2+ messages)

[PATCH] cw1200: Fix concurrency use-after-free bugs in cw1200_hw_scan()
 2018-12-14  3:55 UTC 

NXP NFC version and ACPI
 2018-12-13 21:11 UTC  (5+ messages)
  ` [linux-nfc] "

[PATCH wireless-drivers] brcmfmac: fix roamoff=1 modparam
 2018-12-13 16:03 UTC  (3+ messages)

[PATCH] rtlwifi: rtl8821ae: remove set but not used variable 'type' in translate_rx_signal_stuff
 2018-12-13 15:04 UTC  (2+ messages)

[PATCH] rtl818x: fix potential use after free
 2018-12-13 15:03 UTC  (2+ messages)

[PATCH] b43: remove set but not used variables 'tx_pwr_state,tmp2'
 2018-12-13 15:02 UTC  (2+ messages)
` [PATCH] b43: remove set but not used variables 'tx_pwr_state, tmp2'

[PATCH] brcmfmac: fix false-positive -Wmaybe-unintialized warning
 2018-12-13 14:59 UTC  (3+ messages)

[PATCH V4 1/8] brcmfmac: add 4354 raw pcie device id
 2018-12-13 14:58 UTC  (2+ messages)

[PATCH v3 1/3] brcmfmac: add credit numbers updating support
 2018-12-13 14:56 UTC  (2+ messages)

[RFC PATCH v2 1/2] mwifiex: refactor mwifiex_parse_htinfo() for reuse
 2018-12-13 14:55 UTC  (2+ messages)

[PATCH v2] mwifiex: debugfs: correct histogram spacing, formatting
 2018-12-13 14:54 UTC  (2+ messages)

[PATCH] mwifiex: fix potential NULL dereference and use after free
 2018-12-13 14:54 UTC  (2+ messages)

[PATCH] mt76: add entry in MAINTAINERS file
 2018-12-13 14:20 UTC  (2+ messages)

[PATCH] mt76: fix potential NULL pointer dereference in mt76_stop_tx_queues
 2018-12-13 14:20 UTC  (2+ messages)

pull request: mt76 2018-11-30
 2018-12-13 14:04 UTC  (2+ messages)

[4.20 PATCH] Revert "mwifiex: restructure rx_reorder_tbl_lock usage"
 2018-12-13 13:54 UTC  (2+ messages)

[PATCH 4.20] rtlwifi: Fix leak of skb when processing C2H_BT_INFO
 2018-12-13 13:38 UTC  (2+ messages)

[RFC PATCH v1] cfg80211/nl80211: add support for AID assignment by driver
 2018-12-13 10:23 UTC  (3+ messages)

[PATCH v2 00/13] rtw88: mac80211 driver for Realtek 802.11ac wireless network chips
 2018-12-13  9:48 UTC  (6+ messages)
` [PATCH v2 01/13] rtw88: main files

Critical fix for rtlwifi
 2018-12-13  9:40 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 01/41] mac80211_hwsim: fix module init error paths for netlink
 2018-12-13  9:15 UTC  (2+ messages)

[PATCH] rtlwifi: Fix non-working BSS STA mode
 2018-12-13  8:03 UTC  (5+ messages)

[PATCH AUTOSEL 4.19 01/73] mac80211_hwsim: fix module init error paths for netlink
 2018-12-13  4:27 UTC 

[PATCH AUTOSEL 4.9 01/34] mac80211_hwsim: fix module init error paths for netlink
 2018-12-13  4:31 UTC 

[PATCH AUTOSEL 4.4 01/23] mac80211_hwsim: fix module init error paths for netlink
 2018-12-13  4:32 UTC 

[PATCH 0/3] add EDCCA support to mt76x{0,2}e drivers
 2018-12-12 21:51 UTC  (4+ messages)
` [PATCH 1/3] mt76: dfs: run mt76x02_dfs_set_domain atomically
` [PATCH 2/3] mt76x2: init: set default value for MT_TX_LINK_CFG
` [PATCH 3/3] mt76: add energy detect CCA support to mt76x{0,2}e drivers

[RFC PATCH v1] cfg80211/nl80211: add support for AID assignment by driver
 2018-12-12 18:12 UTC 

[PATCH] net: rfkill: Remove unused include
 2018-12-12  9:19 UTC 


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