linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-12-09 08:02:37 to 2007-12-12 10:50:36 UTC [more...]

mac80211 ethtool support
 2007-12-12 10:48 UTC  (4+ messages)

[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.23.1] PCI device locking up the computer when its module loads
 2007-12-12 10:22 UTC  (14+ messages)
` [2.6.23.9] hostap_plx locks up PC when reading PCI I/O memory

Misleading PCI id information on chipsets supported by ath5k
 2007-12-12  6:37 UTC  (4+ messages)

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

[WIP][PATCH] rc80211_pid: Send events to userspace for debugging
 2007-12-12  0:33 UTC  (5+ messages)

[RFC/T][PATCH 0/3] rc80211-pid: PID controller enhancements
 2007-12-12  0:25 UTC  (37+ 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 "
` [RFC/T][PATCH 3/3] rc80211-pid: allow for parameters to be set through sysfs
    ` [RFC/T][PATCH v2 "

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

tx_status reporting of RTS/CTS frames
 2007-12-11 22:42 UTC 

[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  (10+ messages)

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

coding style lesson: iwlwifi vs. endianness
 2007-12-10 21:18 UTC  (17+ messages)

What's wrong if wlan0 device is not reacting?
 2007-12-10 19:26 UTC  (9+ messages)

[RFC/T V2] b43: Fix rfkill radio LED
 2007-12-10 19:22 UTC  (3+ messages)

[RFC V3] b43: Fix rfkill radio LED
 2007-12-10 19:17 UTC 

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

[PATCH] [00/48] libertas update
 2007-12-10 16:30 UTC  (55+ 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 13/48] libertas: don't cast a pointer to pointer of
` [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 29/48] libertas: kill struct lbs_adapter
` [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 38/48] libertas: kill lbs_pre_start_xmit(), lib_mesh_pre_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()
` [PATCH 48/48] libertas: kill (IS,SET,UNSET)_MESH_FRAME

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

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

[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 


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