aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-28libertas: fix lbs_rtap attribute in sysfsDavid Woodhouse1-12/+6
2008-01-28libertas: clean up lbs_thread() to make it slightly more readableDavid Woodhouse1-56/+36
2008-01-28libertas: kill adapter->nr_cmd_pendingDavid Woodhouse1-3/+1
2008-01-28libertas: Move SET_BOOT2_VER command to if_usb where it belongsDavid Woodhouse1-4/+0
2008-01-28libertas: Consolidate lbs_host_to_card_done() function.David Woodhouse1-0/+18
2008-01-28libertas: tweak tx path debuggingHolger Schurig1-4/+4
2008-01-28libertas: remove arbitrary typedefsHolger Schurig1-59/+63
2008-01-28libertas: separate mesh connectivity from that of the main interfaceBrajesh Dave1-9/+20
2008-01-28libertas: mark module_init/exit functions as __init/__exitAndres Salomon1-2/+2
2008-01-28libertas: move to uniform lbs_/LBS_ namespaceHolger Schurig1-264/+264
2007-11-29libertas: Don't set NETIF_F_IPV6_CSUM in dev->featuresDavid Woodhouse1-4/+0