December 2007 Archives by subject
Starting: Sun Dec 2 12:34:59 EST 2007
Ending: Wed Dec 19 10:33:35 EST 2007
Messages: 280
- [PATCH 0/5] libertas: allow easier command playing
Holger Schurig
- [PATCH 0/5] libertas: allow easier command playing
Dan Williams
- [PATCH 0/5] libertas: allow easier command playing
David Woodhouse
- [PATCH 0/5] libertas: allow easier command playing
Holger Schurig
- [PATCH 0/5] libertas: allow easier command playing
Dan Williams
- [PATCH 0/5] libertas: allow easier command playing
John W. Linville
- [PATCH 0/5] libertas: allow easier command playing
David Woodhouse
- [PATCH 01/48] libertas: Fix memory leak of RX skbs
David Woodhouse
- [PATCH 02/48] libertas: Remove cmd_oid from struct cmd_ctrl_node
David Woodhouse
- [PATCH 03/48] libertas: Consolidate lbs_host_to_card_done() function.
David Woodhouse
- [PATCH 04/48] libertas: select WIRELESS_EXT
David Woodhouse
- [PATCH 05/48] libertas: remove cmd_ctrl_node->cmdflags
David Woodhouse
- [PATCH 06/48] libertas: remove cmd_ctrl_node->status
David Woodhouse
- [PATCH 07/48] libertas: make more functions static
David Woodhouse
- [PATCH 07/48] libertas: make more functions static
Arnd Bergmann
- [PATCH 07/48] libertas: make more functions static
Holger Schurig
- [PATCH 07/48] libertas: make more functions static
David Woodhouse
- [PATCH 08/48] libertas: handy function to call firmware commands
David Woodhouse
- [PATCH 09/48] libertas: Don't claim to have checksummed incoming packets.
David Woodhouse
- [PATCH 1/5] [LIBERTAS] Remove cmd_oid from struct cmd_ctrl_node
Holger Schurig
- [PATCH 10/48] libertas: Move SET_BOOT2_VER command to if_usb where it belongs
David Woodhouse
- [PATCH 100/48] libertas: kill whitespace at end of lines
David Woodhouse
- [PATCH 101/48] libertas: kill unused wait_option field in struct cmd_ctrl_node
David Woodhouse
- [PATCH 102/48] libertas: rename and clean up DownloadcommandToStation
David Woodhouse
- [PATCH 103/48] libertas: don't use __lbs_cmd() with empty callback in if_usb.c
David Woodhouse
- [PATCH 104/48] libertas: remove some pointless checks for cmdnode buffer being present
David Woodhouse
- [PATCH 105/48] libertas: introduce and use lbs_complete_command() for command completion
David Woodhouse
- [PATCH 106/48] libertas: don't re-initialise cmdnode when taking it off the free queue
David Woodhouse
- [PATCH 107/48] libertas: kill cleanup_cmdnode()
David Woodhouse
- [PATCH 108/48] libertas: let __lbs_cmd() free its own cmdnode
David Woodhouse
- [PATCH 109/48] libertas: kill pdata_buf member of struct cmd_ctrl_node
David Woodhouse
- [PATCH 11/48] libertas: Zero 'pdata_size' field in cmd_ctrl_node reliably.
David Woodhouse
- [PATCH 110/48] libertas: store command result in cmdnode instead of priv->cur_cmd_retcode
David Woodhouse
- [PATCH 111/48] libertas: add __lbs_cmd_async() for asynchronous command submission
David Woodhouse
- [PATCH 112/48] libertas: ensure response buffer size is always set for lbs_cmd_with_response
David Woodhouse
- [PATCH 113/48] libertas: handle command timeout in main thread instead of directly in timer
David Woodhouse
- [PATCH 114/48] libertas: kill 'addtail' argument to lbs_queue_cmd() and make it static
David Woodhouse
- [PATCH 115/48] libertas: fix return from lbs_update_channel()
David Woodhouse
- [PATCH 116/48] libertas: add SLEEP_PERIOD and FW_WAKE_METHOD command definitions
David Woodhouse
- [PATCH 117/48] libertas: fix buffer handling of PS_MODE commands and responses
David Woodhouse
- [PATCH 118/48] libertas: don't clear priv->dnld_sent after sending sleep confirm
David Woodhouse
- [PATCH 119/48] libertas: handle HOST_AWAKE event by sending WAKEUP_CONFIRM command
David Woodhouse
- [PATCH 12/48] libertas: Byteswap cmdptr->size in lbs_cmd()
David Woodhouse
- [PATCH 120/48] libertas: allow for PS mode to be disabled when firmware doesn't support it
David Woodhouse
- [PATCH 121/48] libertas: Check for PS mode support on USB devices
David Woodhouse
- [PATCH 122/48] libertas: reduce explicit references to priv->cur_cmd->cmdbuf
David Woodhouse
- [PATCH 123/48] libertas: use priv->upld_buf for command responses
David Woodhouse
- [PATCH 124/48] libertas: discard DEFER responses to commands; let the timeout trigger
David Woodhouse
- [PATCH 125/48] libertas: make lbs_submit_command always 'succeed' and set command timer
David Woodhouse
- [PATCH 126/48] libertas: submit RSSI command on tx timeout, to check whether module is dead
David Woodhouse
- [PATCH 127/48] libertas: convert RADIO_CONTROL to a direct command
David Woodhouse
- [PATCH 128/48] libertas: convert INACTIVITY_TIMEOUT to a direct command
David Woodhouse
- [PATCH 129/48] libertas: convert SLEEP_PARAMS to a direct command
David Woodhouse
- [PATCH 13/48] libertas: don't cast a pointer to pointer of
David Woodhouse
- [PATCH 130/48] libertas: convert SET_WEP to a direct command
David Woodhouse
- [PATCH 131/48] libertas: convert ENABLE_RSN to a direct command
David Woodhouse
- [PATCH 132/48] libertas: change inference about buffer size in lbs_cmd()
David Woodhouse
- [PATCH 133/48] libertas: convert SUBSCRIBE_EVENT to a direct command
David Woodhouse
- [PATCH 134/48] libertas: remove check for driver_lock in lbs_interrupt()
David Woodhouse
- [PATCH 14/48] libertas: fix data packet size errors
David Woodhouse
- [PATCH 14/48] libertas: fix data packet size errors
Michael Buesch
- [PATCH 14/48] libertas: fix data packet size errors
Holger Schurig
- [PATCH 14/48] libertas: fix data packet size errors
David Woodhouse
- [PATCH 15/48] libertas: Use lbs_cmd() for setting Boot2 version
David Woodhouse
- [PATCH 16/48] libertas: Remove SET_BOOT2_VER support from the Big Switch Statement.
David Woodhouse
- [PATCH 17/48] libertas: Fix endianness in boot2_version handling.
David Woodhouse
- [PATCH 18/48] libertas: implement new scanning logic
David Woodhouse
- [PATCH 19/48] libertas: when usb_submit_usb fails, include the error code in the printk
David Woodhouse
- [PATCH 2/5] libertas: remove cmd_ctrl_node->cmdflags
Holger Schurig
- [PATCH 20/48] libertas: Switch to using a callback function pointer for commands
David Woodhouse
- [PATCH 21/48] libertas: endianness fixes
David Woodhouse
- [PATCH 22/48] libertas: Don't set IW_ENCODE_NOKEY when returning WEP keys.
David Woodhouse
- [PATCH 23/48] libertas: Fix up error handling in lbs_setuserscan()
David Woodhouse
- [PATCH 24/48] libertas: kill adapter->nr_cmd_pending
David Woodhouse
- [PATCH 25/48] libertas: switch lbs_cmd() to take a callback function pointer
David Woodhouse
- [PATCH 26/48] libertas: clean up lbs_thread() to make it slightly more readable
David Woodhouse
- [PATCH 27/48] libertas: fix lbs_rtap attribute in sysfs
David Woodhouse
- [PATCH 28/48] libertas: kill TxLockFlag
David Woodhouse
- [PATCH 29/48] libertas: kill struct lbs_adapter
David Woodhouse
- [PATCH 3/5] libertas: remove cmd_ctrl_node->status
Holger Schurig
- [PATCH 30/48] libertas: use lbs_host_to_card_done() in lbs_tx_timeout()
David Woodhouse
- [PATCH 31/48] libertas: cope with device which already has firmware loaded
David Woodhouse
- [PATCH 32/48] libertas: stop debugfs code looking at cmdpendingq
David Woodhouse
- [PATCH 33/48] libertas: kill internal tx queue for PS mode
David Woodhouse
- [PATCH 34/48] libertas: kill SendSinglePacket() function.
David Woodhouse
- [PATCH 35/48] libertas: move lbs_hard_start_xmit() into tx.c
David Woodhouse
- [PATCH 36/48] libertas: kill lbs_process_tx() by merging it into lbs_hard_start_xmit()
David Woodhouse
- [PATCH 37/48] libertas: clean up lbs_hard_start_xmit()
David Woodhouse
- [PATCH 38/48] libertas: kill lbs_pre_start_xmit(), lib_mesh_pre_start_xmit()
David Woodhouse
- [PATCH 39/48] libertas: stop using ieee80211 for radiotap device
David Woodhouse
- [PATCH 4/5] libertas: make more functions static
Holger Schurig
- [PATCH 40/48] libertas: set dev_addr on rtap device
David Woodhouse
- [PATCH 41/48] libertas: TX packet is radiotap iff it comes from rtap_dev
David Woodhouse
- [PATCH 42/48] libertas: free successfully transmitted skbs again
David Woodhouse
- [PATCH 43/48] libertas: refactor the 'should I sleep?' decision in lbs_thread()
David Woodhouse
- [PATCH 44/48] libertas: Move actual transmission to main thread
David Woodhouse
- [PATCH 45/48] libertas: remove unreachable code from process_rxed_802_11_packet()
David Woodhouse
- [PATCH 46/48] libertas: fix error cases in lbs_process_rxed_802_11_packet()
David Woodhouse
- [PATCH 47/48] libertas: kill lbs_upload_tx_packet()
David Woodhouse
- [PATCH 48/48] libertas: kill (IS,SET,UNSET)_MESH_FRAME.
David Woodhouse
- [PATCH 49/48] libertas: fix use-after-free error
David Woodhouse
- [PATCH 5/5] libertas: handy function to call firmware commands
Holger Schurig
- [PATCH 50/48] libertas: add opaque extra argument to cmd callback function
David Woodhouse
- [PATCH 51/48] libertas: clean up lbs_interrupt()
David Woodhouse
- [PATCH 52/48] libertas: make lbs_cmd() usage nicer
David Woodhouse
- [PATCH 53/48] libertas: remove pre_open_check()
David Woodhouse
- [PATCH 54/48] libertas: clean up is_command_allowed_in_ps()
David Woodhouse
- [PATCH 55/48] libertas: make rtap and normal modes mutually exclusive, clean up open/stop
David Woodhouse
- [PATCH 56/48] libertas: improve reliability of firmware reloading on USB
David Woodhouse
- [PATCH 57/48] libertas: switch to a waitqueue and timer for handling USB firmware load
David Woodhouse
- [PATCH 58/48] libertas: don't run thread while firmware not yet ready
David Woodhouse
- [PATCH 59/48] libertas: clean up direct command handling
David Woodhouse
- [PATCH 60/48] libertas: add simple copyback command callback
David Woodhouse
- [PATCH 61/48] libertas: convert GET_HW_SPEC to a direct command
David Woodhouse
- [PATCH 62/48] libertas: switch USB cardp->priv to 'struct lbs_private *' and resulting fix
David Woodhouse
- [PATCH 63/48] libertas: move removal of lbs_rtap file to lbs_stop_card()
David Woodhouse
- [PATCH 64/48] libertas: wait for 'firmware ready' event from firmware after loading
David Woodhouse
- [PATCH 65/48] libertas: rename and re-type bufvirtualaddr to cmdbuf
David Woodhouse
- [PATCH 66/48] libertas: fix debug output in lbs_cmd_copyback() function.
David Woodhouse
- [PATCH 67/48] libertas: convert CMD_MESH_ACCESS to a direct command
David Woodhouse
- [PATCH 68/48] libertas: remove casts from lbs_cmd() and lbs_cmd_with_response() macros
David Woodhouse
- [PATCH 69/48] libertas: fix case of FWT_ACCESS_LIST_ROUTE and FWT_ACCESS_LIST_NEIGHBOR commands
David Woodhouse
- [PATCH 70/48] libertas: convert DATA_RATE to a direct command
David Woodhouse
- [PATCH 71/48] libertas: convert RF_CHANNEL to a direct command
David Woodhouse
- [PATCH 72/48] libertas: endianness fixes for get_channel/set_channel
David Woodhouse
- [PATCH 73/48] libertas: make some more functions static
David Woodhouse
- [PATCH 74/48] libertas: fix sparse endianness warnings in scan.c
David Woodhouse
- [PATCH 75/48] libertas: add lbs_mesh sysfs attribute for enabling mesh
David Woodhouse
- [PATCH 76/48] libertas: kill references to mesh autostart
David Woodhouse
- [PATCH 77/48] libertas: kill rx_urb_recall and eth_dev members of struct usb_card_rec
David Woodhouse
- [PATCH 78/48] libertas: whitespace cleanup in host.h
David Woodhouse
- [PATCH 79/48] libertas: allow get/set SSID on mshX device
David Woodhouse
- [PATCH 80/48] libertas: allow setting channel on mshX device
David Woodhouse
- [PATCH 81/48] libertas: add missing newline on debug message
David Woodhouse
- [PATCH 82/48] libertas: disable mesh temporarily while setting eth channel/assoc
David Woodhouse
- [PATCH 83/48] libertas: add debugging output to lbs_mesh_config()
David Woodhouse
- [PATCH 84/48] libertas: be more careful about command responses matching cur_cmd
David Woodhouse
- [PATCH 85/48] libertas: add missing newlines in debugging statements
David Woodhouse
- [PATCH 86/48] libertas: slight cleanup of netif queue stop/wake
David Woodhouse
- [PATCH 87/48] libertas: add lbs_host_sleep_cfg() command function
David Woodhouse
- [PATCH 88/48] libertas: switch lbs_cmd() to take a _pointer_ to the command structure
David Woodhouse
- [PATCH 89/48] libertas: make worker thread not freezable
David Woodhouse
- [PATCH 90/48] libertas: implement suspend and resume core methods
David Woodhouse
- [PATCH 91/48] libertas: implement suspend/resume for USB devices
David Woodhouse
- [PATCH 92/48] libertas: add ethtool support for wake-on-lan configuration
David Woodhouse
- [PATCH 93/48] libertas: make lbs_update_channel() function non-static
David Woodhouse
- [PATCH 94/48] libertas: cope with both old and new mesh TLV values
David Woodhouse
- [PATCH 95/48] libertas: pass channel argument directly to lbs_mesh_config()
David Woodhouse
- [PATCH 96/48] libertas: use spin_is_locked() instead of spin_trylock() in lbs_interrupt()
David Woodhouse
- [PATCH 97/48] libertas: don't exit worker thread until kthread_stop() is called
David Woodhouse
- [PATCH 98/48] libertas: stop attempting to reset devices on unload
David Woodhouse
- [PATCH 99/48] libertas: clean up if_usb driver
David Woodhouse
- [PATCH, take 2] libertas: implement new scanning logic
Holger Schurig
- [PATCH, take 2] libertas: implement new scanning logic
Holger Schurig
- [PATCH, take 3] libertas: implement new scanning logic
Holger Schurig
- [PATCH, take 3] libertas: implement new scanning logic
Holger Schurig
- [PATCH] [00/48] libertas update
David Woodhouse
- [PATCH] drivers/net/: Spelling fixes
Joe Perches
- [PATCH] drivers/net/: Spelling fixes
John W. Linville
- [PATCH] drivers/net/: Spelling fixes
Stefano Brivio
- [PATCH] drivers/net/: Spelling fixes
David Woodhouse
- [PATCH] fewer eventcause shifts
David Woodhouse
- [PATCH] fewer eventcause shifts
John W. Linville
- [PATCH] less eventcause shifts
Dan Williams
- [PATCH] less eventcause shifts
David Woodhouse
- [PATCH] less eventcause shifts
Dan Williams
- [PATCH] less eventcause shifts
John W. Linville
- [PATCH] less eventcause shifts
Dan Williams
- [PATCH] less eventcause shifts
David Woodhouse
- [PATCH] less eventcause shifts
David Woodhouse
- [PATCH] less eventcause shifts
John W. Linville
- [PATCH] less eventcause shifts
David Woodhouse
- [PATCH] less eventcause shifts
David Woodhouse
- [PATCH] less eventcause shifts
Dan Williams
- [PATCH] less eventcause shifts
John W. Linville
- [PATCH] less eventcause shifts
John W. Linville
- [PATCH] less eventcause shifts
Dan Williams
- [PATCH] libertas: fix data packet size errors
Holger Schurig
- [PATCH] libertas: fix data packet size errors
David Woodhouse
- [PATCH] libertas: implement new scanning logic
Dan Williams
- [PATCH] libertas: implement new scanning logic
Holger Schurig
- [PATCH] libertas: implement new scanning logic
Holger Schurig
- [PATCH] libertas: implement new scanning logic
Dan Williams
- [PATCH] libertas: implement new scanning logic
David Woodhouse
- [PATCH] libertas: implement new scanning logic
Dan Williams
- [PATCH] libertas: implement new scanning logic
Dan Williams
- [PATCH] libertas: implement new scanning logic
David Woodhouse
- [PATCH] libertas: implement new scanning logic
Dan Williams
- [PATCH] libertas: implement new scanning logic
David Woodhouse
- [PATCH] libertas: implement new scanning logic
Dan Williams
- [PATCH] libertas: implement new scanning logic
David Woodhouse
- [RFC 1/1] libertas: new scan logic
Holger Schurig
- [RFC PATCH] move command header into command structures
Dan Williams
- [RFC] endianness fixes
Holger Schurig
- [RFC] endianness fixes
Dan Williams
- [RFC] endianness fixes
Dan Williams
- [RFC] Killing struct cmd_ctrl_node.wait_option
David Woodhouse
- [RFC] Killing struct cmd_ctrl_node.wait_option
Dan Williams
- A Secret is Revealed on 'NCIS'
Sales
- Diane Von Furstenberg Visits L.A. Store
support
- Disease, surgery, obstetrics, 23k Hospitals, 17k physicians
Bart G Roman
- Doctors, (780k physicians) free data
phony Suggs
- From luke francis
luke francis
- Jane Seymour on Owen Wilson
support
- Latin Grammys come to Vegas for first time
sales
- lbs_cmd_with_response() buffer sizes
David Woodhouse
- lbs_cmd_with_response() buffer sizes
Holger Schurig
- Lessing publisher to deliver Nobel speech
info
- libertas: switch lbs_cmd() to take a callback function pointer
Holger Schurig
- libertas_sdio on at91sam9263
Hans-Jürgen Koch
- libertas_sdio on at91sam9263
Marc Pignat
- libertas_sdio on at91sam9263
Holger Schurig
- libertas_sdio on at91sam9263
Hans-Jürgen Koch
- libertas_sdio on at91sam9263
Hans-Jürgen Koch
- libertas_sdio on at91sam9263
Marc Pignat
- libertas_sdio on at91sam9263
Hans J. Koch
- libertas_sdio on at91sam9263
Dan Williams
- libertas_sdio on at91sam9263
Marc Pignat
- libertas_sdio on at91sam9263
Pierre Ossman
- libertas_sdio on at91sam9263
Holger Schurig
- libertas_sdio on at91sam9263
Dan Williams
- libertas_sdio on at91sam9263
Pierre Ossman
- Linville update wireless-2.6/everything
Holger Schurig
- Linville update wireless-2.6/everything
David Woodhouse
- Linville update wireless-2.6/everything
Dan Williams
- Linville update wireless-2.6/everything
John W. Linville
- Linville update wireless-2.6/everything
Dan Williams
- Linville update wireless-2.6/everything
Holger Schurig
- Linville update wireless-2.6/everything
David Woodhouse
- Linville update wireless-2.6/everything
Holger Schurig
- Linville update wireless-2.6/everything
John W. Linville
- Linville update wireless-2.6/everything
John W. Linville
- Linville update wireless-2.6/everything
David Woodhouse
- Linville update wireless-2.6/everything
Dan Williams
- Linville update wireless-2.6/everything
David Woodhouse
- Linville update wireless-2.6/everything
John W. Linville
- Linville update wireless-2.6/everything
John W. Linville
- Linville update wireless-2.6/everything
David Woodhouse
- Linville update wireless-2.6/everything
Dan Williams
- Linville update wireless-2.6/everything
John W. Linville
- Linville update wireless-2.6/everything
David Woodhouse
- Linville update wireless-2.6/everything
John W. Linville
- Linville update wireless-2.6/everything
David Woodhouse
- Marie Osmond's 'Dancing with the Stars' Diet
Contact
- Market you marketing list products to all Hospitals
Bautista D Marty
- No 'Trouble' for Leona Helmsley
contact
- questions regarding removing the depencency on CONFIG_IEEE80211
Holger Schurig
- questions regarding removing the depencency on CONFIG_IEEE80211
Dan Williams
- questions regarding removing the depencency on CONFIG_IEEE80211
Holger Schurig
- questions regarding removing the depencency on CONFIG_IEEE80211
Dan Williams
- questions regarding removing the depencency on CONFIG_IEEE80211
Johannes Berg
- rtap mode.
David Woodhouse
- rtap mode.
David Woodhouse
- rtap mode.
Michail Bletsas
- rtap mode.
David Woodhouse
- rtap mode.
David Woodhouse
- rtap mode.
Michail Bletsas
- rtap mode.
David Woodhouse
- rtap mode.
Michail Bletsas
- rtap mode.
David Woodhouse
- rtap mode.
Michail Bletsas
- rtap mode.
David Woodhouse
- rtap mode.
Javier Cardona
- rtap mode.
David Woodhouse
- rtap mode.
Holger Schurig
- rtap mode.
David Woodhouse
- rtap mode.
Javier Cardona
- rtap mode.
Michail Bletsas
- Sarah Jessica Parker Guest Stars on 'Project Runway'
Support
- sorry, I messed in the git tree
Holger Schurig
- sorry, I messed in the git tree
David Woodhouse
- what does CMD_SET_BOOT2_VER ?
Holger Schurig
- what does CMD_SET_BOOT2_VER ?
Ivan Kuten
- what does CMD_SET_BOOT2_VER ?
Dan Williams
- what does CMD_SET_BOOT2_VER ?
David Woodhouse
- what does CMD_SET_BOOT2_VER ?
Dan Williams
- what does CMD_SET_BOOT2_VER ?
Javier Cardona
- what does CMD_SET_BOOT2_VER ?
David Woodhouse
- what does CMD_SET_BOOT2_VER ?
Javier Cardona
- what does CMD_SET_BOOT2_VER ?
David Woodhouse
Last message date:
Wed Dec 19 10:33:35 EST 2007
Archived on: Wed Dec 19 10:50:40 EST 2007
This archive was generated by
Pipermail 0.09 (Mailman edition).