summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx
Commit message (Expand)AuthorAgeFilesLines
* wl1271: Change wl12xx Files NamesShahar Levi2010-11-2233-151/+154
* wl1251: use wl12xx_platform_data to pass dataGrazvydas Ignotas2010-11-151-1/+1
* wl1271: add recover testmode commandEliad Peller2010-11-151-0/+12
* wl1271: handle HW watchdog interruptEliad Peller2010-11-152-1/+11
* wl1271: refactor debugfs function generation codeEliad Peller2010-11-151-104/+111
* wl1271: set wl->vif only if add_interface succeeded.Eliad Peller2010-11-151-13/+20
* wl1271: Check interface state in op_* functionsJuuso Oikarinen2010-11-151-2/+22
* wl1271: Fix scan failure detectionJuuso Oikarinen2010-11-152-5/+17
* wl1271: Fix RX path stallJuuso Oikarinen2010-11-151-4/+8
* wireless/wl1271: remove redundant if-statement v2Nicolas Kaiser2010-11-151-2/+0Star
* wl1271: exit ELP mode when setting enabled rates in txLuciano Coelho2010-11-151-0/+5
* wl1271: Fix warning about unsupported RX rateTeemu Paasikivi2010-11-155-7/+15
* wl1271: 11n Support, functionality and configuration abilityShahar Levi2010-11-154-18/+105
* wl1271: 11n Support, ACX CommandsShahar Levi2010-11-152-0/+88
* wl1271: 11n Support, Add DefinitionsShahar Levi2010-11-153-1/+106
* wl1271: Fix TX queue low watermark handlingIdo Yariv2010-11-151-13/+22
* wl1271: Allocate TX descriptors more efficientlyIdo Yariv2010-11-153-16/+24
* wl1271: Fix TX starvationIdo Yariv2010-11-154-8/+27
* wl1271: TX aggregation optimizationIdo Yariv2010-11-151-8/+19
* wl1271: ref_clock cosmetic changesGery Kahn2010-11-151-6/+4Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-2351-10882/+941Star
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-10-1529-10274/+37Star
| |\
| | * wl1251: move to it's own directoryKalle Valo2010-10-1128-10268/+0Star
| | * wl1271: sdio: add suspend/resume supportOhad Ben-Cohen2010-10-081-0/+20
| | * wl1271: sdio: enable runtime PMOhad Ben-Cohen2010-10-081-6/+17
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-10-0820-540/+786
| |\|
| | * wl1271: Support FEM autodetectionJuuso Oikarinen2010-10-071-4/+17
| | * Merge branch 'wireless-next' of git://git.kernel.org/pub/scm/linux/kernel/git...John W. Linville2010-10-0520-536/+769
| | |\
| | | * wl1271: remove deprecated __attribute__ ((packed))Luciano Coelho2010-10-051-1/+1
| | | * wl1271: Add extended radio parameter initializationJuuso Oikarinen2010-10-055-6/+90
| | | * wl1271: Indicate disconnection on hardware failureJuuso Oikarinen2010-10-051-0/+3
| | | * wl1271: Move work-init calls to hw allocationJuuso Oikarinen2010-10-051-5/+4Star
| | | * wl1271: Support firmware TX packet aggregationIdo Yariv2010-10-051-62/+37Star
| | | * wl1271: Support firmware RX packet aggregationIdo Yariv2010-10-053-17/+66
| | | * wl1271: Handle large SPI transfersIdo Yariv2010-10-051-54/+86
| | | * wl1271: Add support for hardware GEM cipherJuuso Oikarinen2010-09-283-1/+19
| | | * wl1271: Increase connection reliabilityJuuso Oikarinen2010-09-284-15/+28
| | | * wl1271: Optimize scan durationJuuso Oikarinen2010-09-284-9/+60
| | | * wl1271: Add handling for failing hardware scan commandJuuso Oikarinen2010-09-284-7/+32
| | | * wl1271: Add hardware recovery mechanismJuuso Oikarinen2010-09-284-3/+36
| | | * wl1271: Separate interface removal to another functionJuuso Oikarinen2010-09-282-6/+17
| | | * wl1271: Fix work cancelling when shutting down the driverJuuso Oikarinen2010-09-283-0/+9
| | | * wl1271: Move scan complete invocation into work functionJuuso Oikarinen2010-09-284-5/+24
| | | * wl1271: Fix AC/TID default configurationJuuso Oikarinen2010-09-283-67/+39Star
| | | * wl1271: Fix tid-configuration of TX framesJuuso Oikarinen2010-09-282-19/+2Star
| | | * wl1271: Enable 11a support always, prevent scanning for unsupporting chipsJuuso Oikarinen2010-09-282-11/+8Star
| | | * wl1271: Reduce rate used for last PSM entry attemptJuuso Oikarinen2010-09-286-15/+28
| | | * wl1271: Enable/disable 11a support based on INI configurationJuuso Oikarinen2010-09-286-45/+31Star
| | | * wl1271: Remove function cmd_read_memoryJuuso Oikarinen2010-09-282-72/+0Star
| | | * wl1271: Release interrupt *after* releasing the driver contextJuuso Oikarinen2010-09-282-4/+2Star