summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | ath9k_hw: merge codepaths that access the cycle counter registersFelix Fietkau2010-10-065-92/+65Star
| | * | | ath9k_hw: clean up calibration flagsFelix Fietkau2010-10-066-77/+31Star
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-10-062-1/+3
| | |\| | | | | |/ | | |/|
| | | * mac80211: delete AddBA response timerJohannes Berg2010-10-061-0/+2
| | | * ath9k_hw: fix regression in ANI listen time calculationFelix Fietkau2010-10-061-1/+1
| | * | Merge branch 'wireless-next' of git://git.kernel.org/pub/scm/linux/kernel/git...John W. Linville2010-10-0523-538/+784
| | |\ \
| | | * | omap: zoom2/3: fix build caused by wl1271 supportext Anand Gadiyar2010-10-051-1/+1
| | | * | 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
| | | * | wl12xx: fix non-wl12xx build scenariosOhad Ben-Cohen2010-09-301-0/+13
| | | * | MAINTAINERS: Update git url for the wl1271 driverLuciano Coelho2010-09-281-1/+1
| | | * | 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
| | | * | wl1271: Remove acx_fw_version functionJuuso Oikarinen2010-09-282-64/+0Star
| | | * | wl1271: Move setting of wake-up conditions to ps.c from cmd.cJuuso Oikarinen2010-09-282-7/+6Star
| | | * | wl1271: Remove outdated FIXME'sJuuso Oikarinen2010-09-283-19/+7Star
| | | * | wl1271: Change supported channel order for a more optimal scanJuuso Oikarinen2010-09-281-40/+46
| | | * | wl1271: fix forced passive scanLuciano Coelho2010-09-281-1/+4
| | | * | wl1271: remove useless 11a check when scanningLuciano Coelho2010-09-281-4/+1Star
| | | * | wl1271: Fix scan race conditionJuuso Oikarinen2010-09-282-3/+2Star
| | | * | wl1271: Add trigger to net_device oper_state to change BT coex priorityJuuso Oikarinen2010-09-282-0/+70
| | | * | wl1271: Implement CMD_SET_STA_STATE to indicate connection completion to FWJuuso Oikarinen2010-09-282-0/+38
| | | * | wl1271: remove deprecated ACX definitionLuciano Coelho2010-09-281-1/+0Star
| | * | | mac80211: fix channel assumption for association done workLuis R. Rodriguez2010-10-051-3/+3
| | * | | nl80211: fix remain-on-channel documentationJohannes Berg2010-10-051-2/+2
| | * | | ath9k: get correct tx gain type in ath9k_hw_4k_get_eepromGabor Juhos2010-10-051-1/+9
| | * | | ath5k: Don't wake internal queuesBruno Randolf2010-10-051-1/+1
| | * | | mac80211: fix deadlock with multiple interfacesJohannes Berg2010-10-055-22/+7Star
| | * | | nl80211: reduce dumping boilerplateJohannes Berg2010-10-051-92/+59Star
| | * | | nl80211: use generic check for netif_runningJohannes Berg2010-10-051-69/+28Star
| | * | | nl80211: use the new genetlink pre/post_doit hooksJohannes Berg2010-10-051-1202/+531Star
| | * | | genetlink: introduce pre_doit/post_doit hooksJohannes Berg2010-10-052-1/+31