summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas
AgeCommit message (Expand)AuthorFilesLines
2008-04-08libertas: fix mode initialization problemHolger Schurig1-1/+1
2008-03-27libertas: fix spinlock recursion bugHolger Schurig1-2/+0
2008-03-11libertas: fix the 'compare command with itself' properlySebastian Siewior1-1/+1
2008-03-05libertas: compare the current command with responseSebastian Siewior1-3/+1
2008-03-05libertas: fix sanity check on sequence number in command responseDavid Woodhouse1-2/+2
2008-02-28libertas: Remove unused exportsRoland Dreier3-20/+0
2008-02-03Spelling fixes: lenght->lengthPaulius Zaleckas1-1/+1
2008-02-01libertas: fix interrupt while removing driverHolger Schurig1-3/+3
2008-02-01libertas: fix memory alignment problems on the blackfinIhar Hrachyshka2-3/+5
2008-01-29libertas: pepper main with debug statementHolger Schurig1-62/+82
2008-01-29libertas: don't blindly try meshHolger Schurig1-23/+27
2008-01-29libertas: always show firmware releaseHolger Schurig4-20/+25
2008-01-29libertas: move cardspecific data to driverHolger Schurig3-3/+4
2008-01-29libertas cs/sdio: fix 'NOHZ: local_softirq_pending 08' messageHolger Schurig1-1/+4
2008-01-29libertas: remove check for driver_lock in lbs_interrupt()David Woodhouse1-5/+0
2008-01-29libertas: convert SUBSCRIBE_EVENT to a direct commandDavid Woodhouse4-226/+135
2008-01-29libertas: change inference about buffer size in lbs_cmd()David Woodhouse1-6/+8
2008-01-29libertas: convert ENABLE_RSN to a direct commandDavid Woodhouse5-54/+23
2008-01-29libertas: convert SET_WEP to a direct commandDavid Woodhouse5-59/+34
2008-01-29libertas: convert SLEEP_PARAMS to a direct commandDavid Woodhouse6-98/+74
2008-01-29libertas: convert INACTIVITY_TIMEOUT to a direct commandDavid Woodhouse4-26/+21
2008-01-29libertas: convert RADIO_CONTROL to a direct commandDavid Woodhouse3-52/+29
2008-01-29libertas: submit RSSI command on tx timeout, to check whether module is deadDavid Woodhouse1-0/+7
2008-01-29libertas: make lbs_submit_command always 'succeed' and set command timerDavid Woodhouse1-22/+20
2008-01-29libertas: discard DEFER responses to commands; let the timeout triggerDavid Woodhouse1-0/+10
2008-01-29libertas: use priv->upld_buf for command responsesDavid Woodhouse4-30/+4
2008-01-29libertas: reduce explicit references to priv->cur_cmd->cmdbufDavid Woodhouse1-4/+4
2008-01-29libertas: Check for PS mode support on USB devicesDavid Woodhouse1-6/+22
2008-01-29libertas: allow for PS mode to be disabled when firmware doesn't support itDavid Woodhouse3-0/+13
2008-01-29libertas: handle HOST_AWAKE event by sending WAKEUP_CONFIRM commandDavid Woodhouse3-1/+31
2008-01-29libertas: don't clear priv->dnld_sent after sending sleep confirmDavid Woodhouse1-1/+0
2008-01-29libertas: fix buffer handling of PS_MODE commands and responsesDavid Woodhouse2-3/+3
2008-01-29libertas: add SLEEP_PERIOD and FW_WAKE_METHOD command definitionsDavid Woodhouse2-0/+16
2008-01-29libertas: fix return from lbs_update_channel()David Woodhouse1-6/+10
2008-01-29libertas: kill 'addtail' argument to lbs_queue_cmd() and make it staticDavid Woodhouse2-13/+5
2008-01-29libertas: handle command timeout in main thread instead of directly in timerDavid Woodhouse3-22/+38
2008-01-29libertas: ensure response buffer size is always set for lbs_cmd_with_responseDavid Woodhouse3-1/+8
2008-01-29libertas: add __lbs_cmd_async() for asynchronous command submissionDavid Woodhouse2-30/+36
2008-01-29libertas: store command result in cmdnode instead of priv->cur_cmd_retcodeDavid Woodhouse3-6/+8
2008-01-29libertas: kill pdata_buf member of struct cmd_ctrl_nodeDavid Woodhouse3-17/+14
2008-01-29libertas: let __lbs_cmd() free its own cmdnodeDavid Woodhouse1-1/+3
2008-01-29libertas: kill cleanup_cmdnode()David Woodhouse1-22/+17
2008-01-29libertas: don't re-initialise cmdnode when taking it off the free queueDavid Woodhouse1-3/+0
2008-01-29libertas: introduce and use lbs_complete_command() for command completionDavid Woodhouse3-17/+23
2008-01-29libertas: remove some pointless checks for cmdnode buffer being presentDavid Woodhouse1-12/+4
2008-01-29libertas: don't use __lbs_cmd() with empty callback in if_usb.cDavid Woodhouse1-1/+1
2008-01-29libertas: rename and clean up DownloadcommandToStationDavid Woodhouse1-27/+9
2008-01-29libertas: kill unused wait_option field in struct cmd_ctrl_nodeDavid Woodhouse2-10/+4
2008-01-29libertas: kill whitespace at end of linesDavid Woodhouse7-16/+16
2008-01-29libertas: clean up if_usb driverDavid Woodhouse2-298/+225