linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-06 11:13:26 to 2018-09-10 20:43:39 UTC [more...]

[PATCH] ath10k: Add support for configuring management packet rate
 2018-09-10 15:48 UTC  (2+ messages)

desktop hard lock up (kernel panic) with Alfa AWUSB036ACM and wireless-testing 72d1e548defbf
 2018-09-10 15:44 UTC 

[PATCH RFC v3 0/4] Move TXQ scheduling into mac80211
 2018-09-10 15:00 UTC  (31+ messages)
` [PATCH RFC v3 2/4] mac80211: Add airtime accounting and scheduling to TXQs
` [PATCH RFC v3 1/4] mac80211: Add TXQ scheduling API
` [PATCH RFC v3 4/4] ath9k: Switch to mac80211 TXQ scheduling and airtime APIs
` [PATCH RFC v3 3/4] cfg80211: Add airtime statistics and settings

[PATCH] wireless: remove unnecessary condition check before kfree
 2018-09-10 13:54 UTC  (3+ messages)

Troubleshooting hostapd and TLS authentication
 2018-09-10 10:26 UTC 

[PATCH 00/42] mt76 patches 2018-09-06
 2018-09-10  9:45 UTC  (52+ messages)
` [PATCH 01/42] mt76x2: change mt76x2_tx_complete routine signature
` [PATCH 02/42] mt76: move mt76x2_tx_complete routine in mt76x02-lib module
` [PATCH 03/42] mt76: move mt76x2u_remove_dma_hdr "
` [PATCH 04/42] mt76: move mt76x2u_tx_complete_skb in mt76x02-lib moudule
` [PATCH 05/42] mt76: move mt76_qsel definition in dma.h
` [PATCH 06/42] mt76: move mt76x2u_set_txinfo in mt76x02-lib module
` [PATCH 07/42] mt76x0: introduce mt76x0_tx_prepare_skb routine
` [PATCH 08/42] mt76: move mt76x2u_tx_status_data in mt76x02-lib module
` [PATCH 09/42] mt76x0: init mt76_driver_ops callbacks
` [PATCH 10/42] mt76x0: use mt76_alloc_device for device allocation
` [PATCH 11/42] mt76x0: disable usb rx bulk aggregation
` [PATCH 12/42] mt76x0: mark device as running in mt76x0_start
` [PATCH 13/42] mt76x0: simplify mt76_mac_process_rx signature
` [PATCH 14/42] mt76x0: add mt76x0_queue_rx_skb routine
` [PATCH 15/42] mt76x0: unify tx/rx datapath with mt76x2u driver
` [PATCH 16/42] mt76x0: stop stat workqueue at hw stop
` [PATCH 17/42] mt76x0: set max fragments size
` [PATCH 18/42] mt76x0: remove unused dma.c source file
` [PATCH 19/42] mt76x0: remove unused stat work_queue
` [PATCH 20/42] mt76x0: remove unused {tx/rx}_queue definitions
` [PATCH 21/42] mt76x0: remove unused mt76x0_tx_status routine
` [PATCH 22/42] mt76x0: remove unused endpoint definitions
` [PATCH 23/42] mt76x0: remove unused stat_work
` [PATCH 24/42] mt76x0: enable per-sta tx queueing
` [PATCH 25/42] mt76x0: init hw capabilities
` [PATCH 26/42] mt76x0: trim rx skb to proper length
` [PATCH 27/42] mt76: remove unused MT76_MORE_STATS state
` [PATCH 28/42] mt76x0: remove mt76x0_stop_hardware routine
` [PATCH 29/42] mt76: move mt76 rate definitions in mt76x02-lib module
` [PATCH 30/42] mt76x0: alloc mcu buffers first in mt76x0_mcu_cmd_init
` [PATCH 31/42] mt76x0: fix memory leak during hw probe
` [PATCH 32/42] mt76x0: move stop related routines in mt76x0_mac_stop
` [PATCH 33/42] mt76x0: move mt76x0_init_hardware in mt76x0_register_device
` [PATCH 34/42] mt76x0: do not free/alloc buffers during suspend/resume
` [PATCH 35/42] mt76x0: remove has_{2,5}ghz fields of mt76x0_eeprom_params
` [PATCH 36/42] mt76x0: use mt76_register_device for device registration
` [PATCH 37/42] mt76x0: inital split between pci and usb
` [PATCH 38/42] mt76: initial separation of mmio part
` [PATCH 39/42] mt76: move some irq code to common mmio module
` [PATCH 40/42] mt76x0: remove unused mt76x0_wcid
` [PATCH 41/42] mt76x0: remove some usb specific code from mt76x0_register_device
` [PATCH 42/42] mt76x0: make device allocation bus neutral

[PATCH 00/22] mt76 patches 2018-09-04
 2018-09-10  9:19 UTC  (3+ messages)
` [PATCH 09/22] mt76: remove q->hw_idx

[PATCH v3] ath10k: management tx ack rssi capability check
 2018-09-10  6:24 UTC 

[PATCH] ath9k: debug: remove set but not used variable 'fops_dump_nfcal'
 2018-09-10  3:11 UTC 

[PATCH] ath9k: add reset for airtime station debugfs
 2018-09-09 23:44 UTC  (5+ messages)

[PATCH 08/11] mt76x02: move TXD/RXD/MCU definitions in mt76x02_dma.h
 2018-09-09 20:32 UTC 

[PATCH 11/11] mt76x0: remove mt76x0_burst_write_regs()
 2018-09-09 20:32 UTC 

[PATCH 10/11] mt76x0: remove unused mt76x0_burst_read_regs
 2018-09-09 20:32 UTC 

[PATCH 07/11] mt76: usb: move mt76u_skb_dma_info in mt76x02_usb_core.c
 2018-09-09 20:32 UTC 

[PATCH 09/11] mt76x02: add static qualifier to mt76x02_remove_dma_hdr
 2018-09-09 20:32 UTC 

[PATCH 06/11] mt76: usb: move mt76x02 mcu code in mt76x02-usb module
 2018-09-09 20:32 UTC 

[PATCH 05/11] mt76: usb: use common helpers for mcu_alloc_msg()/mcu_send_msg()
 2018-09-09 20:32 UTC 

[PATCH 03/11] mt76: add usb implementation of {wr,rd}_rp
 2018-09-09 20:32 UTC 

[PATCH 04/11] mt76: add rd_rp and wr_rp to bus_ops/mcu_ops
 2018-09-09 20:32 UTC 

[PATCH 01/11] mt76: move mt76x0 and mt76x2 mcu shared defs in mt76x02_mcu.h
 2018-09-09 20:32 UTC 

[PATCH 02/11] mt76: add mt76_mcu_ops data structure for mcu related pointers
 2018-09-09 20:32 UTC 

[PATCH 00/11] move mcu usb code in mt76x02-lib module
 2018-09-09 20:32 UTC 

Troubleshooting compilation of hostapd
 2018-09-09 17:03 UTC  (2+ messages)

Testing simulated Wi-Fi with hostap
 2018-09-09 12:32 UTC 

[PATCH 00/16] iwlwifi: updates intended for v4.20 2018-09-09
 2018-09-09  9:36 UTC  (17+ messages)
` [PATCH 01/16] iwlwifi: pcie: gen2: build A-MSDU only for GSO
` [PATCH 02/16] iwlwifi: pcie: tx: unify TFD unmapping
` [PATCH 03/16] iwlwifi: pcie: tx: pull tracing out of iwl_fill_data_tbs()
` [PATCH 04/16] iwlwifi: pcie: Fail fast if HW is inaccessible at probe
` [PATCH 05/16] iwlwifi: pcie: fit reclaim msg to MAX_MSG_LEN
` [PATCH 06/16] iwlwifi: mvm: do not override amsdu size user settings
` [PATCH 07/16] iwlwifi: pcie: set RB size according to "
` [PATCH 08/16] iwlwifi: mvm: use correct FIFO length
` [PATCH 09/16] iwlwifi: mvm: set wep key for all stations in soft ap mode
` [PATCH 10/16] iwlwifi: mvm: TLC support for Coex Schema 2
` [PATCH 11/16] iwlwifi: mvm: remove support for adjacent channel compensation
` [PATCH 12/16] iwlwifi: pcie: support transmitting SKBs with fraglist
` [PATCH 13/16] iwlwifi: pcie: add infrastructure for multiple debug buffers
` [PATCH 14/16] iwlwifi: configure power scheme to balanced for 22560 devices
` [PATCH 15/16] iwlwifi: fix LED command capability bit
` [PATCH 16/16] iwlwifi: mvm: Allow TKIP for AP mode

QCA988X firmware version and performance
 2018-09-08 20:11 UTC 

[PATCH] brcm80211: remove redundant condition check before debugfs_remove_recursive
 2018-09-08 13:40 UTC 

[PATCH] cfg80211: remove unnecessary null pointer check in cfg80211_netdev_notifier_call
 2018-09-08 11:21 UTC 

[PATCH] mt76: another missing 'select' in Kconfig
 2018-09-08  7:46 UTC  (2+ messages)

[PATCH v4 0/3] support ftm responder configuration/statistics
 2018-09-07 22:32 UTC 

[PATCH] mt76x0: run vco calibration for each channel configuration
 2018-09-07 21:13 UTC 

mt76x0 bug report
 2018-09-07 19:55 UTC  (12+ messages)

[ANN] wireless-regdb: master-2018-09-07
 2018-09-07 19:04 UTC 

[PATCH] wireless-regdb: update source of info for CU and ES
 2018-09-07 18:23 UTC  (2+ messages)

[PATCH] wireless-regdb: update regulatory rules for Switzerland (CH), and Liechtenstein (LI) on 5GHz
 2018-09-07 18:22 UTC  (3+ messages)

[PATCH] ath10k: utilize random MAC address if none is provided
 2018-09-07 17:21 UTC 

[PATCH resend v3 0/3] support ftm responder configuration/statistics
 2018-09-07 17:20 UTC 

[PATCH v3 0/3] support ftm responder configuration/statistics
 2018-09-06 16:18 UTC  (7+ messages)
` [PATCH v3 2/3] mac80211: support FTM "
` [PATCH v3 3/3] ath10k: Add support to configure ftm responder role

ath10k: adding wlan to bridge causes WPA2-PSK to fail
 2018-09-07 14:26 UTC  (2+ messages)

[PATCH v3 0/3] support ftm responder configuration/statistics
 2018-09-07  9:23 UTC  (4+ messages)
` [PATCH v3 3/3] ath10k: Add support to configure ftm responder role

[PATCH] Update regulatory rules for Finland (FI) on 5GHz (SRD devices)
 2018-09-07 12:27 UTC  (2+ messages)

[PATCH 00/12] Ethernet: Add and use ether_<type>_addr globals
 2018-09-07 10:46 UTC  (4+ messages)
` [PATCH 09/12] iwlwifi: Remove local iwl_bcast_addr and use ether_broadcast_addr

[PATCH] net: wireless: mediatek: fix mt76 LEDS build error
 2018-09-07  9:05 UTC  (3+ messages)

[PATCH v3 0/3] support ftm responder configuration/statistics
 2018-09-06 21:11 UTC 

[for -stable] commit "c82919888064 ath10k: fix scan crash due to incorrect length calculation"
 2018-09-06 21:36 UTC 

[RFC v5 01/12] ath10k: add struct ath10k_bus_params
 2018-09-06 18:22 UTC  (3+ messages)

[PATCH 1/3] ath10k: optimize pci diag mem read & write operations
 2018-09-06 16:10 UTC  (2+ messages)

[PATCHv2 3/3] ath10k: average ack rssi support for data frames
 2018-09-06 16:05 UTC  (2+ messages)

[PATCH 1/1] ath10k: avoid possible memory access violation
 2018-09-06 16:04 UTC  (2+ messages)

[PATCHv2 1/4] ath10k: get the legacy rate index to update the txrate table
 2018-09-06 16:03 UTC  (2+ messages)

[PATCH] wil6210: fix unsigned cid comparison with >= 0
 2018-09-06 16:00 UTC  (2+ messages)

[PATCH 1/2] ath10k: Introduce CE_ATTR_POLL attribute for polling pipe
 2018-09-06 15:55 UTC  (2+ messages)

[PATCH 1/2] ath10k: Support extended board data download for dual-band QCA9984
 2018-09-06 15:54 UTC  (2+ messages)

[PATCH] ath9k_htc: add fw 1.4.1
 2018-09-06 15:32 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH] ath10k: Fix tx status flag setting for management frames
 2018-09-06 13:28 UTC  (2+ messages)

[PATCH v2] ath10k: Fix tx status flag setting for management frames
 2018-09-06 13:27 UTC 

wireless-regdb: Update regulatory rules for Finland (FI) on 5GHz (SRD devices)
 2018-09-06 13:07 UTC  (2+ messages)

wireless-regdb: Update regulatory rules for Switzerland (CH), and Liechtenstein (LI) on 5GHz
 2018-09-06 13:01 UTC  (2+ messages)

[PATCH v2 0/3] cfg80211/mac80211/ath10k: Extend avg ack rssi support for mgmt frames
 2018-09-06 10:25 UTC  (4+ messages)
` [PATCH v2 3/3] ath10k: management tx ack rssi capability check

[PATCH v2 0/2] Change sk_pacing_shift in ieee80211_hw for best tx throughput
 2018-09-06 10:18 UTC  (12+ messages)
` [PATCH v2 2/2] ath10k: Set sk_pacing_shift to 6 for 11AC WiFi chips

[PATCH] cfg80211: remove redundant check of !scan_plan
 2018-09-06  9:58 UTC 

[PATCH] mac80211: fix TX status reporting for ieee80211s
 2018-09-06  9:47 UTC  (4+ messages)

[PATCH] mt76: fix return value of mt76x02_wait_for_mac
 2018-09-06  9:38 UTC 

ath10k_pci firmware crashes after shutdown of networking
 2018-09-06  8:40 UTC 

ath10k_pci firmware crashes after shutdown of networking
 2018-09-06  8:40 UTC 

[PATCH 00/15] iwlwifi: updates intended for v4.20 2018-08-21
 2018-09-06  8:44 UTC  (4+ messages)
` [PATCH 14/15] iwlwifi: mvm: Send LQ command as async when necessary

[RFC v2] ath10k: report tx rate using ieee80211_tx_status()
 2018-09-06  7:10 UTC  (4+ messages)

[PATCH v2 0/3] support ftm responder configuration/statistics
 2018-09-06  6:39 UTC  (5+ messages)
` [PATCH v2 2/3] mac80211: support FTM "


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