aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas
AgeCommit message (Expand)Author
2008-06-03libertas: fix compact flash interrupt handlingHolger Schurig
2008-06-03libertas: rate adaptation configuration via iwconfig.Javier Cardona
2008-06-03libertas: before sleeping, check for a command resultHolger Schurig
2008-06-03libertas: use lbs_pr_XX instead of printkHolger Schurig
2008-06-03libertas: speeds up downloading of CF firmwareHolger Schurig
2008-06-03libertas: don't spin_unlock_irq() twiceHolger Schurig
2008-06-03libertas: provide reset_card() callback on OLPCDavid Woodhouse
2008-05-21libertas: reduce command retry timeHolger Schurig
2008-05-21libertas: sysfs interface for accessing default mesh channelJavier Cardona
2008-05-21libertas: Add reset_card() callback to hardware driverDavid Woodhouse
2008-05-21libertas: sysfs interface for accessing non-volatile configurationJavier Cardona
2008-05-21libertas: Extend MESH_CONFIG command to access non-volatile configurationJavier Cardona
2008-05-21libertas: fix multicast filtering on eth and msh interfacesDavid Woodhouse
2008-05-21libertas: Increase priority of 'unknown command' warningsDavid Woodhouse
2008-05-14libertas: remove lbs_get_data_rate()Holger Schurig
2008-05-07libertas: allow removal of card at any timeHolger Schurig
2008-05-07libertas: make some functions voidHolger Schurig
2008-05-07libertas: debug output tweaks for lbs_threadHolger Schurig
2008-05-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller
2008-04-30libertas: fix use-before-check violationHolger Schurig
2008-04-29wireless: use get/put_unaligned_* helpersHarvey Harrison
2008-04-16libertas: un-garbage various command structsHolger Schurig
2008-04-16libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-04-08libertas: remove lbs_get_fwversion()Holger Schurig
2008-04-08libertas: move lbs_update_channel out of assoc.cHolger 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-07libertas: fix mode initialization problemHolger Schurig
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
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_EEPROM_ACCESS to a direct commandHolger Schurig
2008-04-01libertas: convert CMD_802_11_MAC_ADDRESS to a direct commandHolger Schurig
2008-03-27libertas: reduce debug outputHolger Schurig
2008-03-27libertas: remove CMD_802_11_PWR_CFGHolger Schurig
2008-03-27libertas: kill useless #define LBS_MONITOR_OFF 0Holger Schurig
2008-03-27libertas: fix spinlock recursion bugHolger Schurig
2008-03-25libertas: store rssi as an u32Holger Schurig
2008-03-25libertas: remove lots of unused stuffHolger Schurig
2008-03-25libertas: misc power saving adjustsHolger Schurig
2008-03-25libertas: convert GET_LOG to a direct commandHolger Schurig
2008-03-25libertas: fix scheduling while atomic bug in CMD_MAC_CONTROLHolger Schurig
2008-03-25libertas: make a handy lbs_cmd_async() commandHolger Schurig
2008-03-25libertas: remove some unused commandsHolger Schurig
2008-03-25libertas: rename packetfilter to mac_controlHolger Schurig
2008-03-25libertas: convert CMD_MAC_CONTROL to a direct commandHolger Schurig
2008-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-13libertas: implement SSID scanning for SIOCSIWSCANHolger Schurig
2008-03-11libertas: fix the 'compare command with itself' properlySebastian Siewior