summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas/main.c
AgeCommit message (Expand)Author
2008-05-16wireless: Create 'device' symlink in sysfsMasakazu Mokuno
2008-05-16libertas: fix command timeout after firmware failureBrian Cavagnolo
2008-04-16libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig
2008-04-08libertas: move association code from scan.c into assoc.cHolger Schurig
2008-04-08libertas: move association code from join.c into scan.cHolger Schurig
2008-04-01libertas: don't depend on IEEE80211Holger Schurig
2008-04-01libertas: convert sleep/wake config direct commandsHolger Schurig
2008-04-01libertas: convert CMD_802_11_MAC_ADDRESS to a direct commandHolger Schurig
2008-03-27libertas: kill useless #define LBS_MONITOR_OFF 0Holger Schurig
2008-03-25libertas: remove lots of unused stuffHolger Schurig
2008-03-25libertas: misc power saving adjustsHolger Schurig
2008-03-25libertas: rename packetfilter to mac_controlHolger Schurig
2008-02-29libertas: make lbs_sync_channel() staticHolger Schurig
2008-02-28libertas: Remove unused exportsRoland Dreier
2008-01-28libertas: pepper main with debug statementHolger Schurig
2008-01-28libertas: don't blindly try meshHolger Schurig
2008-01-28libertas: remove check for driver_lock in lbs_interrupt()David Woodhouse
2008-01-28libertas: submit RSSI command on tx timeout, to check whether module is deadDavid Woodhouse
2008-01-28libertas: handle command timeout in main thread instead of directly in timerDavid Woodhouse
2008-01-28libertas: store command result in cmdnode instead of priv->cur_cmd_retcodeDavid Woodhouse
2008-01-28libertas: kill whitespace at end of linesDavid Woodhouse
2008-01-28libertas: don't exit worker thread until kthread_stop() is calledDavid Woodhouse
2008-01-28libertas: use spin_is_locked() instead of spin_trylock() in lbs_interrupt()David Woodhouse
2008-01-28libertas: pass channel argument directly to lbs_mesh_config()David Woodhouse
2008-01-28libertas: cope with both old and new mesh TLV valuesDavid Woodhouse
2008-01-28libertas: add ethtool support for wake-on-lan configurationDavid Woodhouse
2008-01-28libertas: implement suspend and resume core methodsDavid Woodhouse
2008-01-28libertas: make worker thread not freezableDavid Woodhouse
2008-01-28libertas: slight cleanup of netif queue stop/wakeDavid Woodhouse
2008-01-28libertas: be more careful about command responses matching cur_cmdDavid Woodhouse
2008-01-28libertas: kill references to mesh autostartDavid Woodhouse
2008-01-28libertas: add lbs_mesh sysfs attribute for enabling meshDavid Woodhouse
2008-01-28libertas: make some more functions staticDavid Woodhouse
2008-01-28libertas: convert DATA_RATE to a direct commandDan Williams
2008-01-28libertas: convert CMD_MESH_ACCESS to a direct commandDavid Woodhouse
2008-01-28libertas: rename and re-type bufvirtualaddr to cmdbufDan Williams
2008-01-28libertas: move removal of lbs_rtap file to lbs_stop_card()David Woodhouse
2008-01-28libertas: convert GET_HW_SPEC to a direct commandDan Williams
2008-01-28libertas: don't run thread while firmware not yet readyDavid Woodhouse
2008-01-28libertas: make rtap and normal modes mutually exclusive, clean up open/stopDavid Woodhouse
2008-01-28libertas: remove pre_open_check()David Woodhouse
2008-01-28libertas: clean up lbs_interrupt()David Woodhouse
2008-01-28libertas: Move actual transmission to main threadDavid Woodhouse
2008-01-28libertas: refactor the 'should I sleep?' decision in lbs_thread()David Woodhouse
2008-01-28libertas: set dev_addr on rtap deviceDavid Woodhouse
2008-01-28libertas: stop using ieee80211 for radiotap deviceDavid Woodhouse
2008-01-28libertas: kill lbs_pre_start_xmit(), lib_mesh_pre_start_xmit()David Woodhouse
2008-01-28libertas: move lbs_hard_start_xmit() into tx.cDavid Woodhouse
2008-01-28libertas: kill internal tx queue for PS modeDavid Woodhouse
2008-01-28libertas: use lbs_host_to_card_done() in lbs_tx_timeout()David Woodhouse