libertas: convert sleep/wake config direct commands
[safe/jmp/linux-2.6] / drivers / net / wireless / libertas / main.c
2008-04-01 Holger Schuriglibertas: convert sleep/wake config direct commands
2008-04-01 Holger Schuriglibertas: convert CMD_802_11_MAC_ADDRESS to a direct...
2008-03-27 Holger Schuriglibertas: kill useless #define LBS_MONITOR_OFF 0
2008-03-25 Holger Schuriglibertas: remove lots of unused stuff
2008-03-25 Holger Schuriglibertas: misc power saving adjusts
2008-03-25 Holger Schuriglibertas: rename packetfilter to mac_control
2008-02-29 Holger Schuriglibertas: make lbs_sync_channel() static
2008-02-28 Roland Dreierlibertas: Remove unused exports
2008-01-28 Holger Schuriglibertas: pepper main with debug statement
2008-01-28 Holger Schuriglibertas: don't blindly try mesh
2008-01-28 David Woodhouselibertas: remove check for driver_lock in lbs_interrupt()
2008-01-28 David Woodhouselibertas: submit RSSI command on tx timeout, to check...
2008-01-28 David Woodhouselibertas: handle command timeout in main thread instead...
2008-01-28 David Woodhouselibertas: store command result in cmdnode instead of...
2008-01-28 David Woodhouselibertas: kill whitespace at end of lines
2008-01-28 David Woodhouselibertas: don't exit worker thread until kthread_stop...
2008-01-28 David Woodhouselibertas: use spin_is_locked() instead of spin_trylock...
2008-01-28 David Woodhouselibertas: pass channel argument directly to lbs_mesh_co...
2008-01-28 David Woodhouselibertas: cope with both old and new mesh TLV values
2008-01-28 David Woodhouselibertas: add ethtool support for wake-on-lan configuration
2008-01-28 David Woodhouselibertas: implement suspend and resume core methods
2008-01-28 David Woodhouselibertas: make worker thread not freezable
2008-01-28 David Woodhouselibertas: slight cleanup of netif queue stop/wake
2008-01-28 David Woodhouselibertas: be more careful about command responses match...
2008-01-28 David Woodhouselibertas: kill references to mesh autostart
2008-01-28 David Woodhouselibertas: add lbs_mesh sysfs attribute for enabling...
2008-01-28 David Woodhouselibertas: make some more functions static
2008-01-28 Dan Williamslibertas: convert DATA_RATE to a direct command
2008-01-28 David Woodhouselibertas: convert CMD_MESH_ACCESS to a direct command
2008-01-28 Dan Williamslibertas: rename and re-type bufvirtualaddr to cmdbuf
2008-01-28 David Woodhouselibertas: move removal of lbs_rtap file to lbs_stop_card()
2008-01-28 Dan Williamslibertas: convert GET_HW_SPEC to a direct command
2008-01-28 David Woodhouselibertas: don't run thread while firmware not yet ready
2008-01-28 David Woodhouselibertas: make rtap and normal modes mutually exclusive...
2008-01-28 David Woodhouselibertas: remove pre_open_check()
2008-01-28 David Woodhouselibertas: clean up lbs_interrupt()
2008-01-28 David Woodhouselibertas: Move actual transmission to main thread
2008-01-28 David Woodhouselibertas: refactor the 'should I sleep?' decision in...
2008-01-28 David Woodhouselibertas: set dev_addr on rtap device
2008-01-28 David Woodhouselibertas: stop using ieee80211 for radiotap device
2008-01-28 David Woodhouselibertas: kill lbs_pre_start_xmit(), lib_mesh_pre_start...
2008-01-28 David Woodhouselibertas: move lbs_hard_start_xmit() into tx.c
2008-01-28 David Woodhouselibertas: kill internal tx queue for PS mode
2008-01-28 David Woodhouselibertas: use lbs_host_to_card_done() in lbs_tx_timeout()
2008-01-28 David Woodhouselibertas: kill struct lbs_adapter
2008-01-28 David Woodhouselibertas: kill TxLockFlag
2008-01-28 David Woodhouselibertas: fix lbs_rtap attribute in sysfs
2008-01-28 David Woodhouselibertas: clean up lbs_thread() to make it slightly...
2008-01-28 David Woodhouselibertas: kill adapter->nr_cmd_pending
2008-01-28 David Woodhouselibertas: Move SET_BOOT2_VER command to if_usb where...
2008-01-28 David Woodhouselibertas: Consolidate lbs_host_to_card_done() function.
2008-01-28 Holger Schuriglibertas: tweak tx path debugging
2008-01-28 Holger Schuriglibertas: remove arbitrary typedefs
2008-01-28 Brajesh Davelibertas: separate mesh connectivity from that of the...
2008-01-28 Andres Salomonlibertas: mark module_init/exit functions as __init...
2008-01-28 Holger Schuriglibertas: move to uniform lbs_/LBS_ namespace
2007-11-30 David Woodhouselibertas: Don't set NETIF_F_IPV6_CSUM in dev->features
2007-10-10 Joe Perches[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
2007-10-10 Denis Chengdrivers/net/: all drivers/net/ cleanup with ARRAY_SIZE
2007-10-10 Ralf Baechle[NET]: Nuke SET_MODULE_OWNER macro.
2007-10-10 Dan Williams[PATCH] libertas: don't stomp on interface-specific...
2007-10-10 Dan Williams[PATCH] libertas: reorganize and simplify init sequence
2007-10-10 Dan Williams[PATCH] libertas: fix inadvertant removal of bits from...
2007-10-10 Dan Williams[PATCH] libertas: bump driver version
2007-10-10 Luis Carlos Cobo[PATCH] libertas: pass boot2 version to firmware
2007-10-10 Dan Williams[PATCH] libertas: push WEXT scan requests to a work...
2007-10-10 Luis Carlos Cobo[PATCH] libertas: monitor mode support for OLPC firmware
2007-10-10 Luis Carlos Cobo[PATCH] libertas: keep mesh autostart enabled while...
2007-10-10 Holger Schurig[PATCH] libertas: remove adapter->scantype
2007-10-10 Holger Schurig[PATCH] libertas: remove adapter->scanmode
2007-10-10 Holger Schurig[PATCH] libertas: remove adapter->beaconperiod
2007-10-10 Holger Schurig[PATCH] libertas: remove adapter->adhoc_grate_enabled
2007-10-10 Holger Schurig[PATCH] libertas: remove adapter->listeninterval
2007-10-10 Holger Schurig[PATCH] libertas: remove adapter->atimwindow
2007-10-10 Holger Schurig[PATCH] libertas: remove adapter->multipledtim
2007-10-10 Holger Schurig[PATCH] libertas: remove adapter->locallisteninterval
2007-10-10 Holger Schurig[PATCH] libertas: remove adapter->{data,bcn}_avg_factor
2007-10-10 Holger Schurig[PATCH] libertas: remove adapter->pkttxctrl
2007-10-10 Holger Schurig[PATCH] libertas: remove adapter->scanprobes
2007-10-10 Holger Schurig[PATCH] libertas: remove adapter->prescan
2007-10-10 Holger Schurig[PATCH] libertas: remove adapter->{rx,tx}antenna
2007-10-10 Holger Schurig[PATCH] libertas: use LBS_DEB_HOST for host-to-card...
2007-10-10 Holger Schurig[PATCH] libertas: make the hex dumper nicer
2007-10-10 Luis Carlos Cobo[PATCH] Support for mesh autostart deactivation through...
2007-10-10 Holger Schurig[PATCH] libertas: access mesh_dev more carefully
2007-10-10 Holger Schurig[PATCH] libertas: uppercase some #defines
2007-10-10 Holger Schurig[PATCH] libertas: make more functions static & remove...
2007-10-10 Holger Schurig[PATCH] libertas: remove fw.c
2007-10-10 Dan Williams[PATCH] libertas: simplify and clean up data rate handling
2007-10-10 Dan Williams[PATCH] libertas: wlan_ -> libertas_ function prefix...
2007-10-10 Dan Williams[PATCH] libertas: move generic firmware reset command...
2007-10-10 Dan Williams[PATCH] libertas: bump version to 322.p1
2007-10-10 Dan Williams[PATCH] libertas: remove thread.h and make kthread...
2007-10-10 Dan Williams[PATCH] libertas: re-uppercase command defines and...
2007-07-17 Rafael J. WysockiFreezer: make kernel threads nonfreezable by default
2007-06-28 Dan Williams[PATCH] libertas: remove private ioctls
2007-06-28 Dan Williams[PATCH] libertas: style fixes
2007-06-12 Luis Carlos[PATCH] libertas: convert libertas_mpp into anycast_mask
2007-06-12 Luis Carlos Cobo Rus[PATCH] libertas: pull current channel from firmware...
2007-06-11 David Woodhouse[PATCH] libertas: first pass at fixing up endianness...
next