aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-02libertas: Added callback functions to support SDIO suspend/resume.Amitkumar Karwar1-24/+55
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-6/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-24libertas: add auto auth mode featureAmitkumar Karwar1-0/+1
2010-02-28wireless: convert to use netdev_for_each_mc_addrJiri Pirko1-2/+6
2010-02-14Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-24/+7
2010-02-08libertas: don't retry commandsHolger Schurig1-24/+7
2009-12-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-23/+19
2009-12-22kfifo: fix warn_unused_resultStefani Seibold1-2/+4
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-2/+3
2009-12-22kfifo: cleanup namespaceStefani Seibold1-4/+4
2009-12-22kfifo: move out spinlockStefani Seibold1-1/+1
2009-12-22kfifo: move struct kfifo in placeStefani Seibold1-9/+7
2009-12-22libertas: remove priv->capabilityHolger Schurig1-1/+0
2009-12-22libertas: add access functions for mesh open/connect statusHolger Schurig1-3/+2
2009-12-22libertas: move mesh SSID initialization into mesh.cHolger Schurig1-4/+0
2009-12-22libertas: decouple mesh and rtapHolger Schurig1-2/+17
2009-12-22libertas: remove mesh_autostart_enabled and sync_channelHolger Schurig1-13/+0
2009-11-28libertas: moveing mesh-related functions into mesh.cHolger Schurig1-342/+15
2009-10-27libertas: move SIOCGIWAP calls to wext.cHolger Schurig1-4/+1
2009-10-27libertas: get current channel out of priv->curbssparamsHolger Schurig1-5/+5
2009-10-27libertas: move scan/assoc related stuffHolger Schurig1-182/+0
2009-10-27libertas: remove unused 11d codeHolger Schurig1-3/+0
2009-10-27libertas: Check return status of command functionsAmitkumar Karwar1-0/+2
2009-10-09libertas: remove double assignment of dev->netdev_opsLuis R. Rodriguez1-1/+0
2009-10-07libertas: first stab at cfg80211 supportHolger Schurig1-17/+44
2009-10-07libertas: Add auto deep sleep support for SD8385/SD8686/SD8688Amitkumar Karwar1-14/+97
2009-09-01wireless: convert drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-08-14libertas: name the network device wlan%dDaniel Mack1-1/+2
2009-06-03libertas: improve function init/shutdown handling for SD8688Bing Zhao1-20/+0
2009-05-22libertas: implement function init/shutdown commands for SD8688Bing Zhao1-0/+20
2009-04-22libertas: support mesh for various firmware versionsBing Zhao1-17/+27
2009-03-21libertas: convert to net_device_opsStephen Hemminger1-16/+29
2009-03-21libertas: convert to internal net_device_statsStephen Hemminger1-25/+1
2009-03-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-15/+16
2009-02-26libertas: fix misuse of netdev_priv() and dev->ml_privKiran Divekar1-15/+16
2009-01-29libertas: Update libertas core with GSPI constantsColin McCabe1-3/+2
2009-01-11drivers/net/wireless/libertas: move a dereference below a NULL testJulia Lawall1-3/+4
2008-12-12libertas: Create sysfs entry for changing the mesh probe response limitAnna Neal1-0/+60
2008-11-10don't use net/ieee80211.hJohannes Berg1-2/+1
2008-11-10netdevice libertas: Fix directly reference of netdev->privWang Chen1-18/+18
2008-10-31wireless: consolidate on a single escape_essid implementationJohn W. Linville1-27/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-5/+4
2008-09-11libertas: clear current command on card removalDan Williams1-1/+19
2008-08-29libertas: convert adhoc operations to direct commandsDan Williams1-1/+1
2008-08-29libertas: convert CMD_802_11_RADIO_CONTROL to a direct commandDan Williams1-1/+1
2008-08-29libertas: convert CMD_802_11_DEAUTHENTICATE to a direct commandDan Williams1-1/+3
2008-08-29libertas: convert CMD_802_11_RF_TX_POWER to a direct commandDan Williams1-3/+10