linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-06-10 12:53:25 to 2009-06-13 11:21:48 UTC [more...]

[PATCH/RFC 0/7] wl12xx SDIO interface
 2009-06-13 11:21 UTC  (20+ messages)
` [PATCH/RFC 1/7] wl12xx: separate bus i/o code into io.c
` [PATCH/RFC 2/7] wl12xx: use wiphy_dev instead of wl->spi->dev
` [PATCH/RFC 3/7] wl12xx: introduce wl12xx_if_operations struct
` [PATCH/RFC 4/7] wl12xx: make wl12xx_set_partition bus agnostic
` [PATCH/RFC 5/7] wl12xx: move module probe methods into spi.c
` [PATCH/RFC 6/7] wl12xx: split spi interface into separate module
` [PATCH/RFC 7/7] wl12xx: add sdio support

[PATCH 0/3] Porting to cfg80211 rfkill
 2009-06-13  9:20 UTC  (4+ messages)
` [PATCH 1/3] ath9k: Add helper to get ath9k specific current channel
  ` [PATCH 2/3] ath9k: Make sure we have current channel in ah_curchan before rf disable/enable
    ` [PATCH 3/3] ath9k: port to cfg80211 rfkill

compat-wireless: ridiculous build speed
 2009-06-13  8:53 UTC  (8+ messages)
            ` [PATCH] Warp speed building

[RFC][WIP] IEEE 802.15.4 implementation for Linux v1
 2009-06-13  5:37 UTC  (3+ messages)

AR2424 speed issue
 2009-06-13  2:06 UTC 

4311 not detected at all
 2009-06-12 23:35 UTC  (4+ messages)

[PATCH] ath5k: fix mesh beaconing
 2009-06-12 23:33 UTC  (2+ messages)

[RFC] CRDA Cross Compilation Makefile patch
 2009-06-12 21:43 UTC 

RFC: cross-building crda
 2009-06-12 21:37 UTC  (3+ messages)

[PATCH] cfg80211: pass netdev to change_virtual_intf
 2009-06-12 20:50 UTC  (3+ messages)

[PATCH 0/8 2.6.31 and w-t] iwlwifi driver updates 06/12/2009
 2009-06-12 20:55 UTC  (10+ messages)
` [PATCH 1/8 v2.6.31 and w-t ] iwlwifi: revamp bss_info_changed
  ` [PATCH 2/8 v2.6.31 and w-t ] iwlwifi: checking for 40MHz mode
    ` [PATCH 3/8 v2.6.31 and w-t ] iwlwifi: check control channel for pure 40MHz
      ` [PATCH 4/8 v2.6.31 and w-t ] iwlwifi: check for channel location for 40MHz
        ` [PATCH 5/8 v2.6.31 and w-t ] iwlwifi/iwl3945: fix suspend resume association bug
          ` [PATCH 6/8] iwlwifi: modify sensitivity value for 5150
            ` [PATCH 7/8] iwlwifi: no need to refer to max_nrg_cck range value
              ` [PATCH 8/8] iwlwifi: remove disable_tx_power for device > 4965

[PATCH] mac80211 : fix a race with update_tkip_key
 2009-06-12 20:47 UTC  (12+ messages)

[PATCH] b43 : remove old kidx API
 2009-06-12 20:26 UTC 

[PATCH] libertas: Fix IEEE PS mode in GSPI driver
 2009-06-12 19:45 UTC  (2+ messages)
` [PATCH v2] libertas: fix "

[PATCH] net/libertas: don't recursive spin lock in if_spi_e2h()
 2009-06-12 19:37 UTC  (2+ messages)
` [PATCH v2] "

iwlagn crash on 2.6.29.4
 2009-06-12 16:55 UTC  (2+ messages)
` [Ilw] "

net: fix network drivers ndo_start_xmit() return values (part 3)
 2009-06-12 14:08 UTC 

rfkill on T61
 2009-06-12 13:11 UTC  (10+ messages)

[PATCH 00/33] wl12xx update for 2.6.32
 2009-06-12 11:17 UTC  (34+ messages)
` [PATCH 01/33] wl12xx: cmd and acx interface rework
` [PATCH 02/33] wl12xx: reserver buffer for read32()/write32() in struct wl12xx
` [PATCH 03/33] wl12xx: fix error handling in wl12xx_probe()
` [PATCH 04/33] wl12xx: reserve buffer for partition command in struct wl12xx
` [PATCH 05/33] wl12xx: allocate buffer spi read/write command buffer kzalloc()
` [PATCH 06/33] wl12xx: allocate buffer the spi busy word from struct wl12xx
` [PATCH 07/33] wl12xx: use wl12xx_mem_read32() to read the rx counter
` [PATCH 08/33] wl12xx: fix rx descriptor use
` [PATCH 09/33] wl12xx: removed chipset interrupt source configuration from fw wakeup
` [PATCH 10/33] wl12xx: add wl12xx_spi_reg_read() and wl12xx_spi_reg_write() functions
` [PATCH 11/33] wl12xx: moved firmware version reading routine to chip-specific functions
` [PATCH 12/33] wl12xx: add support for new WL1271 chip revision
` [PATCH 13/33] wl12xx: add support for fixed address in wl12xx_spi_read
` [PATCH 14/33] wl12xx: pass the wake up condition when configuring the wake up event
` [PATCH 15/33] wl12xx: Moved wl1251 TX path implementation into chip specific files
` [PATCH 16/33] wl12xx: Add support for block reading from a fixed register address
` [PATCH 17/33] wl12xx: Fix incorrect warning message
` [PATCH 18/33] wl12xx: Fix CMD_TEST regression via netlink
` [PATCH 19/33] wl12xx: protect wl12xx_op_set_rts_threshold()
` [PATCH 20/33] wl12xx: optimise elp wakeup and sleep calls
` [PATCH 21/33] wl12xx: check if elp wakeup failed
` [PATCH 22/33] wl12xx: enable ELP mode
` [PATCH 23/33] wl12xx: Assign value to rx msdu lifetime variable
` [PATCH 24/33] wl12xx: Use chipset specific join commands
` [PATCH 25/33] wl12xx: rename wl1251.c wl1251_ops.c
` [PATCH 26/33] wl12xx: rename driver to wl1251
` [PATCH 27/33] wl1251: remove wl1271_setup()
` [PATCH 28/33] wl1251: add wl1251 prefix to all 1251 files
` [PATCH 29/33] wl1251: rename wl12xx.h to wl1251.h
` [PATCH 30/33] wl12xx: remove unused wl12xx_hw_init_mem_config()
` [PATCH 31/33] wl1251: use wl1251 prefix everywhere
` [PATCH 32/33] wl1251: fix a checkpatch warning
` [PATCH 33/33] wl1251: change psm enabled/disabled info to debug

[PATCH] ath9k: Make sure we configure a non-zero beacon interval
 2009-06-12  5:25 UTC 

[PATCH] libertas: remove ps_supported flag, use fwcapinfo
 2009-06-12  1:40 UTC 

[PATCH] mac80211: disassociate when switching bands and not scanning
 2009-06-11 20:54 UTC  (13+ messages)
      ` [ath9k-devel] "

Stable compat-wireless release for 2.6.30
 2009-06-11 20:56 UTC  (2+ messages)

VT6656 driver source now GPL
 2009-06-11 16:30 UTC  (7+ messages)

[PATCH] mac80211: Do not try to associate with an empty SSID
 2009-06-11 16:15 UTC  (5+ messages)
` [PATCH v2] "

Testing AP mode with WLAN-USB-Stick: How to obtain?
 2009-06-11 15:06 UTC  (2+ messages)

Testing AP mode with WLAN-USB-Stick: How to obtain?
 2009-06-11 14:42 UTC  (21+ messages)

[PATCH] rfkill: create useful userspace interface
 2009-06-11 12:56 UTC  (15+ messages)

[PATCH 1/3] [compat-2.6] Add iwmc3200wifi driver
 2009-06-11 12:41 UTC  (5+ messages)
` [PATCH 2/3] [compat-2.6] Update compat.diff
` [PATCH 3/3] [compat-2.6] Backport rfkill for kernel older than 2.6.31

Sending netlink messages in mac80211 tx handler
 2009-06-11 10:55 UTC  (5+ messages)

[RFT 0/3] driver rfkill to cfg80211 ports
 2009-06-11 10:40 UTC  (11+ messages)
` [RFT 2/3] ath9k: port to cfg80211 rfkill

[PATCH 2.6.31] sony: fix rfkill code again
 2009-06-11 10:08 UTC 

pull request: wireless-next-2.6 2009-06-10
 2009-06-11  6:44 UTC  (2+ messages)

[PULL REQUEST] IEEE 802.15.4 stack: generic parts v4
 2009-06-11  3:52 UTC  (3+ messages)

[PATCH 1/2] ath5k: cleanup ath5k_hw struct
 2009-06-11  2:22 UTC  (2+ messages)
` [PATCH 2/2] ath5k: enable hardware LEDs

[PATCH 00/18] wireless: rate cleanups
 2009-06-10 20:31 UTC  (6+ messages)
` [PATCH 01/18] mac80211: disable moving between PS modes during scan
` [PATCH 04/18] iwlwifi: remove rs_get_rate workaround

[PATCH 0/7] ATH9K bug fixes - TX hang & Signal Quality issue
 2009-06-10 16:31 UTC  (10+ messages)
` [PATCH 1/7] ath9k: Manipulate and report the correct RSSI
  ` [PATCH 2/7] ath9k: AR9285 & AR9280 INI update and minor bug fixes
    ` [PATCH 3/7] ath9k: remove unnecessary STATION mode check
      ` [PATCH 4/7] ath9k: stop ani when the STA gets disconnected
        ` [PATCH 5/7] ath9k: race condition in SCANNING state check during ANI calibration
          ` [PATCH 6/7] ath9k: Fix TX hang issue with Atheros chipsets
            ` [PATCH 7/7] ath9k: schedule aggregation regardless of queue depth
              ` [PATCH] ath9k: Fix panic when ath9k is unloaded

[PATCH] cfg80211: fix rfkill locking problem
 2009-06-10 14:50 UTC 

Cross compiling libnl, iw, crda and friends
 2009-06-10 14:59 UTC  (3+ messages)

[PATCH 2.6.31] mac80211: disable PS while probing AP
 2009-06-10 13:16 UTC 

[PATCH 1/18 v2] mac80211: disable moving between PS modes during scan
 2009-06-10 13:16 UTC  (2+ messages)
` [PATCH 1/18 v3] "


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