summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas
AgeCommit message (Expand)AuthorFilesLines
2010-09-16libertas: correct sparse warningsJohn W. Linville2-5/+3
2010-08-16drivers/net/wireless/libertas/cfg.c: needs sched.hAndrew Morton1-0/+1
2010-08-16libertas: [spi] use common firmware request helper and new firmware locationsDan Williams2-80/+69
2010-08-16libertas: [sdio] use common firmware request helper and new firmware locationsDan Williams2-87/+60
2010-08-16libertas: [cs] use common firmware request helper and new firmware locationsDan Williams1-56/+74
2010-08-16libertas: add two-stage firmware request helperDan Williams2-0/+118
2010-08-16libertas: [usb] use new firmware locationsDan Williams2-7/+54
2010-08-16drivers/net/wireless/libertas: Adjust confusing if indentationJulia Lawall1-2/+4
2010-08-16libertas: better association request debuggingDan Williams1-8/+29
2010-08-16libertas: better scan response debuggingDan Williams1-4/+20
2010-08-09libertas: fix build break by including linux/sched.hJohn W. Linville1-0/+1
2010-08-05libertas: scan before assocation if no BSSID was givenDan Williams3-33/+121
2010-08-05libertas: fix association with some APs by using extended ratesDan Williams1-16/+40
2010-08-05libertas: get the right # of scanned BSSesDan Williams1-1/+9
2010-07-27libertas: remove unused cmd_pending waitqDan Williams2-9/+0
2010-07-27libertas: rename lbs_get_cmd_ctrl_node() to lbs_get_free_cmd_node()Dan Williams1-4/+2
2010-07-27libertas: kill unused lbs_prepare_and_send_command()Dan Williams4-146/+9
2010-07-27libertas: convert DEEP_SLEEP timer to a direct commandDan Williams2-12/+8
2010-07-27libertas: convert PS_MODE to a direct commandDan Williams7-126/+95
2010-07-27libertas: remove unused indirect command response handlerDan Williams1-24/+1
2010-07-27libertas: convert CMD_FWT_ACCESS to a direct commandDan Williams5-34/+26
2010-07-27libertas: convert Mesh Blinding Table access to a direct commandDan Williams5-46/+158
2010-07-27libertas: convert register access to direct commandsDan Williams6-180/+94
2010-07-27libertas: convert LED_GPIO_CTRL to a direct commandDan Williams1-3/+2
2010-07-27libertas: remove Beacon ControlDan Williams4-11/+2
2010-07-27libertas: remove unused Automatic Frequency Control commandDan Williams3-23/+3
2010-07-27libertas: remove unused indirect TPC_CFG command leftoversDan Williams3-20/+0
2010-07-27libertas: convert 11D_DOMAIN_INFO to a direct commandDan Williams7-238/+139
2010-07-27libertas: clean up RSSI commandDan Williams8-77/+51
2010-07-27libertas: clean up MONITOR_MODE commandDan Williams4-72/+33
2010-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...John W. Linville4-99/+99
2010-07-26libertas: precedence bugDan Carpenter1-1/+1
2010-07-14libertas: convert new uses of __attribute__ ((packed)) to __packedJohn W. Linville2-6/+6
2010-07-14drivers/net/wireless: Remove unnecessary casts of private_dataJoe Perches1-2/+2
2010-07-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-33/+142
2010-07-12libertas: Added support for host sleep featureAmitkumar Karwar5-33/+142
2010-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller21-6726/+2239
2010-06-23libertas: mark lbs_ret_802_11d_domain_info staticJohn W. Linville1-1/+1
2010-06-23Libertas: Added 11d support using cfg80211Kiran Divekar8-1/+268
2010-06-23Libertas: fix WARN_ON issues in cfg80211 supportKiran Divekar3-28/+15
2010-06-23Libertas: cfg80211 supportKiran Divekar20-6722/+1981
2010-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller9-73/+177
2010-06-08libertas: Fix ethtool reporting no WOL options supported if WOL is not alread...Sascha Silbe1-6/+3
2010-06-03drivers/net: use __packed annotationEric Dumazet4-99/+99
2010-06-02wireless: fix several minor description typosWalter Goldens1-1/+1
2010-06-02drivers/net/wireless/libertas: Use kmemdupJulia Lawall1-4/+2
2010-06-02libertas: Added callback functions to support SDIO suspend/resume.Amitkumar Karwar8-62/+171
2010-05-28libertas: fix uninitialized variable warningPrarit Bhargava1-3/+2
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds10-107/+125
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches3-8/+0