linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-10-07 01:12:45 to 2009-10-09 21:16:43 UTC [more...]

pull request: wireless-next-2.6 2009-10-09
 2009-10-09 21:05 UTC 

[PATCH 0/17] iwlwifi driver updates 10/9/2009
 2009-10-09 20:20 UTC  (19+ messages)
` [PATCH 01/17 v2.6.32 and w-t] iwlwifi: change the order of freeing memory
` [PATCH 02/17 v2.6.32] iwl3945: update iwl3945_apm_init()
` [PATCH 02/17 w-t] "
` [PATCH 03/17 v2.6.32 and w-t] iwlwifi: turn off device when not used
` [PATCH 04/17] iwl3945: remove unnecessary call to apm_ops.reset()
` [PATCH 05/17] iwlagn, iwl3945: remove apm_reset() functions
` [PATCH 06/17] iwlwifi: remove duplicated/unused definition
` [PATCH 07/17] iwlwifi: additional items in sensitivity range table
` [PATCH 08/17] iwlwifi: fix userspace setting of sleep_level_override
` [PATCH 09/17] iwl3945: streamline iwl3945_rfkill_poll()
` [PATCH 10/17] iwl3945: move iwl_power_initialize()
` [PATCH 11/17] iwlwifi: dynamic allocate tx queue structure
` [PATCH 12/17] iwlwifi: showing accumulative ucode statistics counters
` [PATCH 13/17] iwlwifi/iwl3945: unify rts_tx_cmd_flag
` [PATCH 14/17] iwl3945: rename tx to tx_cmd
` [PATCH 15/17] iwlwifi/iwl3945: remove data_retry_limit
` [PATCH 16/17] iwl3945: rearrange the code
` [PATCH 17/17] iwlwifi: update channel switch command API

[PATCH] airo : allow supend with card without power management
 2009-10-09 20:12 UTC 

[.32-rc3] scheduler: iwlagn consistently high in "waiting for CPU"
 2009-10-09 20:06 UTC  (30+ messages)

Ath5k data aborts
 2009-10-09 19:16 UTC 

[PATCH] b43: do not stack-allocate pio rx/tx header buffers
 2009-10-09 18:52 UTC  (8+ messages)
` [PATCH v2] b43: do not stack-allocate pio rx/tx header and tail buffers
        ` b43: do not stack-allocate pio rx/tx header and tail buffers (was: pull request: wireless-2.6 2009-10-08)
            ` b43: do not stack-allocate pio rx/tx header and tail buffers

kernel crashes, 2.6.30, rt2x00, ath5k, ieee80211_get_*_rate, automatic rate control
 2009-10-09 14:39 UTC  (7+ messages)
          ` 2.6.31.[12] ath5k regression

[PATCH] b43: Remove me as maintainer
 2009-10-09 18:48 UTC 

[PATCH] b43: Optimize PIO scratchbuffer usage
 2009-10-09 18:33 UTC 

[PATCH] ssb: Put host pointers into a union
 2009-10-09 18:32 UTC 

[PATCH] b43/legacy: Fix usage of host_pci pointer
 2009-10-09 18:30 UTC 

linux-next: Tree for October 7 (libertas build failure)
 2009-10-09 16:32 UTC  (16+ messages)
` linux-next: Tree for October 7 (wireless/wext)
  ` [PATCH] wireless: make WEXT_SPY and WEXT_PRIV select WEXT_CORE

[PATCH] wireless: make wireless drivers select core
 2009-10-09 16:17 UTC 

Broadcom cards for free
 2009-10-09 15:22 UTC  (4+ messages)

Broken patch for b43
 2009-10-09 15:15 UTC 

[PATCH] b43: add 'struct b43_wl' missing declaration
 2009-10-09 14:34 UTC  (3+ messages)

pull request: wireless-2.6 2009-10-08
 2009-10-09 13:49 UTC  (10+ messages)

[2.6.32-rc3] iwlagn lost connection after s2ram (with warnings)
 2009-10-09  9:36 UTC  (4+ messages)

[PATCH V3] iwlwifi: use paged Rx
 2009-10-09  9:19 UTC 

NULL pointer deref at wext ioctl (Re: [PATCH] compat-2.6: adding ethtool.h to compat-2.6.31.h)
 2009-10-09  8:05 UTC  (13+ messages)

[PATCH] libertas: remove double assignment of dev->netdev_ops
 2009-10-09  7:22 UTC  (2+ messages)

[PATCH] libertas: depend on CONFIG_CFG80211
 2009-10-09  7:10 UTC 

[PATCH] ath9k: Fix TX hang poll routine
 2009-10-09  4:21 UTC 

[PATCH] libertas: Check return status of command functions
 2009-10-09  2:38 UTC 

[PATCH] b43: Fix locking problem when stopping rfkill polling
 2009-10-08 22:31 UTC  (9+ messages)

WARNING: at net/mac80211/agg-tx.c:145 ___ieee80211_stop_tx_ba_session+0x91/0xa0 [mac80211]
 2009-10-08 21:01 UTC 

[PATCH 00/20] First batch of new patches for wl1271
 2009-10-08 20:15 UTC  (23+ messages)
` [PATCH 01/20] wl1271: remove unecessary qual parameter from rx status
` [PATCH 02/20] wl1271: Correction to TX block allocation calculation
` [PATCH 03/20] wl1271: Security sequence number handling for TX (for WPA)
` [PATCH 04/20] wl1271: Correct TKIP header space handling in TX path
` [PATCH 05/20] wl1271: Implement delayed entry into ELP
` [PATCH 06/20] wl1271: mask aid bits 14 and 15 in ps-poll template
` [PATCH 07/20] wl1271: Implementation for SPI busy word checking
` [PATCH 08/20] wl1271: Configure rate policies based on AP rates
` [PATCH 09/20] wl1271: Update join usage
` [PATCH 10/20] wl1271: Corrections to TX path
` [PATCH 11/20] wl1271: added Juuso Oikarinen as module author
` [PATCH 12/20] wl1271: hack to disable filters
` [PATCH 13/20] wl1271: use workqueue provided by mac80211 instead of the default
` [PATCH 14/20] wl1271: Clear probe-request template after scan
` [PATCH 15/20] wl1271: Multicast filtering configuration
` [PATCH 16/20] wl1271: Use vmalloc to allocate memory for firmware
` [PATCH 17/20] wl1271: Add connection monitoring configuration
` [PATCH 18/20] wl1271: Enable beacon filtering with the stack
` [PATCH 19/20] wl1271: Configure beacon filtering on if PSM used
` [PATCH 20/20] wl1271: Mask unneeded events from firmware to conserve power

[PATCH 0/7] ath5k: few fixes for regressions
 2009-10-08 19:51 UTC  (8+ messages)
` [PATCH 7/7] ath5k: enable Power-Save Polls by setting the association ID

[PATCH 2.6.32] cfg80211: fix netns error unwinding bug
 2009-10-08 19:02 UTC 

[ath5k-devel] Regarding changing channel widthlin
 2009-10-08 18:15 UTC  (3+ messages)

compat-wireless-2009-09-23 kernel trace
 2009-10-08 17:38 UTC 

Prism54/p54pci
 2009-10-08 16:28 UTC  (2+ messages)

[PATCH] ath9k: use right parameter for MODULE_PARM_DESC() for debug
 2009-10-08  5:00 UTC 

[PATCH 0/6] ath9k: fix rmmod
 2009-10-08  4:58 UTC  (9+ messages)
` [PATCH 1/6] ath9k: move common->debug_mask setting to ath_init_softc()
` [PATCH 2/6] ath9k: initialize hw prior to debugfs
` [PATCH 3/6] ath9k: add helper to un-init the hw properly
` [PATCH 4/6] ath9k: add a helper to clean the core driver upon module unload
` [PATCH 5/6] ath9k: move ath_cleanup() below helpers to avoid forward declarations
` [PATCH 6/6] ath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_setup()

Disassociating atheros wlan with 2.6.31
 2009-10-08  1:49 UTC  (5+ messages)

[PATCH] orinoco: use cfg80211 ethtool ops
 2009-10-07 21:23 UTC 

[PATCH 1/2] ath9k_hw: run the carrier leakage calibration fix for ar9271 as well
 2009-10-07 20:22 UTC  (2+ messages)
` [PATCH 2/2] ath9k_hw: run ath9k_hw_9271_pa_cal() initial calibration

Bleeding Edge b43 dated since 30 of september no longer working & today does not even compile
 2009-10-07 18:34 UTC  (3+ messages)
  ` Bleeding Edge does not compile (was Re: Bleeding Edge b43 dated since 30 of september no longer working & today does not even compile.)

[PATCH v2] libertas: Use lbs_is_cmd_allowed() check in command handling routines
 2009-10-07 15:58 UTC  (2+ messages)

[PATCH] compat-2.6: adding ethtool.h to compat-2.6.31.h
 2009-10-07 15:22 UTC  (7+ messages)

[PATCH] net/wireless/ethtool.h: drop unnecessary include of linux/ethtool.h
 2009-10-07 14:52 UTC 

Linux wifi development board
 2009-10-07 12:31 UTC  (3+ messages)

Bug: AR928x not working on 2.6.31.x
 2009-10-07 11:59 UTC 

[WIP, RFC] libertas: allow scanning via "iw"
 2009-10-07  9:38 UTC  (5+ messages)

Question regarding netif_stop/wake queue and libertas
 2009-10-07  7:50 UTC 

[PATCH] libertas: remove extraneous select FW_LOADER
 2009-10-07  7:10 UTC 

[PATCH] compat-2.6: adjusting 01-netdev.patch for libertas cfg80211 support
 2009-10-07  2:50 UTC 

[PATCH] libertas: separate libertas' Kconfig in it's own file
 2009-10-07  1:15 UTC  (3+ messages)

[PATCH] libertas: Use lbs_is_cmd_allowed() check in command handling routines
 2009-10-07  1:12 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).