aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas/main.c
AgeCommit message (Expand)Author
2010-05-10net: trans_start cleanupsEric Dumazet
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-24libertas: add auto auth mode featureAmitkumar Karwar
2010-02-28wireless: convert to use netdev_for_each_mc_addrJiri Pirko
2010-02-14Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2010-02-08libertas: don't retry commandsHolger Schurig
2009-12-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-12-22kfifo: fix warn_unused_resultStefani Seibold
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold
2009-12-22kfifo: cleanup namespaceStefani Seibold
2009-12-22kfifo: move out spinlockStefani Seibold
2009-12-22kfifo: move struct kfifo in placeStefani Seibold
2009-12-22libertas: remove priv->capabilityHolger Schurig
2009-12-22libertas: add access functions for mesh open/connect statusHolger Schurig
2009-12-22libertas: move mesh SSID initialization into mesh.cHolger Schurig
2009-12-22libertas: decouple mesh and rtapHolger Schurig
2009-12-22libertas: remove mesh_autostart_enabled and sync_channelHolger Schurig
2009-11-28libertas: moveing mesh-related functions into mesh.cHolger Schurig
2009-10-27libertas: move SIOCGIWAP calls to wext.cHolger Schurig
2009-10-27libertas: get current channel out of priv->curbssparamsHolger Schurig
2009-10-27libertas: move scan/assoc related stuffHolger Schurig
2009-10-27libertas: remove unused 11d codeHolger Schurig
2009-10-27libertas: Check return status of command functionsAmitkumar Karwar
2009-10-09libertas: remove double assignment of dev->netdev_opsLuis R. Rodriguez
2009-10-07libertas: first stab at cfg80211 supportHolger Schurig
2009-10-07libertas: Add auto deep sleep support for SD8385/SD8686/SD8688Amitkumar Karwar
2009-09-01wireless: convert drivers to netdev_tx_tStephen Hemminger
2009-08-14libertas: name the network device wlan%dDaniel Mack
2009-06-03libertas: improve function init/shutdown handling for SD8688Bing Zhao
2009-05-22libertas: implement function init/shutdown commands for SD8688Bing Zhao
2009-04-22libertas: support mesh for various firmware versionsBing Zhao
2009-03-21libertas: convert to net_device_opsStephen Hemminger
2009-03-21libertas: convert to internal net_device_statsStephen Hemminger
2009-03-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-02-26libertas: fix misuse of netdev_priv() and dev->ml_privKiran Divekar
2009-01-29libertas: Update libertas core with GSPI constantsColin McCabe
2009-01-11drivers/net/wireless/libertas: move a dereference below a NULL testJulia Lawall
2008-12-12libertas: Create sysfs entry for changing the mesh probe response limitAnna Neal
2008-11-10don't use net/ieee80211.hJohannes Berg
2008-11-10netdevice libertas: Fix directly reference of netdev->privWang Chen
2008-10-31wireless: consolidate on a single escape_essid implementationJohn W. Linville
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-09-11libertas: clear current command on card removalDan Williams
2008-08-29libertas: convert adhoc operations to direct commandsDan Williams
2008-08-29libertas: convert CMD_802_11_RADIO_CONTROL to a direct commandDan Williams
2008-08-29libertas: convert CMD_802_11_DEAUTHENTICATE to a direct commandDan Williams
2008-08-29libertas: convert CMD_802_11_RF_TX_POWER to a direct commandDan Williams
2008-08-01libertas: only enable rtap with mesh firmwareDan Williams