linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-12-07 01:14:12 to 2007-12-10 17:40:05 UTC [more...]

[PATCH] [00/48] libertas update
 2007-12-10 16:30 UTC  (51+ messages)
` [PATCH 01/48] libertas: Fix memory leak of RX skbs
` [PATCH 02/48] libertas: Remove cmd_oid from struct cmd_ctrl_node
` [PATCH 03/48] libertas: Consolidate lbs_host_to_card_done() function
` [PATCH 04/48] libertas: select WIRELESS_EXT
` [PATCH 05/48] libertas: remove cmd_ctrl_node->cmdflags
` [PATCH 06/48] libertas: remove cmd_ctrl_node->status
` [PATCH 07/48] libertas: make more functions static
` [PATCH 08/48] libertas: handy function to call firmware commands
` [PATCH 09/48] libertas: Don't claim to have checksummed incoming packets
` [PATCH 10/48] libertas: Move SET_BOOT2_VER command to if_usb where it belongs
` [PATCH 11/48] libertas: Zero 'pdata_size' field in cmd_ctrl_node reliably
` [PATCH 12/48] libertas: Byteswap cmdptr->size in lbs_cmd()
` [PATCH 14/48] libertas: fix data packet size errors
` [PATCH 15/48] libertas: Use lbs_cmd() for setting Boot2 version
` [PATCH 16/48] libertas: Remove SET_BOOT2_VER support from the Big Switch Statement
` [PATCH 17/48] libertas: Fix endianness in boot2_version handling
` [PATCH 18/48] libertas: implement new scanning logic
` [PATCH 19/48] libertas: when usb_submit_usb fails, include the error code in the printk
` [PATCH 20/48] libertas: Switch to using a callback function pointer for commands
` [PATCH 21/48] libertas: endianness fixes
` [PATCH 22/48] libertas: Don't set IW_ENCODE_NOKEY when returning WEP keys
` [PATCH 23/48] libertas: Fix up error handling in lbs_setuserscan()
` [PATCH 24/48] libertas: kill adapter->nr_cmd_pending
` [PATCH 25/48] libertas: switch lbs_cmd() to take a callback function pointer
` [PATCH 26/48] libertas: clean up lbs_thread() to make it slightly more readable
` [PATCH 27/48] libertas: fix lbs_rtap attribute in sysfs
` [PATCH 28/48] libertas: kill TxLockFlag
` [PATCH 30/48] libertas: use lbs_host_to_card_done() in lbs_tx_timeout()
` [PATCH 31/48] libertas: cope with device which already has firmware loaded
` [PATCH 32/48] libertas: stop debugfs code looking at cmdpendingq
` [PATCH 33/48] libertas: kill internal tx queue for PS mode
` [PATCH 34/48] libertas: kill SendSinglePacket() function
` [PATCH 35/48] libertas: move lbs_hard_start_xmit() into tx.c
` [PATCH 36/48] libertas: kill lbs_process_tx() by merging it into lbs_hard_start_xmit()
` [PATCH 37/48] libertas: clean up lbs_hard_start_xmit()
` [PATCH 39/48] libertas: stop using ieee80211 for radiotap device
` [PATCH 40/48] libertas: set dev_addr on rtap device
` [PATCH 41/48] libertas: TX packet is radiotap iff it comes from rtap_dev
` [PATCH 42/48] libertas: free successfully transmitted skbs again
` [PATCH 43/48] libertas: refactor the 'should I sleep?' decision in lbs_thread()
` [PATCH 44/48] libertas: Move actual transmission to main thread
` [PATCH 45/48] libertas: remove unreachable code from process_rxed_802_11_packet()
` [PATCH 46/48] libertas: fix error cases in lbs_process_rxed_802_11_packet()
` [PATCH 47/48] libertas: kill lbs_upload_tx_packet()

[RFC PATCH] introduce WEXT scan capabilities
 2007-12-10 17:23 UTC  (13+ messages)

[RFC/T V2] b43: Fix rfkill radio LED
 2007-12-10 17:23 UTC 

What's wrong if wlan0 device is not reacting?
 2007-12-10 17:15 UTC  (13+ messages)

coding style lesson: iwlwifi vs. endianness
 2007-12-10 16:48 UTC  (16+ messages)

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

[PATCH] introduce WEXT scan capabilities
 2007-12-10 12:34 UTC  (8+ messages)

[PATCH 1/1] mac80211: pass in PS_POLL frames
 2007-12-10 12:17 UTC  (3+ messages)

b43 regression
 2007-12-10 10:36 UTC 

[PATCH] ath5k: add debugfs entries for registers, tsf, beacon, reset
 2007-12-10 10:21 UTC  (6+ messages)
        ` [PATCH 1/1] "

[RFC/T][PATCH 0/3] rc80211-pid: PID controller enhancements
 2007-12-10  8:17 UTC  (23+ messages)
` [RFC/T][PATCH 1/3] rc80211-pid: introduce rate behaviour learning algorithm
      ` [RFC/T][PATCH v2 "
` [RFC/T][PATCH 2/3] rc80211-pid: introduce PID sharpening factor
        ` [RFC/T][PATCH v2 "
` [RFC/T][PATCH 3/3] rc80211-pid: allow for parameters to be set through sysfs
    ` [RFC/T][PATCH v2 "

[PATCH 1/1] mac80211: pass in PS_POLL frames
 2007-12-10  8:19 UTC  (4+ messages)

[PATCH] iwlwifi3945/4965 - fix rate control algo reference leak
 2007-12-10  3:04 UTC  (4+ messages)

2.6.24-rc4-mm1
 2007-12-10  1:07 UTC  (4+ messages)

[PATCH] b43: Fix ofdmtab write regression
 2007-12-09 21:34 UTC 

b43 continues to have issue with APs at times
 2007-12-09 11:40 UTC  (8+ messages)

[PATCH 1/4] mac80211: Clean up rate selection
 2007-12-08 13:19 UTC  (11+ messages)
` [PATCH 2/4] iwlwifi: Update to changed mac80211 rate control interface
` [PATCH 3/4] mac80211: Add PID TX rate control algorithm
` [PATCH 4/4] mac80211: Make PID rate control the default and remove rc80211_simple

zd1211rw (2.6.22 sparc64): unaligned access (do_rx)
 2007-12-08 12:54 UTC  (15+ messages)

[RFC][PATCH] mac80211: Use PID controller for TX rate control
 2007-12-08 11:17 UTC  (16+ messages)
        ` rc80211-pid: some tuning test results

[RFC][PATCH 0/4] mac80211: rate control rework
 2007-12-08 11:21 UTC 

[PATCH 1/1] ath5k: add debugfs entries for registers, tsf, beacon
 2007-12-08  8:42 UTC  (6+ messages)
      ` [ath5k-devel] "

[PATCH] libertas: implement new scanning logic
 2007-12-07 19:34 UTC  (12+ messages)

Automated kerneldoc for all wireless drivers
 2007-12-07 19:16 UTC  (3+ messages)

[RFC] endianness fixes
 2007-12-07 18:25 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).