iwlwifi: fix software rf_kill problem when interface is down
[safe/jmp/linux-2.6] / drivers / net / wireless / libertas /
2008-06-14 Holger Schuriglibertas: rename some registers to clarify their meaning
2008-06-14 Holger Schuriglibertas: check for old, unsupported hardware
2008-06-14 Holger Schuriglibertas: document register meanings
2008-06-14 Holger Schuriglibertas: fix interrupt issue
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-04 Holger Schuriglibertas: fix command size for CMD_802_11_SUBSCRIBE_EVENT
2008-06-03 Holger Schuriglibertas: unify various CF-related defines
2008-06-03 Holger Schuriglibertas: fix compact flash interrupt handling
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: use lbs_pr_XX instead of printk
2008-06-03 Holger Schuriglibertas: speeds up downloading of CF firmware
2008-06-03 Holger Schuriglibertas: don't spin_unlock_irq() twice
2008-06-03 David Woodhouselibertas: provide reset_card() callback on OLPC
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 Javier Cardonalibertas: sysfs interface for accessing default mesh...
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-22 David Woodhouselibertas: Increase priority of 'unknown command' warnings
2008-05-21 David Woodhouselibertas: Fix ethtool statistics
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-05-01 David S. MillerMerge branch 'master' of /linux/kernel/git/linville...
2008-05-01 Holger Schuriglibertas: fix use-before-check violation
2008-04-29 Harvey Harrisonwireless: use get/put_unaligned_* helpers
2008-04-16 Holger Schuriglibertas: un-garbage various command structs
2008-04-16 Holger Schuriglibertas: convert libertas driver to use an event/cmdre...
2008-04-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-04-08 Holger Schuriglibertas: remove lbs_get_fwversion()
2008-04-08 Holger Schuriglibertas: move lbs_update_channel out of assoc.c
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-08 Holger Schuriglibertas: fix mode initialization problem
2008-04-03 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
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_EEPROM_ACCESS to a direct...
2008-04-01 Holger Schuriglibertas: convert CMD_802_11_MAC_ADDRESS to a direct...
2008-03-27 Holger Schuriglibertas: reduce debug output
2008-03-27 Holger Schuriglibertas: remove CMD_802_11_PWR_CFG
2008-03-27 Holger Schuriglibertas: kill useless #define LBS_MONITOR_OFF 0
2008-03-27 Holger Schuriglibertas: fix spinlock recursion bug
2008-03-25 Holger Schuriglibertas: store rssi as an u32
2008-03-25 Holger Schuriglibertas: remove lots of unused stuff
2008-03-25 Holger Schuriglibertas: misc power saving adjusts
2008-03-25 Holger Schuriglibertas: convert GET_LOG to a direct command
2008-03-25 Holger Schuriglibertas: fix scheduling while atomic bug in CMD_MAC_CO...
2008-03-25 Holger Schuriglibertas: make a handy lbs_cmd_async() command
2008-03-25 Holger Schuriglibertas: remove some unused commands
2008-03-25 Holger Schuriglibertas: rename packetfilter to mac_control
2008-03-25 Holger Schuriglibertas: convert CMD_MAC_CONTROL to a direct command
2008-03-18 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-13 Holger Schuriglibertas: implement SSID scanning for SIOCSIWSCAN
2008-03-11 Sebastian Siewiorlibertas: fix the 'compare command with itself' properly
2008-03-06 David Woodhouselibertas: clean up scan.c, remove zeromac and bcastmac
2008-03-06 David Woodhouselibertas: convert 802_11_SCAN to a direct command
2008-03-06 David Woodhouselibertas: add LED control TLV to types.h
2008-03-06 David Woodhouselibertas: convert KEY_MATERIAL to a direct command
2008-03-05 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-03-04 Sebastian Siewiorlibertas: compare the current command with response
2008-03-04 David Woodhouselibertas: fix sanity check on sequence number in comman...
2008-02-29 Holger Schuriglibertas: rename/document scan_channel
2008-02-29 Holger Schuriglibertas: make lbs_unset_basic_rate_flags() static
2008-02-29 Holger Schuriglibertas: make lbs_sync_channel() static
2008-02-29 Holger Schuriglibertas: make association debug output nicer
2008-02-29 Holger Schuriglibertas: trim overly long debug statement
2008-02-28 Roland Dreierlibertas: Remove unused exports
2008-02-03 Paulius ZaleckasSpelling fixes: lenght->length
2008-02-01 Holger Schuriglibertas: fix interrupt while removing driver
2008-02-01 Ihar Hrachyshkalibertas: fix memory alignment problems on the blackfin
2008-01-28 Holger Schuriglibertas: pepper main with debug statement
2008-01-28 Holger Schuriglibertas: don't blindly try mesh
2008-01-28 Holger Schuriglibertas: always show firmware release
2008-01-28 Holger Schuriglibertas: move cardspecific data to driver
2008-01-28 Holger Schuriglibertas cs/sdio: fix 'NOHZ: local_softirq_pending...
2008-01-28 David Woodhouselibertas: remove check for driver_lock in lbs_interrupt()
2008-01-28 David Woodhouselibertas: convert SUBSCRIBE_EVENT to a direct command
2008-01-28 David Woodhouselibertas: change inference about buffer size in lbs_cmd()
2008-01-28 David Woodhouselibertas: convert ENABLE_RSN to a direct command
2008-01-28 David Woodhouselibertas: convert SET_WEP to a direct command
2008-01-28 David Woodhouselibertas: convert SLEEP_PARAMS to a direct command
2008-01-28 David Woodhouselibertas: convert INACTIVITY_TIMEOUT to a direct command
2008-01-28 David Woodhouselibertas: convert RADIO_CONTROL to a direct command
2008-01-28 David Woodhouselibertas: submit RSSI command on tx timeout, to check...
2008-01-28 David Woodhouselibertas: make lbs_submit_command always 'succeed'...
2008-01-28 David Woodhouselibertas: discard DEFER responses to commands; let...
2008-01-28 David Woodhouselibertas: use priv->upld_buf for command responses
2008-01-28 David Woodhouselibertas: reduce explicit references to priv->cur_cmd...
2008-01-28 David Woodhouselibertas: Check for PS mode support on USB devices
2008-01-28 David Woodhouselibertas: allow for PS mode to be disabled when firmwar...
2008-01-28 David Woodhouselibertas: handle HOST_AWAKE event by sending WAKEUP_CON...
next