summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas/main.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-17wireless: Create 'device' symlink in sysfsMasakazu Mokuno1-0/+1
2008-05-17libertas: fix command timeout after firmware failureBrian Cavagnolo1-0/+1
2008-05-15libertas: remove lbs_get_data_rate()Holger Schurig1-11/+1
2008-05-07libertas: allow removal of card at any timeHolger Schurig1-2/+7
2008-05-07libertas: make some functions voidHolger Schurig1-8/+4
2008-05-07libertas: debug output tweaks for lbs_threadHolger Schurig1-2/+3
2008-04-16libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig1-70/+88
2008-04-09libertas: move association code from scan.c into assoc.cHolger Schurig1-0/+1
2008-04-09libertas: move association code from join.c into scan.cHolger Schurig1-1/+0
2008-04-02libertas: don't depend on IEEE80211Holger Schurig1-0/+26
2008-04-02libertas: convert sleep/wake config direct commandsHolger Schurig1-8/+9
2008-04-02libertas: 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-29libertas: pepper main with debug statementHolger Schurig1-62/+82
2008-01-29libertas: don't blindly try meshHolger Schurig1-23/+27
2008-01-29libertas: remove check for driver_lock in lbs_interrupt()David Woodhouse1-5/+0
2008-01-29libertas: submit RSSI command on tx timeout, to check whether module is deadDavid Woodhouse1-0/+7
2008-01-29libertas: handle command timeout in main thread instead of directly in timerDavid Woodhouse1-22/+30
2008-01-29libertas: store command result in cmdnode instead of priv->cur_cmd_retcodeDavid Woodhouse1-0/+1
2008-01-29libertas: kill whitespace at end of linesDavid Woodhouse1-7/+7
2008-01-29libertas: don't exit worker thread until kthread_stop() is calledDavid Woodhouse1-4/+9
2008-01-29libertas: use spin_is_locked() instead of spin_trylock() in lbs_interrupt()David Woodhouse1-2/+1
2008-01-29libertas: pass channel argument directly to lbs_mesh_config()David Woodhouse1-3/+3
2008-01-29libertas: cope with both old and new mesh TLV valuesDavid Woodhouse1-3/+29
2008-01-29libertas: add ethtool support for wake-on-lan configurationDavid Woodhouse1-0/+8
2008-01-29libertas: implement suspend and resume core methodsDavid Woodhouse1-0/+47
2008-01-29libertas: make worker thread not freezableDavid Woodhouse1-4/+0
2008-01-29libertas: slight cleanup of netif queue stop/wakeDavid Woodhouse1-11/+1
2008-01-29libertas: be more careful about command responses matching cur_cmdDavid Woodhouse1-1/+1
2008-01-29libertas: kill references to mesh autostartDavid Woodhouse1-54/+0
2008-01-29libertas: add lbs_mesh sysfs attribute for enabling meshDavid Woodhouse1-9/+65
2008-01-29libertas: make some more functions staticDavid Woodhouse1-4/+4
2008-01-29libertas: convert DATA_RATE to a direct commandDan Williams1-6/+2
2008-01-29libertas: convert CMD_MESH_ACCESS to a direct commandDavid Woodhouse1-20/+20
2008-01-29libertas: rename and re-type bufvirtualaddr to cmdbufDan Williams1-8/+6
2008-01-29libertas: move removal of lbs_rtap file to lbs_stop_card()David Woodhouse1-1/+1
2008-01-29libertas: convert GET_HW_SPEC to a direct commandDan Williams1-4/+2
2008-01-29libertas: don't run thread while firmware not yet readyDavid Woodhouse1-0/+5
2008-01-29libertas: make rtap and normal modes mutually exclusive, clean up open/stopDavid Woodhouse1-83/+50
2008-01-29libertas: remove pre_open_check()David Woodhouse1-32/+0
2008-01-29libertas: clean up lbs_interrupt()David Woodhouse1-10/+9
2008-01-29libertas: Move actual transmission to main threadDavid Woodhouse1-0/+24
2008-01-29libertas: refactor the 'should I sleep?' decision in lbs_thread()David Woodhouse1-2/+18
2008-01-29libertas: set dev_addr on rtap deviceDavid Woodhouse1-0/+1
2008-01-29libertas: stop using ieee80211 for radiotap deviceDavid Woodhouse1-21/+15