linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-07-28 16:25:00 to 2008-07-30 19:16:06 UTC [more...]

Issue: iwlist scanning sees the network; dhclient can't connect
 2008-07-30 19:13 UTC 

Fixing rt2500pci
 2008-07-30 19:15 UTC  (3+ messages)

[RFC/RFT] rtl8187: Protect the config callback from mac80211 with a mutex
 2008-07-30 18:41 UTC  (13+ messages)

[PATCH] rtl8187: Fix lockups due to concurrent access to config routine
 2008-07-30 18:21 UTC  (2+ messages)

[Bugme-new] [Bug 11144] New: dhcp doesn't work with iwl4965
 2008-07-30 18:04 UTC  (10+ messages)

iwlwifi aggregation info
 2008-07-30 16:08 UTC  (24+ messages)

broadcom 4306 rev. 3 uses b43 instead of b43legacy
 2008-07-30 15:26 UTC 

[PATCH 1/3] mac80211: add rx status flag for short preamble
 2008-07-30 15:20 UTC  (3+ messages)
` [PATCH 2/3] mac80211: radiotap: assume modulation from rates
` [PATCH 3/3] iwlwifi: use generic mac80211 radiotap headers

[PATCH] ath5k: rates cleanup
 2008-07-30 15:12 UTC 

[PATCH 1/6] mac80211: allow no mac address until firmware load
 2008-07-30 14:52 UTC  (13+ messages)

AP association timeout bugzilla PR?
 2008-07-30 13:57 UTC  (6+ messages)

RTL8187: RTL8187B with id 0bda:8198
 2008-07-30 12:17 UTC  (2+ messages)

[PATCH 1/12] ath5k: Update register list
 2008-07-30 10:18 UTC  (4+ messages)
  ` [ath5k-devel] "

[BUG] wireless : cpu stuck for 61s
 2008-07-30 10:10 UTC  (5+ messages)

INFO: possible recursive locking detected dev_deactivate
 2008-07-30 10:04 UTC  (3+ messages)

[RFC/RFT] rtl8187: Improve wireless statistics for RTL8187B
 2008-07-30  9:52 UTC  (32+ messages)
        ` Commit 741b4fbc44 (mac80211: fix TX sequence numbers) breaks rtl8187

compiltion error
 2008-07-30  8:32 UTC 

broadcom 4306 rev. 3 uses b43 instead of b43legacy
 2008-07-30  7:53 UTC  (3+ messages)

[PATCH] mac80211: fix mesh beaconing
 2008-07-30  7:17 UTC  (2+ messages)

[PATCH] mac80211: partially fix skb->cb use
 2008-07-30  7:17 UTC  (16+ messages)

[PATCH] libertas: only enable rtap with mesh firmware
 2008-07-30  7:12 UTC  (2+ messages)

[BUG] wireless-compat breaks cdc_subset
 2008-07-30  7:01 UTC 

[PATCH] mac80211: fix more kernel-doc warnings
 2008-07-30  6:46 UTC  (2+ messages)

[RFC PATCH] ath5k:mesh support (enable send beacon)
 2008-07-30  6:16 UTC 

Please do not pull 2.6.27-rc1 into wireless-testing
 2008-07-30  5:08 UTC  (4+ messages)

pull request: wireless-2.6 2008-07-29
 2008-07-30  4:51 UTC  (2+ messages)

2.6.27-rc1: zd1211rw association fails
 2008-07-30  4:48 UTC  (14+ messages)

[GIT PATCH] rfkill fixes, set 2, v2
 2008-07-30  4:07 UTC  (6+ messages)
` [PATCH 5/6] rfkill: query EV_SW states when rfkill-input (re)?connects to a input device

ath9k and signal level
 2008-07-30  2:40 UTC 

mac80211 power management breakage?(was Re: Commit 741b4fbc44 (mac80211: fix TX sequence numbers) breaks rtl8187)
 2008-07-30  1:06 UTC  (3+ messages)

Fix iwlwifi compilation without CONFIG_IWLWIFI_DEBUG
 2008-07-29 21:21 UTC  (5+ messages)

[PATCH 4/6] libertastf: command helper functions for libertastf
 2008-07-29 16:33 UTC  (3+ messages)

[PATCH 2/6] libertastf: header file
 2008-07-29 16:24 UTC  (3+ messages)

[PATCH RFC/RFT] b43: Rewrite TX power adjustment
 2008-07-29 12:53 UTC  (4+ messages)

oops in cfg80211 doing mesh mpath dump
 2008-07-29 12:28 UTC  (4+ messages)

[PATCH 0/3] mac80211 fixes
 2008-07-29 11:22 UTC  (4+ messages)
` [PATCH 1/3] mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flag
` [PATCH 2/3] nl80211: fix dump callbacks
` [PATCH 3/3] mac80211: fix cfg80211 hooks for master interface

question about open11s installation
 2008-07-29 11:13 UTC  (6+ messages)

[PATCH 3/8] wireless: replace __FUNCTION__ with __func__
 2008-07-29  8:08 UTC  (2+ messages)

[PATCH 00/16] ath9k: some cleanups, and a few small fixes
 2008-07-29  5:52 UTC  (18+ messages)
` [PATCH 02/16] ath9k: Remove ineffective multirate retry stuff
` [PATCH 03/16] ath9k: Clean up in antenna diversity handling. Get rid of sc_needmib
` [PATCH 04/16] ath9k: Use struct ath_softc directly instead of a void pointer
` [PATCH 05/16] ath9k: Use 'ATH9K' as a prefix instead of 'HAL' for a lot of macros
` [PATCH 06/16] ath9k: Fix missing brace in branch on ath_chainmask_sel_logic()
` [PATCH 07/16] ath9k: Replace enum hal_bool with bool
` [PATCH 08/16] ath9k: Revamp debugging
` [PATCH 09/16] ath9k: Use standard ISR return values, merge ath_intr and ath_isr
` [PATCH 10/16] ath9k: Don't pass opmode twice to ath_vap_attach, return standard error values from add_interface
` [PATCH 11/16] ath9k: Remove "OS_" prefixes in macros
` [PATCH 12/16] ath9k: Dont maintain some of h/w caps in ath_softc, access them directly from ah_caps instead
` [PATCH 13/16] ath9k: Break down ath9k_regd_init_channels and use helper functions
` [PATCH 14/16] ath9k: Remove AH_DEBUG_COUNTRY
` [PATCH 15/16] ath9k: Don't set the channel in ath_rate_init()
` [PATCH 16/16] ath9k: Remove some unused macros

Q) AP mode disconnected in MadWiFi
 2008-07-29  4:59 UTC  (2+ messages)

[PATCH] rtl8187: Improve wireless statistics for RTL8187B
 2008-07-29  3:25 UTC 

[PATCH] rtl8187: Fix for TX sequence number problem that resulted from commit 741b4fbc44
 2008-07-29  3:08 UTC 

IWL5000
 2008-07-28 20:43 UTC  (6+ messages)

[PATCH 1/1] toshiba_acpi: Add support for bluetooth toggling through rfkill
 2008-07-28 20:32 UTC  (7+ 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).