linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-12-11 12:52:11 to 2007-12-16 00:47:58 UTC [more...]

[PATCH 1/9] ath5k: Minor fixes inside base.c
 2007-12-16  0:47 UTC 

[WIP][PATCH] rc80211_pid: Send events to userspace for debugging
 2007-12-15 22:13 UTC  (8+ messages)

[PATCH] PS3: gelic: Add wireless support for PS3
 2007-12-15  1:42 UTC  (7+ messages)

[PATCH] b43legacy: Fix rfkill radio LED
 2007-12-14 22:37 UTC 

Can we please schedule orinoco_pci for removal?
 2007-12-14 19:11 UTC 

[WIP] cfg80211 infrastructure for channels/bitrates, mac80211 and b43 conversion
 2007-12-14 14:40 UTC  (4+ messages)

[FYI] hostapd with mac80211 progress
 2007-12-14 14:38 UTC  (11+ messages)

[PATCH final] b43: Fix rfkill radio LED
 2007-12-14 12:59 UTC 

privacy_invoked in AP interfaces?
 2007-12-14 12:14 UTC  (3+ messages)

[RFC] mac80211: clean up frame receive handling
 2007-12-14 12:14 UTC  (7+ messages)

tx_status reporting of RTS/CTS frames
 2007-12-14 12:10 UTC  (8+ messages)

[RFC/T][PATCH 0/3] rc80211-pid: PID controller enhancements
 2007-12-14 12:09 UTC  (29+ messages)
` [RFC/T][PATCH 1/3] rc80211-pid: introduce rate behaviour learning algorithm
      ` [RFC/T][PATCH v2 "
          ` [RFC/T][PATCH v3 "
            ` [RFC/T][PATCH v4 "
` [RFC/T][PATCH 2/3] rc80211-pid: introduce PID sharpening factor
        ` [RFC/T][PATCH v2 "
                ` [RFC/T][PATCH v3 "

2.6.24-rc5-mm1 ath5k build issue
 2007-12-14 11:02 UTC  (2+ messages)

[PATCH 1/1] ath5k: avoid zero rates
 2007-12-14  9:48 UTC 

BCM4306 Questions
 2007-12-14  4:21 UTC  (7+ messages)

status wireless extensions API for new drivers
 2007-12-13 23:01 UTC  (7+ messages)

[PATCH] b43: Fix rfkill radio LED
 2007-12-13 17:58 UTC  (4+ messages)

mac80211 ethtool support
 2007-12-13 17:34 UTC  (11+ messages)

iwl4965 vs b43 time drift?
 2007-12-13 17:33 UTC 

[PATCH] mac80211: Fix swapped parameters to ieee80211_set_channel()
 2007-12-13 13:07 UTC  (11+ messages)
  ` [PATCH] try 2: "
                ` [PATCH] wirelesstools: More user space validation of channel/frequency

[PATCH] [00/48] libertas update
 2007-12-13  7:00 UTC  (49+ messages)
` [PATCH 49/48] libertas: fix use-after-free error
` [PATCH 50/48] libertas: add opaque extra argument to cmd callback function
` [PATCH 51/48] libertas: clean up lbs_interrupt()
` [PATCH 52/48] libertas: make lbs_cmd() usage nicer
` [PATCH 53/48] libertas: remove pre_open_check()
` [PATCH 54/48] libertas: clean up is_command_allowed_in_ps()
` [PATCH 55/48] libertas: make rtap and normal modes mutually exclusive, clean up open/stop
` [PATCH 56/48] libertas: improve reliability of firmware reloading on USB
` [PATCH 57/48] libertas: switch to a waitqueue and timer for handling USB firmware load
` [PATCH 58/48] libertas: don't run thread while firmware not yet ready
` [PATCH 59/48] libertas: clean up direct command handling
` [PATCH 60/48] libertas: add simple copyback command callback
` [PATCH 61/48] libertas: convert GET_HW_SPEC to a direct command
` [PATCH 62/48] libertas: switch USB cardp->priv to 'struct lbs_private *' and resulting fix
` [PATCH 63/48] libertas: move removal of lbs_rtap file to lbs_stop_card()
` [PATCH 64/48] libertas: wait for 'firmware ready' event from firmware after loading
` [PATCH 65/48] libertas: rename and re-type bufvirtualaddr to cmdbuf
` [PATCH 66/48] libertas: fix debug output in lbs_cmd_copyback() function
` [PATCH 67/48] libertas: convert CMD_MESH_ACCESS to a direct command
` [PATCH 68/48] libertas: remove casts from lbs_cmd() and lbs_cmd_with_response() macros
` [PATCH 69/48] libertas: fix case of FWT_ACCESS_LIST_ROUTE and FWT_ACCESS_LIST_NEIGHBOR commands
` [PATCH 70/48] libertas: convert DATA_RATE to a direct command
` [PATCH 71/48] libertas: convert RF_CHANNEL "
` [PATCH 72/48] libertas: endianness fixes for get_channel/set_channel
` [PATCH 73/48] libertas: make some more functions static
` [PATCH 74/48] libertas: fix sparse endianness warnings in scan.c
` [PATCH 75/48] libertas: add lbs_mesh sysfs attribute for enabling mesh
` [PATCH 76/48] libertas: kill references to mesh autostart
` [PATCH 77/48] libertas: kill rx_urb_recall and eth_dev members of struct usb_card_rec
` [PATCH 78/48] libertas: whitespace cleanup in host.h
` [PATCH 79/48] libertas: allow get/set SSID on mshX device
` [PATCH 80/48] libertas: allow setting channel "
` [PATCH 81/48] libertas: add missing newline on debug message
` [PATCH 82/48] libertas: disable mesh temporarily while setting eth channel/assoc
` [PATCH 83/48] libertas: add debugging output to lbs_mesh_config()
` [PATCH 84/48] libertas: be more careful about command responses matching cur_cmd
` [PATCH 85/48] libertas: add missing newlines in debugging statements
` [PATCH 86/48] libertas: slight cleanup of netif queue stop/wake
` [PATCH 87/48] libertas: add lbs_host_sleep_cfg() command function
` [PATCH 88/48] libertas: switch lbs_cmd() to take a _pointer_ to the command structure
` [PATCH 89/48] libertas: make worker thread not freezable
` [PATCH 90/48] libertas: implement suspend and resume core methods
` [PATCH 91/48] libertas: implement suspend/resume for USB devices
` [PATCH 92/48] libertas: add ethtool support for wake-on-lan configuration
` [PATCH 93/48] libertas: make lbs_update_channel() function non-static
` [PATCH 94/48] libertas: cope with both old and new mesh TLV values
` [PATCH 95/48] libertas: pass channel argument directly to lbs_mesh_config()
` [PATCH 96/48] libertas: use spin_is_locked() instead of spin_trylock() in lbs_interrupt()

[PATCH] b43: Fix rfkill radio LED
 2007-12-13  5:27 UTC 

[PATCH #2] b43: Fix for broken transmission
 2007-12-12 21:05 UTC 

[PATCH] b43: Fix for broken transmission
 2007-12-12 21:03 UTC  (2+ messages)

[2.6.23.1] PCI device locking up the computer when its module loads
 2007-12-12 20:45 UTC  (7+ messages)
` [2.6.23.9] hostap_plx locks up PC when reading PCI I/O memory

[PATCH v2] introduce WEXT scan capabilities
 2007-12-12 17:41 UTC  (5+ messages)

[PATCH] mac80211: fix header ops
 2007-12-12 15:31 UTC 

[PATCH] mac80211: conditionally include timestamp in radiotap information
 2007-12-11 20:33 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] mac80211: don't use interface indizes
 2007-12-11 20:15 UTC  (5+ messages)
    ` [PATCH v2] mac80211: don't use interface indices in drivers

Misleading PCI id information on chipsets supported by ath5k
 2007-12-12 16:52 UTC  (5+ messages)

[PATCH 1/2] [net/wireless/iwlwifi] : iwlwifi 3945 Fix race conditional panic
 2007-12-12 14:41 UTC  (5+ messages)
  ` [PATCH 1/2] [net/wireless/iwlwifi] : iwlwifi 3945 Fix raceconditional panic

[PATCH RFT] b43: Fix for broken transmission
 2007-12-12 10:46 UTC  (6+ messages)

b43 regression
 2007-12-12 10:42 UTC  (5+ messages)

[2.6 patch] wireless/ipw2200.c: add __dev{init,exit} annotations
 2007-12-12  1:02 UTC  (2+ messages)

Problems with b43 using BCM4306 r3
 2007-12-12  0:22 UTC  (4+ messages)

[PATCH 2/4] iwlwifi: Update to changed mac80211 rate control interface
 2007-12-11 21:54 UTC  (6+ messages)

b43 continues to have issue with APs at times
 2007-12-11 21:53 UTC  (6+ messages)

[RFC PATCH] introduce WEXT scan capabilities
 2007-12-11 15:01 UTC  (5+ messages)

[RFC PATCH] introduce WEXT scan capabilities
 2007-12-11 13:21 UTC  (9+ 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).