linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-26 07:17:19 to 2016-02-29 22:06:02 UTC [more...]

[PATCH 000/113] rtl8xxxu: Add support for rtl8723bu
 2016-02-29 22:05 UTC  (92+ messages)
` [PATCH 001/113] rtl8xxxu: Add initial code to parse rtl8192eu efuse
` [PATCH 002/113] rtl8xxxu: Identify chip vendors correctly
` [PATCH 003/113] rtl8xxxu: Use 1024 byte block loads for 8192eu firmware
` [PATCH 004/113] rtl8xxxu: Add rtl8192eu_nic.bin to the MODULE_FIRMWARE list
` [PATCH 005/113] rtl8xxxu: Implment rtl8192eu_power_on()
` [PATCH 006/113] rtl8xxxu: Add rtl8xxxu_auto_llt_table()
` [PATCH 007/113] rtl8xxxu: Init page boundaries before starting the firmware
` [PATCH 008/113] rtl8xxxu: Init the LLT after we start "
` [PATCH 009/113] rtl8xxxu: Fix incorrect test for auto LLT failure
` [PATCH 010/113] rtl8xxxu: Kludge to drop incorrect USB OUT EP for 8192EU
` [PATCH 011/113] rtl8xxxu: Init REG_HIMR[01] for 8192eu parts
` [PATCH 012/113] rtl8xxxu: Initial rtl8723bu chip identification
` [PATCH 013/113] rtl8xxxu: Add rtl8723bu_parse_efuse() and 8723bu efuse definition
` [PATCH 014/113] rtl8xxxu: Use 1024 byte writes for writing 8723bu firmware
` [PATCH 015/113] rtl8xxxu: Only setup USB interrupts for parts which support it
` [PATCH 016/113] rtl8xxxu: Add rtl8723b_phy_1t_init_table
` [PATCH 017/113] rtl8xxxu: Add rtl8723bu_radioa_1t_init_table
` [PATCH 018/113] rtl8xxxu: Add rtl8723bu_phy_init_antenna_selection()
` [PATCH 019/113] rtl8xxxu: Add rtl8723b_mac_init_table
` [PATCH 020/113] rtl8xxxu: Add 8723by AGC table
` [PATCH 021/113] rtl8xxxu: Handle 32 bit mailbox extension regs found on 8723bu/8192eu/8812
` [PATCH 022/113] rtl8xxxu: Add some missing register definitions for 8723bu
` [PATCH 023/113] rtl8xxxu: Group USB fixups together for all chips
` [PATCH 024/113] rtl8xxxu: Add definitions for new generation h2c commands
` [PATCH 025/113] rtl8xxxu: Don't check for illegal offset when reading from efuse
` [PATCH 026/113] rtl8xxxu: Skip disabled efuse words early
` [PATCH 027/113] rtl8xxxu: rtl8723au: Introduce a pointer to efuse
` [PATCH 028/113] rtl8xxxu: rtl8192cu: "
` [PATCH 029/113] rtl8xxxu: rtl8192eu_parse_efuse(): Use a pointer to the struct rtl8192eu_efuse
` [PATCH 030/113] rtl8xxxu: rtl8723bu_parse_efuse(): Use a pointer to the struct rtl8723bu_efuse
` [PATCH 031/113] rtl8xxxu: rtl8xxxu_h2c_cmd(): Add size argument
` [PATCH 032/113] rtl8xxxu: Do BT_WLAN_CALIBRATION before doing IQK calibration
` [PATCH 033/113] rtl8xxxu: Do not overwrite rtl8xxxu_debug for untested chips
` [PATCH 034/113] rtl8xxxu: Use correct formatting type to print sizeof()
` [PATCH 035/113] rtl8xxxu: Make rtl8xxxu_add_path_on() use device specific init values
` [PATCH 036/113] rtl8xxxu: Add a couple of new register definitions
` [PATCH 037/113] rtl8xxxu: First stab at adding IQK calibration for 8723bu parts
` [PATCH 038/113] rtl8xxxu: Handle S0S1 register in lc_calibrate()
` [PATCH 039/113] rtl8xxxu: Do LC calibration before IQK calibration
` [PATCH 040/113] rtl8xxxu: Remove backing up certain registers, which was never used
` [PATCH 041/113] rtl8xxxu: rtl8192eu: Map out EFUSE TX power area
` [PATCH 042/113] rtl8xxxu: Initial implementation of rtl8723bu_config_channel()
` [PATCH 043/113] rtl8xxxu: Initial rtl8723bu_init_bt() code
` [PATCH 044/113] rtl8xxxu: Remove unused variable
` [PATCH 045/113] rtl8xxxu: Improve 8723bu init code
` [PATCH 046/113] rtl8xxxu: Do not ignore wlan activity on 8723bu
` [PATCH 047/113] rtl8xxxu: Set the right type for ps tdma "
` [PATCH 048/113] rtl8xxxu: Add rtl8723bu (nextgen) rx descriptor definition
` [PATCH 049/113] rtl8xxxu: Handle 8723bu style rx descriptors
` [PATCH 050/113] rtl8xxxu: Initial functionality to handle C2H events for 8723bu
` [PATCH 051/113] rtl8xxxu: Handle BT register writes and MP_OPER events
` [PATCH 052/113] rtl8xxxu: Issue BT_INFO command
` [PATCH 053/113] rtl8xxxu: Do not set REG_AFE_XTAL_CTRL on 8723bu
` [PATCH 054/113] rtl8xxxu: Implement 8723bu power on sequence
` [PATCH 055/113] rtl8xxxu: Setup LLT before downloading firmware
` [PATCH 056/113] rtl8xxxu: Additional fixes for 8723bu
` [PATCH 057/113] rtl8xxxu: Handle XTAL_K value in efuse specific location
` [PATCH 058/113] rtl8xxxu: Another 8723bu patch for rtl8xxxu_init_phy_bb()
` [PATCH 059/113] rtl8xxxu: Another 8723bu magic register set during init
` [PATCH 060/113] rtl8xxxu: Init H2C command register for 8723bu
` [PATCH 061/113] rtl8xxxu: 80M spur hack is for 8723au only
` [PATCH 062/113] rtl8xxxu: Do queue init in same order as 8723bu vendor driver
` [PATCH 063/113] rtl8xxxu: Do not set FPGA0_TX_INFO for 8723bu and use a larger PBP page size
` [PATCH 064/113] rtl8xxxu: Set RX boundary for 8723bu
` [PATCH 065/113] rtl8xxxu: Initialize burst parameters "
` [PATCH 066/113] rtl8xxxu: Call device specific _config_channel()
` [PATCH 068/113] rtl8xxxu: Add REG_DWBCN1_CTRL_8723B define
` [PATCH 069/113] rtl8xxxu: Group chip quirks together
` [PATCH 070/113] rtl8xxxu: Setup RX aggregation
` [PATCH 071/113] rtl8xxxu: Add missing blank space in front of bracket
` [PATCH 074/113] rtl8xxxu: Set WLAN_ACT_CONTROL per vendor driver setting
` [PATCH 075/113] rtl8xxxu: 8723bu: REG_BT_COEX_TABLE4 is only 8 bits
` [PATCH 076/113] rtl8xxxu: Use name for REG_RFE_BUFFER rather than hard coded value
` [PATCH 077/113] rtl8xxxu: Use REG_RFE_CTRL_ANTA_SRC "
` [PATCH 078/113] rtl8xxxu: Setup coex table correctly (hopefully)
` [PATCH 079/113] rtl8xxxu: Do not use hard-wired RF enable settings for 8723bu
` [PATCH 080/113] rtl8xxxu: Correct struct rtl8723bu_efuse to list power bases correctly
` [PATCH 081/113] rtl8xxxu: Introduce set_tx_power() fileop and a new 8723b dummy derivative
` [PATCH 083/113] rtl8xxxu: Bump TX power arrays to handle larger channel groups
` [PATCH 084/113] rtl8xxxu: Parse efuse power indices for 8723bu
` [PATCH 087/113] rtl8xxxu: Set the correct thermal meter register "
` [PATCH 089/113] rtl8xxxu: Handle 40 byte TX descriptors for rtl8723bu
` [PATCH 090/113] rtl8xxxu: Do not unconditionally print debug info in rtl8723bu_handle_c2h()
` [PATCH 094/113] rtl8xxxu: Set sequence number correctly for 40 byte TX descriptors
` [PATCH 095/113] rtl8723au: Update TX descriptor words 4 and 5 definitions
` [PATCH 097/113] rtl8xxxu: Improve handling of txdesc32 vs txdesc40 handling
` [PATCH 099/113] rtl8xxxu: Define 8723b H2C ramask command structure
` [PATCH 103/113] rtl8xxxu: Process C2H RA_REPORT events for 8723bu
` [PATCH 108/113] rtl8xxxu: Implement 8723bu specific disable_rf() function
` [PATCH 111/113] rtl8xxxu: Print a warning if flushing the FIFO fails
` [PATCH 113/113] rtl8xxxu: Temporarily disable 8192eu device init

[PATCH] ath10k: Fix mgmt tx status for 10.4.3 firmware
 2016-02-29 21:50 UTC 

alfa awus036nhr v2 and module rtl8xxxu
 2016-02-29 21:34 UTC  (12+ messages)

[PATCH 00/15] wil6210 patches
 2016-02-29 21:32 UTC  (16+ messages)
` [PATCH 01/15] wil6210: remove BACK RX and TX workers
` [PATCH 02/15] wil6210: AP: prevent connecting to already connected station
` [PATCH 03/15] wil6210: Set permanent MAC address to wiphy
` [PATCH 04/15] wil6210: replay attack detection
` [PATCH 05/15] wil6210: add support for discovery mode during scan
` [PATCH 06/15] wil6210: switch to generated wmi.h
` [PATCH 07/15] wil6210: basic PBSS/PCP support
` [PATCH 08/15] wil6210: add support for platform specific notification events
` [PATCH 09/15] wil6210: p2p initial support
` [PATCH 10/15] wil6210: P2P_DEVICE virtual interface support
` [PATCH 11/15] wil6210: fix race conditions in p2p listen and search
` [PATCH 12/15] wil6210: clean ioctl debug message
` [PATCH 13/15] wil6210: fix no_fw_recovery mode with change_virtual_intf
` [PATCH 14/15] wil6210: pass is_go flag to firmware
` [PATCH 15/15] wil6210: add oob_mode module parameter

Google Summer of Code 2016 - The Linux Foundation is accepted as mentoring organization!
 2016-02-29 21:32 UTC 

[ANNOUNCE] NetDev 1.1 slides now available
 2016-02-29 19:49 UTC 

[PATCH v5] ath10k: set MAC timestamp in management Rx frame
 2016-02-29 18:33 UTC  (2+ messages)

[PATCH 00/12] Add support for Neighbor Awareness Networking
 2016-02-29 13:25 UTC  (13+ messages)
` [PATCH 01/12] cfg80211: add start / stop NAN commands
` [PATCH 02/12] mac80211: add boilerplate code for start / stop NAN
` [PATCH 03/12] cfg80211: add add_nan_func / rm_nan_func
` [PATCH 04/12] cfg80211: allow the user space to change current NAN configuration
` [PATCH 05/12] cfg80211: provide a function to report a match for NAN
` [PATCH 06/12] cfg80211: Provide an API to report NAN function termination
` [PATCH 07/12] cfg80211: add utility functions to clone and free nan_func
` [PATCH 08/12] mac80211: implement nan_change_conf
` [PATCH 09/12] mac80211: Implement add_nan_func and rm_nan_func
` [PATCH 10/12] mac80211: Add API to report nan function match
` [PATCH 11/12] iwlwifi: mvm: Add support for NAN interface type
` [PATCH 12/12] cfg80211: allow to tie the NAN instance to the owner

Problems in regulatory.bin.5
 2016-02-29 11:35 UTC 

[PATCH V10 1/2] nl80211: add feature for BSS selection support
 2016-02-29  9:44 UTC  (2+ messages)
` [PATCH V10 2/2] brcmfmac: add support for nl80211 BSS_SELECT feature

[PATCH] staging: wilc1000: wilc_wlan_if.h: remove unused functions
 2016-02-29  9:02 UTC 

[PATCH V9 1/2] nl80211: add feature for BSS selection support
 2016-02-29  8:38 UTC  (4+ messages)
` [PATCH V9 2/2] brcmfmac: add support for nl80211 BSS_SELECT feature

pull-request: wireless-drivers 2016-02-18
 2016-02-29  8:35 UTC  (2+ messages)

[PATCH 1/3] ath5k: fix incorrect indentation
 2016-02-29  1:07 UTC  (3+ messages)
` [PATCH 2/3] ath9k: fix a misleading indentation
` [PATCH 3/3] ath9k_htc: fix up indents with spaces

[PATCH RFC 1/2] rhashtable: accept GFP flags in rhashtable_walk_init
 2016-02-29  1:06 UTC  (2+ messages)
` [PATCH RFC 2/2] mac80211: mesh: convert path table to rhashtable

[PATCH 1/4] mac80211: mesh: move path tables into if_mesh
 2016-02-29  1:03 UTC  (4+ messages)
` [PATCH 2/4] mac80211: mesh: don't hash sdata in mpath tables
` [PATCH 3/4] mesh: factor out common mesh path allocation code
` [PATCH 4/4] mac80211: mesh: embed known gates list in struct mesh_path

Support P2P mode for Intel 6235 ?
 2016-02-28 20:19 UTC  (2+ messages)

[PATCH 1/4] staging: vt6655: mac.c rename dwIoBase to io_base
 2016-02-28 19:02 UTC  (4+ messages)
` [PATCH 2/4] staging: vt6655: mac.c Replace VNSvInPortB byData reads with ioread8
` [PATCH 3/4] staging: vt6655: replace VNSvInPortD dwData reads with ioread32
` [PATCH 4/4] staging: vt6655: MACvSaveContext use memcpy_fromio to read context

[PATCH] mac80211: fix AP buffered multicast frames with queue control and txq
 2016-02-28 17:35 UTC  (2+ messages)

carl1970: stops working at random periods on Ubuntu 15.05
 2016-02-28 12:27 UTC  (2+ messages)

[PATCH] staging: rtl8723au: Fix line longer than 80 columns
 2016-02-27 18:48 UTC  (2+ messages)

[PATCH] mac80211: check PN correctly for GCMP-encrypted fragmented MPDUs
 2016-02-26 21:16 UTC 

[PATCH] mac80211: remove wdev/vif conversion functions
 2016-02-26 21:14 UTC 

pull-request: mac80211-next 2016-02-26
 2016-02-26 20:37 UTC 

[PATCH v2 1/3] cfg80211: Allow a scan request for a specific BSSID
 2016-02-26 20:12 UTC  (3+ messages)
` [PATCH v2 2/3] mac80211: Support "
` [PATCH v2 3/3] mac80211_hwsim: Support a hw "

[PATCH] ath10k: parse Rx MAC timestamp in mgmt frame for FW 10.4
 2016-02-26 19:35 UTC  (2+ messages)

[RFC/RFT] mac80211: implement fq_codel for software queuing
 2016-02-26 18:54 UTC  (3+ messages)

[PATCH 1/3] cfg80211: Allow a scan request for a specific BSSID
 2016-02-26 18:27 UTC  (4+ messages)
` [PATCH 2/3] mac80211: Support "
` [PATCH 3/3] mac80211_hwsim: Support a hw "

[PATCHv2 00/10] RFKill airplane-mode indicator
 2016-02-26 17:59 UTC  (3+ messages)
` [PATCHv2 08/10] rfkill: Use switch to demux userspace operations

[PATCH v5] ath10k: Enable debugfs provision to enable Peer Stats feature
 2016-02-26 15:49 UTC 

[PATCH] mac80211_hwsim: treat as part of mac80211 for MAINTAINERS
 2016-02-26 10:54 UTC  (2+ messages)

[PATCH, RESEND] ssb: host_soc depends on sprom
 2016-02-26 10:48 UTC  (3+ messages)
` [RESEND] "

pull request: iwlwifi 2016-02-25
 2016-02-26 10:46 UTC  (2+ messages)

[PATCH v3] ath10k: set MAC timestamp in management Rx frame
 2016-02-26 10:00 UTC  (4+ messages)

[PATCH] mac80211_hwsim: Set global RRM capability
 2016-02-26  9:47 UTC  (4+ messages)

[PATCH 00/13] disable hw peak cal for all ar9300 chips
 2016-02-26  8:08 UTC  (14+ messages)
` [PATCH 01/13] ath9k: Update QCA953x initvals
` [PATCH 02/13] ath9k: Update AR9003 2.2 initvals
` [PATCH 03/13] ath9k: Update AR933x initvals
` [PATCH 04/13] ath9k: Update AR9340 initvals
` [PATCH 05/13] ath9k: Update AR9462 initvals
` [PATCH 06/13] ath9k: Update AR9485 initvals
` [PATCH 07/13] ath9k: Update AR955x initvals
` [PATCH 08/13] ath9k: Update AR9565 initvals
` [PATCH 09/13] ath9k: Update QCA956x initvals
` [PATCH 10/13] ath9k: Update AR9580 initvals
` [PATCH 11/13] ath9k: enable manual peak cal for all ar9300 chips
` [PATCH 12/13] ath9k: use AR_SREV_9003_PCOEM to identify PCOEM chips
` [PATCH 13/13] ath9k: set correct peak detect threshold


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