summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas/main.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-28wireless: convert to use netdev_for_each_mc_addrJiri Pirko1-2/+6
2010-02-15Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-24/+7
2010-02-09libertas: don't retry commandsHolger Schurig1-24/+7
2009-12-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-23/+19
2009-12-23kfifo: fix warn_unused_resultStefani Seibold1-2/+4
2009-12-23kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-2/+3
2009-12-23kfifo: cleanup namespaceStefani Seibold1-4/+4
2009-12-23kfifo: move out spinlockStefani Seibold1-1/+1
2009-12-23kfifo: 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-10libertas: remove double assignment of dev->netdev_opsLuis R. Rodriguez1-1/+0
2009-10-08libertas: first stab at cfg80211 supportHolger Schurig1-17/+44
2009-10-08libertas: 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-23libertas: support mesh for various firmware versionsBing Zhao1-17/+27
2009-03-22libertas: convert to net_device_opsStephen Hemminger1-16/+29
2009-03-22libertas: convert to internal net_device_statsStephen Hemminger1-25/+1
2009-03-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-15/+16
2009-02-26libertas: fix misuse of netdev_priv() and dev->ml_privKiran Divekar1-15/+16
2009-01-30libertas: 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-11-01wireless: consolidate on a single escape_essid implementationJohn W. Linville1-27/+0
2008-10-28net: convert print_mac to %pMJohannes Berg1-5/+4
2008-09-11libertas: clear current command on card removalDan Williams1-1/+19
2008-08-30libertas: convert adhoc operations to direct commandsDan Williams1-1/+1
2008-08-30libertas: convert CMD_802_11_RADIO_CONTROL to a direct commandDan Williams1-1/+1
2008-08-30libertas: convert CMD_802_11_DEAUTHENTICATE to a direct commandDan Williams1-1/+3
2008-08-30libertas: convert CMD_802_11_RF_TX_POWER to a direct commandDan Williams1-3/+10
2008-08-01libertas: only enable rtap with mesh firmwareDan Williams1-6/+9
2008-07-15netdev: Do not use TX lock to protect address lists.David S. Miller1-4/+2
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller1-0/+2
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller1-85/+131