linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-09-29 14:07:07 to 2011-10-04 08:31:41 UTC [more...]

[RFC 0/6] ath9k: DFS pattern detection
 2011-10-04  8:31 UTC  (21+ messages)
` [RFC 1/6] ath9k: add DFS statistics to debugfs
` [RFC 2/6] ath9k: add DFS debug flag
` [RFC 3/6] ath9k: initial radar pulse detection for DFS
` [RFC 4/6] ath9k: add DFS build parameter
` [RFC 5/6] ath9k: enable DFS pulse detection
` [RFC 6/6] ath9k: handle pulse data reported by DFS HW

linux-next: build failure after merge of the moduleh tree
 2011-10-04  8:14 UTC  (2+ messages)

[PATCH 1/5] ath6kl: Fix sparse warning "symbol 'conn' shadows an earlier one"
 2011-10-04  8:08 UTC  (8+ messages)
` [PATCH 2/5] ath6kl: Replace spin_lock_irqsave with spin_lock_bh
` [PATCH 3/5] ath6kl: Claim sdio function only at appropriate places
` [PATCH 4/5] ath6kl: Fix possible race in accessing bounce buffer
` [PATCH 5/5] ath6kl: Remove unused ar_sdio->dma_buffer

ath9k: irq storm after suspend/resume
 2011-10-04  7:58 UTC  (13+ messages)

rt2800pci - ksoftirq takes 100% CPU
 2011-10-04  7:42 UTC  (2+ messages)

[PATCH] cfg80211: allow channel change on monitor i/f if no active i/f present
 2011-10-04  6:37 UTC  (2+ messages)

[PATCH] mwifiex: use separate wait queue for each command node
 2011-10-04  6:29 UTC  (3+ messages)
` [PATCH] mwifiex: add support for Marvell pcie8766 chipset

pull request: bluetooth-next 2011-10-03
 2011-10-04  2:28 UTC 

[patch] fix the definition of AR9170_PHY_REG_CURRENT_RSSI
 2011-10-04  0:30 UTC 

[PATCH v2 00/26] staging: brcm80211: 8th reaction for mainline patch #2
 2011-10-03 23:33 UTC  (29+ messages)
` [PATCH v3 00/25] "
  ` [PATCH v3 01/25] staging: brcm80211: remove uncoditional code blocks from brcmsmac
  ` [PATCH v3 02/25] staging: brcm80211: removed unused argument from softmac functions
  ` [PATCH v3 03/25] staging: brcm80211: deleted unused array of bss configurations in softmac
  ` [PATCH v3 04/25] staging: brcm80211: removed redundant wlc->cfg struct member
  ` [PATCH v3 05/25] staging: brcm80211: removed global var from aiutils.c
  ` [PATCH v3 06/25] staging: brcm80211: removed global vars in softmac ucode handling
  ` [PATCH v3 07/25] staging: brcm80211: removed unused softmac workaround
  ` [PATCH v3 08/25] staging: brcm80211: remove ht_cap field from brcms_c_info structure
  ` [PATCH v3 09/25] staging: brcm80211: use fragment number provided in transmit frame
  ` [PATCH v3 10/25] staging: brcm80211: remove unused function si_pmu_ilp_clock()
  ` [PATCH v3 11/25] staging: brcm80211: make device initializer table for wme constant
  ` [PATCH v3 12/25] staging: brcm80211: remove dongle firmware related debug code
  ` [PATCH v3 13/25] staging: brcm80211: remove unnecessary mac80211 callbacks
  ` [PATCH v3 14/25] staging: brcm80211: removed band related global vars from softmac
  ` [PATCH v3 15/25] staging: brcm80211: removed global var global_scb "
  ` [PATCH v3 16/25] staging: brcm80211: various global var related changes in softmac
  ` [PATCH v3 17/25] staging: brcm80211: removed global variable in softmac otp
  ` [PATCH v3 18/25] staging: brcm80211: changing interface to n-phy rssi compute function
  ` [PATCH v3 19/25] staging: brcm80211: change interface for common "
  ` [PATCH v3 20/25] staging: brcm80211: convert endianess before handling the frame
  ` [PATCH v3 21/25] staging: brcm80211: use endian annotated structures in brcmsmac
  ` [PATCH v3 22/25] staging: brcm80211: move rssi computation to place we need it
  ` [PATCH v3 23/25] staging: brcm80211: use d11rxhdr structure in brcms_c_recover_tsf64()
  ` [PATCH v3 24/25] staging: brcm80211: simple changes to softmac phy variables
  ` [PATCH v3 25/25] staging: brcm80211: declared global vars in softmac phy as const

[PATCH 00/20] staging: brcm80211: code clean up
 2011-10-03 23:23 UTC  (22+ messages)
` [PATCH 01/20] staging: brmc80211: removed some unused fmac variable declarations
` [PATCH 02/20] staging: brcm80211: removed unused smac tx ampdu packet queue
` [PATCH 03/20] staging: brcm80211: cleaning up tx rate control code in softmac
` [PATCH 04/20] staging: brcm80211: various __iomem additions to softmac
` [PATCH 05/20] staging: brcm80211: reduced softmac sparse warnings
` [PATCH 06/20] staging: brcm80211: added __iomem qualifier to softmac main.c
` [PATCH 07/20] staging: brcm80211: added __iomem qualifier to softmac dma.c
` [PATCH 08/20] staging: brcm80211: added __iomem qualifier to softmac phy
` [PATCH 09/20] staging: brcm80211: only allow one call to add_interface callback
` [PATCH 10/20] staging: brcm80211: reduce indentation level in dhd_sdio.c #1
` [PATCH 11/20] staging: brcm80211: reduce indentation level in dhd_sdio.c #2
` [PATCH 12/20] staging: brcm80211: reduce indentation level in dhd_sdio.c #3
` [PATCH 13/20] staging: brcm80211: reducing indentation levels in bcmsdh_sdmmc.c
` [PATCH 14/20] staging: brcm80211: removed unused fullmac spinlock
` [PATCH 15/20] staging: brcm80211: removed unused softmac mimo disable code
` [PATCH 16/20] staging: brcm80211: removed fullmac function brcmf_bus_devreset()
` [PATCH 17/20] staging: brcm80211: removed 'enforce_mutex' parameter in fullmac
` [PATCH 18/20] staging: brcm80211: renamed ioctl functions/structs to dcmd
` [PATCH 19/20] staging: brcm80211: cleaned up buffer len defines in fullmac
` [PATCH 20/20] staging: brcm80211: removed functionality to disable N mode

Regulatory revamp status
 2011-10-03 20:00 UTC  (9+ messages)

[PATCH] compat-wireless: make patches apply again
 2011-10-03 19:58 UTC  (2+ messages)

[PATCH] compat: add skb_tx_timestamp() and skb_defer_rx_timestamp()
 2011-10-03 19:57 UTC  (2+ messages)

Compat-wireless release for 2011-10-03 is baked
 2011-10-03 19:02 UTC 

Linux wireless in android phones
 2011-10-03 15:56 UTC 

[PATCH 1/4] ath6kl: Fix htc_packet leak in ath6kl_htc_rx_process_packets()
 2011-10-03 11:56 UTC  (4+ messages)
` [PATCH 2/4] ath6kl: Fix htc_packet leak in ath6kl_htc_rx_fetch()
` [PATCH V2 3/4] ath6kl: Avoid processing failed rx packets
` [PATCH V2 4/4] ath6kl: Minor cleanup in msg_look_ahead parameter in ath6kl_htc_rxmsg_pending_handler()

[PATCH V2 2/4] ath6kl: Fix htc_packet leak in ath6kl_htc_rx_fetch()
 2011-10-03 11:58 UTC 

[PATCH V2 1/4] ath6kl: Fix htc_packet leak in ath6kl_htc_rx_process_packets()
 2011-10-03 11:58 UTC 

[PATCH 1/4] ath6kl: Fix htc_packet leak in ath6kl_htc_rx_process_packets()
 2011-10-03 11:44 UTC  (9+ messages)
` [PATCH 2/4] ath6kl: Fix htc_packet leak in ath6kl_htc_rx_fetch()
` [PATCH 3/4] ath6kl: Avoid processing failed rx packets
` [PATCH 4/4] ath6kl: Minor cleanup in msg_look_ahead parameter in ath6kl_htc_rxmsg_pending_handler()

[PATCH V2 3/5] ath6kl: Claim sdio function only at appropriate places
 2011-10-03 11:38 UTC  (3+ messages)

[PATCH v2] libertas: detect TX lockups and reset hardware
 2011-10-03 10:33 UTC 

Pull request: ath6kl 20111001
 2011-10-03 11:02 UTC  (2+ messages)

[PATCH] ath6kl: include vmalloc.h in debug.c
 2011-10-03 10:55 UTC  (2+ messages)

[PATCH net-next] drivers/net: Add module.h to wireless/ath/ath6kl/sdio.c
 2011-10-03 10:48 UTC  (2+ messages)

[PATCH V2] ath6kl: Enable force foreground scan in connected state
 2011-10-03 10:33 UTC  (2+ messages)

[PATCH] wl12xx: configure rate policy for p2p operations
 2011-10-03 10:06 UTC 

[RFC 0/6] ath9k: DFS pattern detection
 2011-10-03 10:11 UTC 

Compat-wireless release for 2011-10-02 is baked
 2011-10-02 19:02 UTC 

Sometimes rtl8187 stops sending/receiving packets under load
 2011-10-02 16:34 UTC  (5+ messages)

[PATCH v2] mac80211: pass vif param to conf_tx() callback
 2011-10-02  8:15 UTC 

[PATCH 1/3] cfg80211/mac80211: add netdev param to set_txq_params()
 2011-10-02  7:55 UTC  (6+ messages)
` [PATCH 3/3] mac80211: pass vif param to conf_tx() callback

r8712u driver - on ARM
 2011-10-01 23:24 UTC  (15+ messages)

Compat-wireless release for 2011-10-01 is baked
 2011-10-01 19:02 UTC 

iwlagn rmmod BUG iwlagn_dev_cmd: Objects remaining on kmem_cache_close()
 2011-10-01 17:42 UTC  (2+ messages)

[PATCH] ath6kl: Enable force foreground scan in connected state
 2011-10-01 10:48 UTC  (5+ messages)

[PATCH] ath6kl: fix size_t related warnings
 2011-10-01 10:17 UTC  (2+ messages)

[PATCH 1/1] linux-firmware: Add new firmware image for ath6kl driver
 2011-10-01  9:01 UTC  (2+ messages)

[RFC] Move brcm80211 to mainline
 2011-09-30 22:11 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] libertas: detect TX lockups and reset hardware
 2011-09-30 19:15 UTC  (2+ messages)

pull request: wireless-next 2011-09-30
 2011-09-30 19:27 UTC  (2+ messages)

[PATCH 0/1] update for 3.2
 2011-09-30 18:40 UTC  (2+ messages)
` [PATCH 1/1] iwlagn: rename iwlagn module iwlwifi and alias to iwlagn

Compat-wireless release for 2011-09-30 is baked
 2011-09-30 19:04 UTC 

new stuff for 3.2 needs to be posted _now_
 2011-09-30 18:28 UTC 

Alfa AWUS036NHR with RTL8188RU chipset
 2011-09-30 18:14 UTC  (18+ messages)

[PATCH] wireless: at76c50x: fix multithread access to hex2str
 2011-09-30 15:53 UTC  (4+ messages)

[PATCH v3] ath9k_hw: extend GPIO pin select mask for rfkill
 2011-09-30  6:47 UTC 

[PATCH v2] ath9k_hw: extend GPIO pin select mask for rfkill
 2011-09-30  6:01 UTC  (3+ messages)
` [PATCH] ath9k_hw: Fix number of GPIO pins for AR9287/9300
` [PATCH] ath9k_hw: set pci_express capability true for AR9480

Bluetooth regression with headphones
 2011-09-30  4:52 UTC  (6+ messages)

[PATCH 1/2] mwifiex: correct AMSDU aggregation check
 2011-09-30  3:43 UTC  (2+ messages)
` [PATCH 2/2] mwifiex: handle an error path correctly

The Problem of RTL8188ce in Ubuntu 11.04
 2011-09-30  3:15 UTC 

答复: 答复: 答复: RTL8192SE and 802.11n problem
 2011-09-29 23:58 UTC  (7+ messages)
              ` 答复: "

[PATCH 1/1] rfkill: add module option to become inactive
 2011-09-29 21:56 UTC  (11+ messages)

carl9170 AP mode stops working in 3.0.x
 2011-09-29 20:35 UTC  (2+ messages)

Compat-wireless release for 2011-09-29 is baked
 2011-09-29 19:04 UTC 

[PATCH] ath9k_htc: add AVM FRITZ!WLAN 11N v2 support
 2011-09-29 17:42 UTC 

[PATCH] mac80211: Send nullfunc frames at lower rate during connection monitor
 2011-09-29 15:04 UTC 

[RFC] mac80211: remove per band sta supported rates
 2011-09-29 15:00 UTC  (3+ messages)

[PATCH v2 00/16] mac80211 uAPSD support
 2011-09-29 14:04 UTC  (4+ messages)
` [PATCH v2 14/16] mac80211: allow out-of-band EOSP notification
` [PATCH v2 15/16] mac80211: document client powersave
` [PATCH v2 16/16] mac80211: dont assign seqno to or aggregate QoS Null frames


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