libertas: remove unused 11d code
[safe/jmp/linux-2.6] / drivers / net / wireless / libertas / main.c
2009-10-27 Holger Schuriglibertas: remove unused 11d code
2009-10-27 Amitkumar Karwarlibertas: Check return status of command functions
2009-10-09 Luis R. Rodriguezlibertas: remove double assignment of dev->netdev_ops
2009-10-07 Holger Schuriglibertas: first stab at cfg80211 support
2009-10-07 Amitkumar Karwarlibertas: Add auto deep sleep support for SD8385/SD8686...
2009-09-01 Stephen Hemmingerwireless: convert drivers to netdev_tx_t
2009-08-14 Daniel Macklibertas: name the network device wlan%d
2009-06-03 Bing Zhaolibertas: improve function init/shutdown handling for...
2009-05-22 Bing Zhaolibertas: implement function init/shutdown commands...
2009-04-22 Bing Zhaolibertas: support mesh for various firmware versions
2009-03-22 Stephen Hemmingerlibertas: convert to net_device_ops
2009-03-22 Stephen Hemmingerlibertas: convert to internal net_device_stats
2009-03-02 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-02-26 Kiran Divekarlibertas: fix misuse of netdev_priv() and dev->ml_priv
2009-01-29 Colin McCabelibertas: Update libertas core with GSPI constants
2009-01-11 Julia Lawalldrivers/net/wireless/libertas: move a dereference below...
2008-12-12 Anna Neallibertas: Create sysfs entry for changing the mesh...
2008-11-10 Johannes Bergdon't use net/ieee80211.h
2008-11-10 Wang Chennetdevice libertas: Fix directly reference of netdev...
2008-10-31 John W. Linvillewireless: consolidate on a single escape_essid implemen...
2008-10-28 Johannes Bergnet: convert print_mac to %pM
2008-09-11 Dan Williamslibertas: clear current command on card removal
2008-08-29 Dan Williamslibertas: convert adhoc operations to direct commands
2008-08-29 Dan Williamslibertas: convert CMD_802_11_RADIO_CONTROL to a direct...
2008-08-29 Dan Williamslibertas: convert CMD_802_11_DEAUTHENTICATE to a direct...
2008-08-29 Dan Williamslibertas: convert CMD_802_11_RF_TX_POWER to a direct...
2008-08-01 Dan Williamslibertas: only enable rtap with mesh firmware
2008-07-15 David S. Millernetdev: Do not use TX lock to protect address lists.
2008-07-15 David S. Millernetdev: Add netdev->addr_list_lock protection.
2008-06-10 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-10 David S. MillerMerge branch 'master' of /linux/kernel/git/linville...
2008-06-09 Holger Schuriglibertas: fix sleep confirmation
2008-06-03 Javier Cardonalibertas: rate adaptation configuration via iwconfig.
2008-06-03 Holger Schuriglibertas: before sleeping, check for a command result
2008-06-03 Holger Schuriglibertas: don't spin_unlock_irq() twice
2008-05-26 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-05-22 Holger Schuriglibertas: reduce command retry time
2008-05-22 David Woodhouselibertas: Add reset_card() callback to hardware driver
2008-05-22 Javier Cardonalibertas: sysfs interface for accessing non-volatile...
2008-05-22 Javier Cardonalibertas: Extend MESH_CONFIG command to access non...
2008-05-22 David Woodhouselibertas: fix multicast filtering on eth and msh interfaces
2008-05-16 Masakazu Mokunowireless: Create 'device' symlink in sysfs
2008-05-16 Brian Cavagnololibertas: fix command timeout after firmware failure
2008-05-14 Holger Schuriglibertas: remove lbs_get_data_rate()
2008-05-07 Holger Schuriglibertas: allow removal of card at any time
2008-05-07 Holger Schuriglibertas: make some functions void
2008-05-07 Holger Schuriglibertas: debug output tweaks for lbs_thread
2008-04-16 Holger Schuriglibertas: convert libertas driver to use an event/cmdre...
2008-04-08 Holger Schuriglibertas: move association code from scan.c into assoc.c
2008-04-08 Holger Schuriglibertas: move association code from join.c into scan.c
2008-04-01 Holger Schuriglibertas: don't depend on IEEE80211
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
next