summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas/main.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-16libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig1-70/+88
2008-04-08libertas: move association code from scan.c into assoc.cHolger Schurig1-0/+1
2008-04-08libertas: move association code from join.c into scan.cHolger Schurig1-1/+0
2008-04-01libertas: don't depend on IEEE80211Holger Schurig1-0/+26
2008-04-01libertas: convert sleep/wake config direct commandsHolger Schurig1-8/+9
2008-04-01libertas: convert CMD_802_11_MAC_ADDRESS to a direct commandHolger Schurig1-16/+9
2008-03-27libertas: kill useless #define LBS_MONITOR_OFF 0Holger Schurig1-6/+6
2008-03-25libertas: remove lots of unused stuffHolger Schurig1-2/+2
2008-03-25libertas: misc power saving adjustsHolger Schurig1-1/+1
2008-03-25libertas: rename packetfilter to mac_controlHolger Schurig1-15/+14
2008-02-29libertas: make lbs_sync_channel() staticHolger Schurig1-1/+13
2008-02-28libertas: Remove unused exportsRoland Dreier1-17/+0
2008-01-28libertas: pepper main with debug statementHolger Schurig1-62/+82
2008-01-28libertas: don't blindly try meshHolger Schurig1-23/+27
2008-01-28libertas: remove check for driver_lock in lbs_interrupt()David Woodhouse1-5/+0
2008-01-28libertas: submit RSSI command on tx timeout, to check whether module is deadDavid Woodhouse1-0/+7
2008-01-28libertas: handle command timeout in main thread instead of directly in timerDavid Woodhouse1-22/+30
2008-01-28libertas: store command result in cmdnode instead of priv->cur_cmd_retcodeDavid Woodhouse1-0/+1
2008-01-28libertas: kill whitespace at end of linesDavid Woodhouse1-7/+7
2008-01-28libertas: don't exit worker thread until kthread_stop() is calledDavid Woodhouse1-4/+9
2008-01-28libertas: use spin_is_locked() instead of spin_trylock() in lbs_interrupt()David Woodhouse1-2/+1
2008-01-28libertas: pass channel argument directly to lbs_mesh_config()David Woodhouse1-3/+3
2008-01-28libertas: cope with both old and new mesh TLV valuesDavid Woodhouse1-3/+29
2008-01-28libertas: add ethtool support for wake-on-lan configurationDavid Woodhouse1-0/+8
2008-01-28libertas: implement suspend and resume core methodsDavid Woodhouse1-0/+47
2008-01-28libertas: make worker thread not freezableDavid Woodhouse1-4/+0
2008-01-28libertas: slight cleanup of netif queue stop/wakeDavid Woodhouse1-11/+1
2008-01-28libertas: be more careful about command responses matching cur_cmdDavid Woodhouse1-1/+1
2008-01-28libertas: kill references to mesh autostartDavid Woodhouse1-54/+0
2008-01-28libertas: add lbs_mesh sysfs attribute for enabling meshDavid Woodhouse1-9/+65
2008-01-28libertas: make some more functions staticDavid Woodhouse1-4/+4
2008-01-28libertas: convert DATA_RATE to a direct commandDan Williams1-6/+2
2008-01-28libertas: convert CMD_MESH_ACCESS to a direct commandDavid Woodhouse1-20/+20
2008-01-28libertas: rename and re-type bufvirtualaddr to cmdbufDan Williams1-8/+6
2008-01-28libertas: move removal of lbs_rtap file to lbs_stop_card()David Woodhouse1-1/+1
2008-01-28libertas: convert GET_HW_SPEC to a direct commandDan Williams1-4/+2
2008-01-28libertas: don't run thread while firmware not yet readyDavid Woodhouse1-0/+5
2008-01-28libertas: make rtap and normal modes mutually exclusive, clean up open/stopDavid Woodhouse1-83/+50
2008-01-28libertas: remove pre_open_check()David Woodhouse1-32/+0
2008-01-28libertas: clean up lbs_interrupt()David Woodhouse1-10/+9
2008-01-28libertas: Move actual transmission to main threadDavid Woodhouse1-0/+24
2008-01-28libertas: refactor the 'should I sleep?' decision in lbs_thread()David Woodhouse1-2/+18
2008-01-28libertas: set dev_addr on rtap deviceDavid Woodhouse1-0/+1
2008-01-28libertas: stop using ieee80211 for radiotap deviceDavid Woodhouse1-21/+15
2008-01-28libertas: kill lbs_pre_start_xmit(), lib_mesh_pre_start_xmit()David Woodhouse1-48/+2
2008-01-28libertas: move lbs_hard_start_xmit() into tx.cDavid Woodhouse1-32/+0
2008-01-28libertas: kill internal tx queue for PS modeDavid Woodhouse1-6/+0
2008-01-28libertas: use lbs_host_to_card_done() in lbs_tx_timeout()David Woodhouse1-23/+17
2008-01-28libertas: kill struct lbs_adapterDavid Woodhouse1-180/+146
2008-01-28libertas: kill TxLockFlagDavid Woodhouse1-3/+22