linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-04 13:09:38 to 2016-05-11 15:10:11 UTC [more...]

[PATCH 00/21] ath10k patches, generic and CT firmware related
 2016-05-11 15:10 UTC  (27+ messages)
` [PATCH 01/21] ath10k: Fix crash related to printing features
` [PATCH 02/21] ath10k: fix typo in logging message
` [PATCH 03/21] ath10k: Support setting debug mask from driver code
` [PATCH 04/21] ath10k: rate-limit packet tx errors
` [PATCH 05/21] ath10k: save firmware debug log messages
` [PATCH 06/21] ath10k: save firmware stacks upon firmware crash
` [PATCH 07/21] ath10k: save firmware RAM and ROM BSS sections on crash
` [PATCH 08/21] ath10k: make firmware text debug messages more verbose
` [PATCH 09/21] ath10k: print fw debug messages in hex
` [PATCH 10/21] ath10k: support logging ath10k_info as KERN_DEBUG
` [PATCH 11/21] ath10k: add fw-powerup-fail to ethtool stats
` [PATCH 12/21] ath10k: Support up to 64 vdevs
` [PATCH 13/21] ath10k: Document cycle count related counters
` [PATCH 14/21] ath10k: Add tx/rx bytes, cycle counters to ethtool stats
` [PATCH 15/21] ath10k: support CT firmware flag
` [PATCH 16/21] ath10k: Support 32+ stations
` [PATCH 17/21] ath10k: Enable detecting failure to install key in firmware (CT)
` [PATCH 18/21] ath10k: Note limitation on beaconing vdevs
` [PATCH 19/21] ath10k: Enable adhoc mode for CT firmware
` [PATCH 20/21] ath10k: read firmware crash over ioread32 if CE fails
` [PATCH 21/21] ath10k: Read dbglog buffers over register ping-pong

Limit rate of BCM34348 on Raspberry PI-3 via brcmfmac
 2016-05-11  8:05 UTC  (9+ messages)

[PATCH] cfg80211/nl80211: add wifi tx power mode switching support
 2016-05-11  7:21 UTC  (5+ messages)

[PATCH 0/4] Add support for QCA9984
 2016-05-11  7:13 UTC  (7+ messages)
` [PATCH 4/4] ath10k: Enable "

[PATCH v1] ath10k: Fix 10.4 extended peer stats update
 2016-05-11  6:24 UTC 

rt2800 and BeagleBone Black soft lockup when unplugging from USB hub
 2016-05-11  5:55 UTC  (7+ messages)

Realtek USB WiFi rtl8192eu
 2016-05-11  2:40 UTC  (6+ messages)

wifi driver crashes openwrt device
 2016-05-10 15:17 UTC 

pull-request: iwlwifi-next 2016-05-10
 2016-05-10 20:06 UTC  (42+ messages)
` [PATCH 01/41] iwlwifi: mvm: allocate queue for probe response in dqa mode
  ` [PATCH 02/41] iwlwifi: mvm: support p2p device frames tx on dqa queue #2
  ` [PATCH 03/41] iwlwifi: Edit the 8265 SDIO ID
  ` [PATCH 04/41] iwlwifi: mvm: implement driver RX queues sync command
  ` [PATCH 05/41] iwlwifi: mvm: change RX sync notification to be an attribute and not a type
  ` [PATCH 06/41] iwlwifi: mvm: add infrastructure for tracking BA session in driver
  ` [PATCH 07/41] iwlwifi: mvm: add firmware API name comment
  ` [PATCH 08/41] iwlwifi: mvm: add reorder buffer per queue
  ` [PATCH 09/41] iwlwifi: mvm: add reorder timeout per frame
  ` [PATCH 10/41] iwlwifi: mvm: utilize the frame release infrastructure
  ` [PATCH 11/41] iwlwifi: mvm: support queue removal in ADD_STA hcmd
  ` [PATCH 12/41] iwlwifi: trans: don't call the trans-specific ref/unref directly
  ` [PATCH 13/41] iwlwifi: mvm: advertise RSS queue usage
  ` [PATCH 14/41] iwlwifi: mvm: add a flag to disable checksum
  ` [PATCH 15/41] iwlwifi: Rename 9560 to 9260 and add new PCI IDs for it
  ` [PATCH 16/41] iwlwifi: mvm: allow a debug knob for Tx A-MSDU even if rate control forbids it
  ` [PATCH 17/41] iwlwifi: wake from runtime suspend before sending sync commands
  ` [PATCH 18/41] iwlwifi: allow combining different phy images with mac images
  ` [PATCH 19/41] iwlwifi: consider VHT 160MHz while parsing NVM
  ` [PATCH 20/41] iwlwifi: mvm: pass station to mac80211 RX where known
  ` [PATCH 21/41] iwlwifi: mvm: add a new mvm reference type for RX data
  ` [PATCH 22/41] iwlwifi: mvm: add more registers to dump upon error
  ` [PATCH 23/41] iwlwifi: mvm: don't allow negative reference count
  ` [PATCH 24/41] iwlwifi: Fix firmware name maximum length definition
  ` [PATCH 25/41] iwlwifi: pcie: don't wake up the NIC when writing CSRs in MSIX mode
  ` [PATCH 26/41] iwlwifi: mvm: loosen nssn comparison to reorder buffer head
  ` [PATCH 27/41] iwlwifi: mvm: set correct vht capability
  ` [PATCH 28/41] iwlwifi: mvm: make phy_db size dynamic
  ` [PATCH 29/41] iwlwifi: mvm: remove redundant alloc_ctx parameter
  ` [PATCH 30/41] iwlwifi: mvm: use helpers to get iwl_mvm_sta
  ` [PATCH 31/41] iwlwifi: remove IWLWIFI_DEBUG_EXPERIMENTAL_UCODE
  ` [PATCH 32/41] iwlwifi: don't access a nonexistent register upon assert
  ` [PATCH 33/41] iwlwifi: make configuration structs smaller
  ` [PATCH 34/41] iwlwifi: turn on SGI support for VHT 160MHz
  ` [PATCH 35/41] iwlwifi: pcie: extend device reset delay
  ` [PATCH 36/41] iwlwifi: pcie: avoid msleep() with short timeout
  ` [PATCH 37/41] iwlwifi: mvm: support dqa-mode agg on non-shared queue
  ` [PATCH 38/41] iwlwifi: pcie: use shadow registers for updating write pointer
  ` [PATCH 39/41] iwlwifi: pcie: grab NIC access only once on RX init
  ` [PATCH 40/41] iwlwifi: add default value to disable_11ac mod param description
  ` [PATCH 41/41] MAINTAINERS: add myself as co-maintainer of the iwlwifi driver

[patch] atmel: potential underflow in atmel_set_freq()
 2016-05-10 19:21 UTC 

[patch] airo: prevent potential underflow in airo_set_freq()
 2016-05-10 19:20 UTC 

[PATCH] ath10k: Fix 10.4 extended peer stats update
 2016-05-10 17:10 UTC  (4+ messages)

[PATCH] mwifiex: change sleep cookie poll count
 2016-05-10 16:41 UTC  (2+ messages)
`  "

[PATCH v2 1/5] ath10k: Ensure txrx-compl-task is stopped when cleaning htt-tx
 2016-05-10 16:38 UTC  (12+ messages)
` [PATCH v2 3/5] ath10k: Add WARN_ON if we over-write peer-map pointer
` [PATCH v2 5/5] ath10k: Fix deadlock when peer cannot be created

[PATCH] ath10k: Reduce warning messages during rx without proper channel context
 2016-05-10 15:12 UTC 

Realtek USB WiFi rtl8192eu
 2016-05-10 12:53 UTC  (2+ messages)

[PATCH] Fix regression in Android due to rework .get_station() callback
 2016-05-10 11:34 UTC  (9+ messages)

linux-next: manual merge of the net-next tree with the wireless-drivers tree
 2016-05-10  6:43 UTC 

[PATCH] mwifiex: fixup error messages
 2016-05-10  6:21 UTC 

pull-request: wireless-drivers 2016-05-09
 2016-05-10  5:03 UTC  (2+ messages)

[PATCH] mac80211: Get ethtool-stats frequency more often
 2016-05-09 23:12 UTC 

[PATCH] ath9k: Fix symbol overlap window for half/quarter channels
 2016-05-09 18:13 UTC  (2+ messages)

[PATCH 1/3] ath9k: reuse ar9003_hw_tx_power_regwrite for tx99 setup
 2016-05-09 18:07 UTC  (2+ messages)

[PATCH v2 0/2] wireless: Allow wiphy/hwsim management from user namespaces
 2016-05-09 16:33 UTC  (3+ messages)
` [PATCH v2 1/2] nl80211: Allow privileged operations "
` [PATCH v2 2/2] mac80211_hwsim: Allow managing radios from non-initial namespaces

[PATCH 0/2] wireless: Allow wiphy/hwsim management from user namespaces
 2016-05-09 16:33 UTC  (8+ messages)
` [PATCH 2/2] mac80211_hwsim: Allow managing radios from non-initial namespaces

[PATCH] ath9k: allow tx99 for ar9002 based cards
 2016-05-09 12:38 UTC 

[PATCHv3 0/5] mac80211: implement fq_codel
 2016-05-09 12:28 UTC  (14+ messages)
` [PATCHv4 "
  ` [PATCHv4 1/5] mac80211: skip netdev queue control with software queuing
  ` [PATCHv4 2/5] mac80211: implement fair queueing per txq
  ` [PATCHv4 3/5] mac80211: add debug knobs for fair queuing
  ` [PATCHv4 4/5] mac80211: implement codel on fair queuing flows
  ` [PATCHv4 5/5] mac80211: add debug knobs for codel

[PATCH] ath10k: improve tx scheduling
 2016-05-09 12:25 UTC 

[patch] iwlwifi: mvm: silence unintialized variable warning
 2016-05-09 11:45 UTC  (2+ messages)

[patch] iwlwifi: mvm: remove an unused variable
 2016-05-09 11:44 UTC  (2+ messages)

Planned Support for BCM 43162 [14e4:43ae] rev 02 ?
 2016-05-09  9:40 UTC  (3+ messages)

[PATCH net-next 4/5] treewide: replace dev->trans_start update with helper
 2016-05-09  7:12 UTC  (3+ messages)

pull request: iwlwifi 2016-05-04
 2016-05-07 19:39 UTC  (4+ messages)
` [PATCH] iwlwifi: mvm: don't override the rate with the AMSDU len

Problem with brcmfmac removing extra interface
 2016-05-06 22:43 UTC  (7+ messages)

[PATCH v2] ath10k: release pre_cal_file while unloading driver
 2016-05-06 18:12 UTC  (2+ messages)

[PATCH v2 1/4] ath10k: add pdev bss channel info wmi definitions
 2016-05-06 18:10 UTC  (2+ messages)

[PATCH] ath10k: fix kernel panic, move arvifs list head init before htt init
 2016-05-06 18:09 UTC  (2+ messages)

[PATCH] ath10k: Move spectral related structures under ath10k debugfs
 2016-05-06 18:09 UTC  (2+ messages)

[PATCH v2] ath10k: remove VHT capabilities from 2.4GHz
 2016-05-06 18:08 UTC  (2+ messages)

[PATCH v2] rtlwifi: pci: use dev_kfree_skb_irq instead of kfree_skb in rtl_pci_reset_trx_ring
 2016-05-06 18:05 UTC  (5+ messages)

Limiting bit rate on BCM43438
 2016-05-06 17:18 UTC 

[PATCH] Fix kernel oops in failed chip_attach
 2016-05-06 16:29 UTC  (4+ messages)

[PATCH] rtlwifi: pci: use dev_kfree_skb_irq instead of kfree_skb in rtl_pci_reset_trx_ring
 2016-05-06 16:12 UTC  (3+ messages)

[PATCH 1/2] ath10k: suppress warnings when getting wmi peer_rate_code_list event
 2016-05-06 12:07 UTC  (2+ messages)
` [PATCH 2/2] ath10k: Fix survey reporting with QCA4019

Realtek RTL8723BE wireless card drops connection
 2016-05-06 10:33 UTC 

[PATCH v2] rtlwifi: Remove double check for cnt_after_linked
 2016-05-05 15:08 UTC 

[PATCH] mmc: add API for data write using scatter gather DMA
 2016-05-05 10:59 UTC  (3+ messages)

[PATCH] brcmfmac: Add 4356 sdio support
 2016-05-05  0:55 UTC 

[PATCH] brcmfmac: Fix 'did not remove int handler' warning
 2016-05-04 23:41 UTC 

[PATCH] iw: support setting frame subtype and reason code when deleting station
 2016-05-04 15:38 UTC 

[PATCH 1/2] linux-firmware: update rt2860.bin, rt2800pci driver
 2016-05-04 15:00 UTC  (2+ messages)
` [PATCH 2/2] linux-firmware: update rt2870.bin, rt2800usb driver

mwifiex 8897 disable 11ac in sta mode
 2016-05-04 13:28 UTC  (3+ 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).