summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas
AgeCommit message (Expand)Author
2008-03-25libertas: rename packetfilter to mac_controlHolger Schurig
2008-03-25libertas: convert CMD_MAC_CONTROL to a direct commandHolger Schurig
2008-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-13libertas: implement SSID scanning for SIOCSIWSCANHolger Schurig
2008-03-11libertas: fix the 'compare command with itself' properlySebastian Siewior
2008-03-06libertas: clean up scan.c, remove zeromac and bcastmacDavid Woodhouse
2008-03-06libertas: convert 802_11_SCAN to a direct commandDavid Woodhouse
2008-03-06libertas: add LED control TLV to types.hDavid Woodhouse
2008-03-06libertas: convert KEY_MATERIAL to a direct commandDavid Woodhouse
2008-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-03-04libertas: compare the current command with responseSebastian Siewior
2008-03-04libertas: fix sanity check on sequence number in command responseDavid Woodhouse
2008-02-29libertas: rename/document scan_channelHolger Schurig
2008-02-29libertas: make lbs_unset_basic_rate_flags() staticHolger Schurig
2008-02-29libertas: make lbs_sync_channel() staticHolger Schurig
2008-02-29libertas: make association debug output nicerHolger Schurig
2008-02-29libertas: trim overly long debug statementHolger Schurig
2008-02-28libertas: Remove unused exportsRoland Dreier
2008-02-03Spelling fixes: lenght->lengthPaulius Zaleckas
2008-01-31libertas: fix interrupt while removing driverHolger Schurig
2008-01-31libertas: fix memory alignment problems on the blackfinIhar Hrachyshka
2008-01-28libertas: pepper main with debug statementHolger Schurig
2008-01-28libertas: don't blindly try meshHolger Schurig
2008-01-28libertas: always show firmware releaseHolger Schurig
2008-01-28libertas: move cardspecific data to driverHolger Schurig
2008-01-28libertas cs/sdio: fix 'NOHZ: local_softirq_pending 08' messageHolger Schurig
2008-01-28libertas: remove check for driver_lock in lbs_interrupt()David Woodhouse
2008-01-28libertas: convert SUBSCRIBE_EVENT to a direct commandDavid Woodhouse
2008-01-28libertas: change inference about buffer size in lbs_cmd()David Woodhouse
2008-01-28libertas: convert ENABLE_RSN to a direct commandDavid Woodhouse
2008-01-28libertas: convert SET_WEP to a direct commandDavid Woodhouse
2008-01-28libertas: convert SLEEP_PARAMS to a direct commandDavid Woodhouse
2008-01-28libertas: convert INACTIVITY_TIMEOUT to a direct commandDavid Woodhouse
2008-01-28libertas: convert RADIO_CONTROL to a direct commandDavid Woodhouse
2008-01-28libertas: submit RSSI command on tx timeout, to check whether module is deadDavid Woodhouse
2008-01-28libertas: make lbs_submit_command always 'succeed' and set command timerDavid Woodhouse
2008-01-28libertas: discard DEFER responses to commands; let the timeout triggerDavid Woodhouse
2008-01-28libertas: use priv->upld_buf for command responsesDavid Woodhouse
2008-01-28libertas: reduce explicit references to priv->cur_cmd->cmdbufDavid Woodhouse
2008-01-28libertas: Check for PS mode support on USB devicesDavid Woodhouse
2008-01-28libertas: allow for PS mode to be disabled when firmware doesn't support itDavid Woodhouse
2008-01-28libertas: handle HOST_AWAKE event by sending WAKEUP_CONFIRM commandDavid Woodhouse
2008-01-28libertas: don't clear priv->dnld_sent after sending sleep confirmDavid Woodhouse
2008-01-28libertas: fix buffer handling of PS_MODE commands and responsesDavid Woodhouse
2008-01-28libertas: add SLEEP_PERIOD and FW_WAKE_METHOD command definitionsDavid Woodhouse
2008-01-28libertas: fix return from lbs_update_channel()David Woodhouse
2008-01-28libertas: kill 'addtail' argument to lbs_queue_cmd() and make it staticDavid Woodhouse
2008-01-28libertas: handle command timeout in main thread instead of directly in timerDavid Woodhouse
2008-01-28libertas: ensure response buffer size is always set for lbs_cmd_with_responseDavid Woodhouse
2008-01-28libertas: add __lbs_cmd_async() for asynchronous command submissionDavid Woodhouse