linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-11-05 11:04:57 to 2013-11-07 11:06:52 UTC [more...]

[PATCH 00/13] ath9k pending patches
 2013-11-07 11:02 UTC  (17+ messages)
` [PATCH 01/13] ath9k: Add WB335 PCI IDs
` [PATCH 02/13] ath9k: Identify Killer Wireless cards
` [PATCH 03/13] ath9k: Fix TX99 config option usage
` [PATCH 04/13] ath9k: Fix wow.c compilation
` [PATCH 05/13] ath9k: Add a config option for WoW
` [PATCH 06/13] ath9k: Use CONFIG_ATH9K_WOW
` [PATCH 07/13] ath9k: Add an initialization routine for WoW
` [PATCH 08/13] ath9k: Add SERDES initvals for AR9462 2.1
` [PATCH 09/13] ath9k: Remove unused AR9462 2.0 initvals
` [PATCH 10/13] ath9k: Remove pcieSerDesWrite
` [PATCH 11/13] ath9k: Use correct PCIE initvals for AR9485
` [PATCH 12/13] ath9k: Apply CUS227 specific TX gain values
` [PATCH 13/13] ath9k: Update MAINTAINERS

[PATCH 0/7] brcm80211: cleanup fixes and out-of-order fix
 2013-11-07  9:31 UTC  (10+ messages)
` [PATCH 1/7] brcmfmac: Update fwsignal to fix out of order tx
` [PATCH 2/7] brcmfmac: add separate function for passing bus tx overhead
` [PATCH 3/7] brcmfmac: replace dongle command list with .preinit() callback
` [PATCH 4/7] brcmfmac: start netif queues only when setup is completed successful
` [PATCH 5/7] brcmfmac: remove empty brcmf_proto_stop
` [PATCH 6/7] brcmfmac: reduce logging noise accessing SDIO SleepCSR register
` [PATCH 7/7] brcmsmac: select CONFIG_BCMA when possible

[PATCH] wcn36xx: Fix logging macro with unnecessary semicolon
 2013-11-07  7:32 UTC  (4+ messages)

Hung tasks in 3.12.0-rc5 (ath tree)
 2013-11-07  5:53 UTC 

Intel Wireless 7260 hardware timed out randomly
 2013-11-07  4:49 UTC  (17+ messages)
` [Ilw] "
            ` Fwd: "

[PATCH v2] mac80211: fix the mesh channel switch support
 2013-11-07  2:01 UTC 

[PATCH 00/19] cfg80211: regulatory updates
 2013-11-07  0:47 UTC  (28+ messages)
` [PATCH 01/19] cfg80211: enforce disabling channels by custom or strict settings
` [PATCH 02/19] cfg80211: force WIPHY_FLAG_CUSTOM_REGULATORY on wiphy_apply_custom_regulatory()
` [PATCH 03/19] cfg80211: check regulatory request alpha2 early
` [PATCH 04/19] cfg80211: remove second argument from reg_process_hint()
` [PATCH 05/19] cfg80211: processing core regulatory hints on its own
` [PATCH 06/19] cfg80211: process user regulatory requests "
` [PATCH 07/19] cfg80211: process driver "
` [PATCH 08/19] cfg80211: process country IE regulatory requests on their own
` [PATCH 09/19] cfg80211: process non country IE conflicting first
` [PATCH 10/19] cfg80211: add helper for kfree'ing last_request
` [PATCH 11/19] cfg80211: add helper for kfree'ing and assigning last_request
` [PATCH 12/19] cfg80211: add helper for calling CRDA
` [PATCH 13/19] cfg80211: allow only the core to request to update the world regdom
` [PATCH 14/19] cfg80211: move core reg_notfier() check to source
` [PATCH 15/19] cfg80211: pass the last_request to __set_regdom()
` [PATCH 16/19] cfg80211: set core regulatory updates on its own
` [PATCH 17/19] cfg80211: set user "
` [PATCH 18/19] cfg80211: set driver "
` [PATCH 19/19] cfg80211: rename __set_regdom() to reg_set_rd_country_ie()

BUG in wiphy_unregister (ath tree, 3.12.0-rc5)
 2013-11-06 21:50 UTC 

wrong merge of rt2x00/rt2800pci.c in linux-next
 2013-11-06 21:05 UTC  (3+ messages)

linux-firmware: pull-request Marvell mwifiex-firmware 2013-11-06
 2013-11-06 19:25 UTC 

[PATCH] staging: vt6656: baseband.c clean up BBbVT3184Init
 2013-11-06 19:20 UTC 

Crash related to scanning in 'ath' tree (3.12.0-rc5 + minor patches)
 2013-11-06 19:09 UTC  (3+ messages)

[PATCH] mac80211: fix for mesh beacon update on powersave
 2013-11-06 18:04 UTC 

[PATCH v3 1/3] cfg80211/mac80211: DFS setup chandef for cac event
 2013-11-06 18:00 UTC  (5+ messages)
` [PATCH v3 2/3] mac80211: DFS setup chandef for radar_event correctly
` [PATCH v3 3/3] cfg80211: allow beaconing after DFS CAC

[PATCH v2 1/19] cfg80211: enforce disabling channels by custom or strict settings
 2013-11-06 16:54 UTC 

[PATCH 01/17] mac80211: fix off-by-one in llid check
 2013-11-06 15:14 UTC  (19+ messages)
` [PATCH 02/17] mac80211: consolidate calls to plink_frame_tx
` [PATCH 03/17] mac80211: hold sta->lock across plink switch statements
` [PATCH 04/17] mac80211: mesh: factor out common plink close/estab code
` [PATCH 05/17] mac80211: mesh_plink: group basic fitness checks
` [PATCH 06/17] mac80211: mesh: rewrite rssi_threshold_check in C
` [PATCH 07/17] mac80211: mesh_plink: collapse the two switch statements together
` [PATCH 08/17] mac80211: mesh_plink: don't ignore holding timer
` [PATCH 09/17] mac80211: return -ENOMEM in mesh_plink_frame_tx
` [PATCH 10/17] mac80211: remove unused mesh_mgmt_ies_add() prototype
` [PATCH 11/17] mac80211: factor peering frame processing into own function
` [PATCH 12/17] mac80211: consolidate rcu unlocks in plink frame rx
` [PATCH 13/17] mac80211: assign sta plid early
` [PATCH 14/17] mac80211: factor out peering FSM
` [PATCH 15/17] mac80211: factor out plink event gathering
` [PATCH 16/17] mac80211: initialize llid
` [PATCH 17/17] mac80211: clean up mesh local link ID generation

ath9k: Deaf QCA9558 when setting rxchainmask
 2013-11-06 15:04 UTC 

[PATCH 1/3] ath10k: add phyerr/dfs handling
 2013-11-06 13:52 UTC  (6+ messages)
` [PATCH 2/3] ath10k: introduce DFS implementation

[PATCH] mac80211_hwsim: report survey data for scanned channels
 2013-11-06 13:30 UTC 

How to get BRCM to work?
 2013-11-06 13:29 UTC  (8+ messages)

[PATCH/RFT 00/12] ath10k: pci fixes 2013-10-30
 2013-11-06 13:08 UTC  (9+ messages)
` [PATCH/RFT 04/12] ath10k: rename function to match it's role
` [PATCH/RFT 09/12] ath10k: propagate ath10k_ce_disable_interrupts() errors
` [PATCH/RFT 12/12] ath10k: add some debug prints

[RFC v2 1/2] mac80211: don't transmit beacon with CSA count 0
 2013-11-06 12:36 UTC  (12+ messages)
` [RFC v2 2/2] mac80211: only set CSA beacon when at least one beacon must be transmitted

[PATCH v2 1/5] cfg80211/mac80211: DFS setup chandef for cac event
 2013-11-06 12:20 UTC  (12+ messages)
` [PATCH v2 2/5] mac80211: DFS setup chandef for radar_event correctly
` [PATCH v2 3/5] cfg80211: add helper functions for start/end freq
` [PATCH v2 4/5] cfg80211: DFS check chandef usable before CAC
` [PATCH v2 5/5] cfg80211: allow beaconing after DFS CAC

[PATCH] mac80211: add generic cipher scheme support
 2013-11-06 11:02 UTC 

[PATCH] mac80211: verify ieee80211_key_replace() arguments
 2013-11-06 11:01 UTC  (2+ messages)

[PATCH] cfg80211: don't allow drivers to unset NL80211_FEATURE_SCAN_FLUSH
 2013-11-06 11:00 UTC  (2+ messages)

[PATCH] cfg80211: add missing break in cfg80211_get_chan_state()
 2013-11-06 11:00 UTC  (2+ messages)

[PATCH 1/4] nl80211: check nla_put_* return values
 2013-11-06 10:59 UTC  (2+ messages)

[PATCH] mac80211: fix scheduled scan rtnl deadlock
 2013-11-06 10:58 UTC  (2+ messages)

brcmfmac driver does not work with a BCM4335 WiFi module
 2013-11-06 10:47 UTC  (15+ messages)

[PATCH] mac80211: fix the mesh channel switch support
 2013-11-06 10:34 UTC 

[Query] Decryption and Monitor Mode
 2013-11-06 10:15 UTC  (3+ messages)

[PATCH] mac80211_hwsim: Fix bcn_en_iter to use atomic iteration
 2013-11-06 10:06 UTC 

iwlwifi.git in kernel.org to be dropped
 2013-11-06  9:37 UTC 

[PATCH -next] ath10k: fix possible memory leak in ath10k_pci_probe()
 2013-11-06  8:50 UTC  (2+ messages)

[patch] wcn36xx: harmless memory corruption bug in debugfs
 2013-11-06  8:12 UTC  (2+ messages)

[patch] wcn36xx: missing unlocks on error paths
 2013-11-06  7:40 UTC  (3+ messages)

(no subject)
 2013-11-06  7:24 UTC  (2+ messages)
` Re:management frame information elements

[patch] ath9k: fix SC_OP_INVALID test in ath9k_tx99_init()
 2013-11-06  6:50 UTC  (3+ messages)

orinoco (Lucent/Agere 9.48) unable to connect
 2013-11-05 23:17 UTC  (5+ messages)

[PATCH 3.13 1/2] mwifiex: correct packet length for packets from SDIO interface
 2013-11-05 23:01 UTC  (2+ messages)
` [PATCH 3.13 2/2] mwifiex: fix wrong eth_hdr usage for bridged packets in AP mode

[PATCH 0/3] Fix incorrect returned signal strengths
 2013-11-05 21:15 UTC  (4+ messages)
` [PATCH 1/3] rtlwifi: rtl8192se: Fix incorrect signal strength for unassociated AP
` [PATCH 2/3] rtlwifi: rtl8192cu: "
` [PATCH 3/3] rtlwifi: rtl8192de: "

pull request: bluetooth-next 2013-10-21
 2013-11-05 20:50 UTC  (2+ messages)

pull request: TI wireless drivers 2013-10-23 (for 3.13)
 2013-11-05 20:52 UTC  (2+ messages)

pull request: bluetooth 2013-10-30
 2013-11-05 20:58 UTC  (2+ messages)

pull-request: mac80211-next 2013-10-21
 2013-11-05 20:47 UTC  (2+ messages)

pull-request: mac80211 2013-10-21
 2013-11-05 20:49 UTC  (2+ messages)

pull-request: iwlwifi-next 2013-10-07
 2013-11-05 20:57 UTC  (3+ messages)

mwifiex_sdio on chromebook
 2013-11-05 16:26 UTC  (8+ messages)

[RFC] mac80211: don't transmit beacon with CSA count 0
 2013-11-05 14:35 UTC  (8+ messages)

[PATCH v3 2/3] mac80211_hwsim: Add iface comb for DFS
 2013-11-05 13:21 UTC  (3+ messages)
` [PATCH v3 3/3] mac80211_hwsim: VHT add 160MHz width support

[PATCH 0/4] wl1251 device tree support
 2013-11-05 13:12 UTC  (7+ messages)
` [PATCH 1/4] wl1251: split wl251 platform data to a separate structure
` [PATCH 2/4] wl1251: move power GPIO handling into the driver
` [PATCH 3/4] wl1251: spi: add vio regulator support


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