linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-05-28 09:00:04 to 2013-06-01 12:02:42 UTC [more...]

[PATCH -next] cw1200: use module_spi_driver to simplify the code
 2013-06-01 12:02 UTC  (2+ messages)

[PATCH -next] cw1200: convert to use simple_open()
 2013-06-01 12:02 UTC  (2+ messages)

[PATCH -next] cw1200: remove duplicated include from wsm.c
 2013-06-01 12:02 UTC  (2+ messages)

Documentation TL-WN822N
 2013-06-01 11:53 UTC 

[PATCH v2 00/29] ath10k: mac80211 driver for Qualcomm Atheros 802.11ac CQA98xx devices
 2013-06-01 11:27 UTC  (30+ messages)
` [PATCH v2 01/29] ath10k: add bmi.c
` [PATCH v2 02/29] ath10k: add bmi.h
` [PATCH v2 03/29] ath10k: add ce.c
` [PATCH v2 04/29] ath10k: add ce.h
` [PATCH v2 05/29] ath10k: add core.c
` [PATCH v2 06/29] ath10k: add core.h
` [PATCH v2 07/29] ath10k: add debug.c
` [PATCH v2 08/29] ath10k: add debug.h
` [PATCH v2 09/29] ath10k: add hif.h
` [PATCH v2 10/29] ath10k: add htc.c
` [PATCH v2 11/29] ath10k: add htc.h
` [PATCH v2 12/29] ath10k: add htt.c
` [PATCH v2 13/29] ath10k: add htt.h
` [PATCH v2 14/29] ath10k: add htt_rx.c
` [PATCH v2 15/29] ath10k: add htt_tx.c
` [PATCH v2 16/29] ath10k: add hw.h
` [PATCH v2 17/29] ath10k: add mac.c
` [PATCH v2 18/29] ath10k: add mac.h
` [PATCH v2 19/29] ath10k: add pci.c
` [PATCH v2 20/29] ath10k: add pci.h
` [PATCH v2 21/29] ath10k: add rx_desc.h
` [PATCH v2 22/29] ath10k: add targaddrs.h
` [PATCH v2 23/29] ath10k: add trace.c
` [PATCH v2 24/29] ath10k: add trace.h
` [PATCH v2 25/29] ath10k: add txrx.c
` [PATCH v2 26/29] ath10k: add txrx.h
` [PATCH v2 27/29] ath10k: add wmi.c
` [PATCH v2 28/29] ath10k: add wmi.h
` [PATCH v2 29/29] ath10k: add Kconfig and Makefile

BK, VI, VO tx queue stopped unexpectedly
 2013-06-01 11:01 UTC 

[PATCH] net: wireless: replace strict_strtoul() with kstrtoul()
 2013-06-01  7:24 UTC 

[PATCH] ath9k: Disable PowerSave by default
 2013-06-01  1:38 UTC 

[PATCH] mac80211: don't check local mesh TTL on TX
 2013-06-01  0:41 UTC 

[PATCH] rtlwifi: initialize local array and set value
 2013-05-31 22:08 UTC  (2+ messages)

Another try at getting pktgen to work with wifi
 2013-05-31 20:51 UTC  (12+ messages)

[PATCH] mac80211: advertise userspace MPM only if mesh is supported
 2013-05-31 15:35 UTC  (2+ messages)

cw1200 "sbus" conflicts with SPARC "sbus"
 2013-05-31 12:05 UTC  (2+ messages)

pull request: wireless 2013-05-29
 2013-05-31  9:39 UTC  (2+ messages)

[PATCH] iwlwifi: fix chain noise calibration
 2013-05-31  9:11 UTC  (2+ messages)

[PATCH] net: wireless: iwlegacy: fix build error for il_pm_ops
 2013-05-31  6:22 UTC  (2+ messages)

incoming packets seemed to be delayed with rtl8723ae
 2013-05-31  5:12 UTC 

[PATCH 00/40] crda: reglib enhancements
 2013-05-31  2:09 UTC  (41+ messages)
` [PATCH 01/40] crda: make reg_rules_intersect() style match Linux
` [PATCH 02/40] crda: port over Linux is_valid_reg_rule() change bd05f28e
` [PATCH 03/40] crda: remove verbose errors out of regdom_intersect()
` [PATCH 04/40] crda: constify usage of struct ieee80211_regdomain
` [PATCH 05/40] crda: remove unused BUG_ON() from intersect.c
` [PATCH 06/40] crda: move regdom_intersect() to reglib
` [PATCH 07/40] crda: fix regression when using reglib_for_each_country()
` [PATCH 08/40] crda: move intersection if first attempt failed
` [PATCH 09/40] crda: do not double count on reglib_for_each_country()
` [PATCH 10/40] crda: annotate intersection worst case scenerio
` [PATCH 11/40] crda: fix intersect.c memory management
` [PATCH 12/40] crda: explicitly munmap() on reglib_get_rd_alpha2()
` [PATCH 13/40] crda: explicitly close file descriptor and munmap() on failures
` [PATCH 14/40] crda: separate crda_verify_db_signature() implementations
` [PATCH 15/40] crda: use gcry_sexp_release() on crda_verify_db_signature()
` [PATCH 16/40] crda: explicitly use close() and munmap() on reglib_get_rd_alpha2()
` [PATCH 17/40] crda: use gcry_mpi_release() when using gcry_mpi_scan()
` [PATCH 18/40] crda: rename world and prev_world on intersect.c
` [PATCH 19/40] crda: remove verbosity out of intersect.c
` [PATCH 20/40] crda: rename regdom_intersect() to reglib_intersect_rds()
` [PATCH 21/40] crda: rename crda_get_file_ptr() to reglib_get_file_ptr()
` [PATCH 22/40] crda: rename crda_verify_db_signature() to reglib_verify_db_signature()
` [PATCH 23/40] crda: rename print_regdom() to reglib_print_regdom()
` [PATCH 24/40] crda: add regdb_dfs_regions
` [PATCH 25/40] crda: make print-regdom use internal flags
` [PATCH 26/40] crda: move reg print helpers to reglib
` [PATCH 27/40] crda: rename is_world_regdom() to reglib_is_world_regdom()
` [PATCH 28/40] crda: rename isalpha_upper() to reglib_isalpha_upper()
` [PATCH 29/40] crda: rename is_alpha2() to reglib_is_alpha2()
` [PATCH 30/40] crda: rename is_valid_regdom() to reglib_is_valid_regdom()
` [PATCH 31/40] crda: rename max() to reglib_max()
` [PATCH 32/40] crda: rename min() to reglib_min()
` [PATCH 33/40] crda: fix spacing on reglib_for_each_country()
` [PATCH 34/40] crda: clarify intersect.c only computes an intersection
` [PATCH 35/40] crda: separate intersecting a full db into a helper
` [PATCH 36/40] crda: move reglib_intersect_regdb() to reglib
` [PATCH 37/40] crda: move regdbprint to its own helper
` [PATCH 38/40] crda: add reglib regdb context helpers: reglib_(malloc|free)_regdb_ctx()
` [PATCH 39/40] crda: pass struct reglib_regdb_ctx to country2rd()
` [PATCH 40/40] crda: make reglib_for_each_country() use the reglib context

[PATCH v3 1/2] iw: use updated structures and enums for packet pattern
 2013-05-30 23:36 UTC  (2+ messages)
` [PATCH v3 2/2] iw: add coalesce support

[PATCH v3 1/2] cfg80211/nl80211: rename packet pattern related structures and enums
 2013-05-30 23:36 UTC  (2+ messages)
` [PATCH v3 2/2] cfg80211/nl80211: Add packet coalesce support

[PATCH V2 for 3.10] rtlwifi: rtl8192cu: Fix problem in connecting to WEP or WPA(1) networks
 2013-05-30 23:05 UTC 

[PATCH V3.10] rtlwifi: rtl8192cu: Fix problem in connecting to WEP or WPA(1) networks
 2013-05-30 22:13 UTC  (2+ messages)

pull request: bluetooth 2013-05-30
 2013-05-30 22:52 UTC 

[PATCH] rtlwifi: Fix a false leak indication for PCI devices
 2013-05-30 21:21 UTC 

[PATCH] rtlwifi: Fix a false leak indication for PCI devices
 2013-05-30 21:09 UTC 

[PATCH] iw: Allow basic rates to be configured when joining mesh
 2013-05-30 18:20 UTC  (2+ messages)

[PATCH 1/3] {cfg,mac}80211: move mandatory rates calculation to cfg80211
 2013-05-30 16:47 UTC  (6+ messages)
` [PATCH 3/3] {nl,mac,cfg}80211: Allow user to configure basic rates for mesh

[PATCH -next] cw1200: remove unused including <linux/version.h>
 2013-05-30 11:43 UTC 

[PATCH 3/7] net, ipw2x00: remove redundant D0 power state set
 2013-05-30 10:21 UTC 

[PATCH 0/3] Work on STBC Rx monitoring
 2013-05-30  8:57 UTC  (2+ messages)

[RFC v1 ] hostapd: Beacon generation with Power Constraint IE - 11h TPC
 2013-05-30  7:59 UTC  (2+ messages)

[patch] NFC: mei_phy: use kfree_skb() instead of kfree()
 2013-05-30  8:01 UTC 

[PATCH] wireless-next: cw1200: Fix compile with CONFIG_PM=n
 2013-05-30  2:22 UTC 

[PATCH v2] mac80211: set mesh formation field properly
 2013-05-29 21:32 UTC 

[PATCH] mwifiex: debugfs: Fix out of bounds array access
 2013-05-29 21:18 UTC  (2+ messages)

[PATCH] mac80211: mesh formation info properly set
 2013-05-29 19:53 UTC  (3+ messages)

[PATCH for 3.10 00/16] brcmfmac: firmware-signalling fixes
 2013-05-29 19:23 UTC  (20+ messages)
` [PATCH for 3.10 01/16] brcmfmac: allow firmware-signal tlv to be longer than specified
` [PATCH for 3.10 02/16] brcmfmac: remove fifo bitfield from brcmf_skbuff_cb::if_flags
` [PATCH for 3.10 03/16] brcmfmac: Take bus flowcontrol at credit mgmt into account
` [PATCH for 3.10 04/16] brcmfmac: rework credit pickup to assure consistent handling
` [PATCH for 3.10 05/16] brcmfmac: explicitly indicate sk_buff is sent upon request credit
` [PATCH for 3.10 06/16] brcmfmac: reducing debug logging in firmware-signalling code
` [PATCH for 3.10 07/16] brcmfmac: On bus flow control use fw signalling or netif
` [PATCH for 3.10 08/16] brcmfmac: For FW signalling it is necessary to track gen bit
` [PATCH for 3.10 09/16] brcmfmac: Correct creditmap when credit borrowing is active
` [PATCH for 3.10 10/16] brcmfmac: Sent TIM information in case of data available
` [PATCH for 3.10 11/16] brcmfmac: Find correct MAC descriptor in case of TDLS
` [PATCH for 3.10 12/16] brcmfmac: fix invalid ifp lookup in firmware-signalling
` [PATCH for 3.10 13/16] brcmfmac: Accept only first creditmap event
` [PATCH for 3.10 14/16] brcmfmac: Signalling header push and pull on logic places
` [PATCH for 3.10 15/16] brcmfmac: Fix endless loop when brcmf_fws_commit_skb fails
` [PATCH for 3.10 16/16] brcmfmac: Simplify counting transit count

pull-request: iwlwifi-next 2013-05-27
 2013-05-29 18:51 UTC  (4+ messages)
` pull-request: iwlwifi-next 2013-05-29

pull-request: mac80211-next 2013-05-27
 2013-05-29 18:52 UTC  (3+ messages)

[PATCH] mwifiex: dump small buffers with help of %*ph
 2013-05-29 18:55 UTC  (2+ messages)

[PATCH for 3.10] brcmsmac: fix regression observed in 3.10-rc1
 2013-05-29 16:54 UTC 

[RFC 00/12] MBSS sharing across multiple interfaces
 2013-05-29 16:11 UTC  (7+ messages)
` [RFC 06/12] mac80211: notify bridge when leaving mesh

WARNING: at include/linux/kref.h:47 kobject_get()
 2013-05-29 14:00 UTC 

[PATCH] brcm: add brcmfmac sdio firmware for bcm43241
 2013-05-29 13:13 UTC 

[PATCH 1/2] net: wireless: wl1251: Use module_spi_driver macro
 2013-05-29 10:18 UTC  (2+ messages)
` [PATCH 2/2] net: wireless: wl1251: Fix commenting style

[PATCH 1/2] net: wireless: p54spi: Use module_spi_driver macro
 2013-05-29 10:01 UTC  (2+ messages)
` [PATCH 2/2] net: wireless: p54spi: Fix commenting style

[PATCH] mac80211: always send multicast on CAB queue
 2013-05-29  9:05 UTC 

[v3.10-rc2] iwlwifi regression
 2013-05-29  8:55 UTC  (3+ messages)

[PATCH] cfg80211: fix a crash in the active monitor check
 2013-05-29  7:11 UTC  (2+ messages)

Compact-wireless build issue
 2013-05-29  3:42 UTC  (2+ messages)

[PATCH] ath9k_hw: fix PA predistortion miscalibration
 2013-05-28 20:21 UTC  (4+ messages)

[PATCH 00/15] brcmsmac: add AP mode
 2013-05-28 20:05 UTC  (6+ messages)
` [PATCH 04/15] brcmsmac: remove brcms_bss_cfg->associated
  ` REGRESSION: v3.10-rc1: "

[PATCH] B43: Handle DMA RX descriptor underrun
 2013-05-28 17:37 UTC  (9+ messages)

pull-request: mac80211 2013-05-27
 2013-05-28 17:39 UTC  (2+ messages)

pull-request: iwlwifi-fixes 2013-05-27
 2013-05-28 17:39 UTC  (2+ messages)

[PATCH v2 2/2] cfg80211/nl80211: Add packet coalesce support
 2013-05-28 16:24 UTC  (2+ messages)

[PATCH v2 1/2] cfg80211/nl80211: rename packet pattern related structures and enums
 2013-05-28 16:21 UTC  (2+ messages)

ath6kl_sdio blocked by RFKILL
 2013-05-28 15:01 UTC 

iwlwifi dmar errors in 3.9.2
 2013-05-28 14:25 UTC  (4+ messages)

[PATCH for 3.10] ath9k: use correct OTP register offsets for AR9550
 2013-05-28 12:52 UTC 

[PATCH v2 1/3] cfg80211: support an active monitor interface flag
 2013-05-28 12:38 UTC  (6+ messages)
` [PATCH v2 2/3] mac80211: support active monitor interfaces
` [PATCH v2 3/3] ath9k: advertise support for "

[PATCH 0/2] wil6210: fix for wdev->sme_state
 2013-05-28 12:28 UTC  (4+ messages)
` [PATCH 1/2] wil6210: channel off by 1
` [PATCH 2/2] wil6210: Don't use wdev->sme_state

[RFC 0/4] add master channel switch announcement support
 2013-05-28 10:43 UTC  (4+ messages)

[PATCHv3 00/18] Add support for 5 and 10 MHz channels
 2013-05-28 10:41 UTC  (2+ messages)

[PATCH 1/2] mac80211: constify ieee802_11_parse_elems() argument
 2013-05-28  8:59 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).