aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds51-10882/+941
2010-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville29-10274/+37
2010-10-15llseek: automatically add .llseek fopArnd Bergmann2-1/+5
2010-10-11wl1251: move to it's own directoryKalle Valo28-10268/+0
2010-10-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville20-540/+786
2010-10-08wl1271: sdio: add suspend/resume supportOhad Ben-Cohen1-0/+20
2010-10-08wl1271: sdio: enable runtime PMOhad Ben-Cohen1-6/+17
2010-10-07wl1271: Support FEM autodetectionJuuso Oikarinen1-4/+17
2010-10-05Merge branch 'wireless-next' of git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xxJohn W. Linville20-536/+769
2010-10-05wl1271: remove deprecated __attribute__ ((packed))Luciano Coelho1-1/+1
2010-10-05wl1271: Add extended radio parameter initializationJuuso Oikarinen5-6/+90
2010-10-05wl1271: Indicate disconnection on hardware failureJuuso Oikarinen1-0/+3
2010-10-05wl1271: Move work-init calls to hw allocationJuuso Oikarinen1-5/+4
2010-10-05wl1271: Support firmware TX packet aggregationIdo Yariv1-62/+37
2010-10-05wl1271: Support firmware RX packet aggregationIdo Yariv3-17/+66
2010-10-05wl1271: Handle large SPI transfersIdo Yariv1-54/+86
2010-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville2-11/+9
2010-09-28wl12xx: fix separate-object-folder buildsJohn W. Linville1-0/+3
2010-09-28wl1271: Add support for hardware GEM cipherJuuso Oikarinen3-1/+19
2010-09-28wl1271: Increase connection reliabilityJuuso Oikarinen4-15/+28
2010-09-28wl1271: Optimize scan durationJuuso Oikarinen4-9/+60
2010-09-28wl1271: Add handling for failing hardware scan commandJuuso Oikarinen4-7/+32
2010-09-28wl1271: Add hardware recovery mechanismJuuso Oikarinen4-3/+36
2010-09-28wl1271: Separate interface removal to another functionJuuso Oikarinen2-6/+17
2010-09-28wl1271: Fix work cancelling when shutting down the driverJuuso Oikarinen3-0/+9
2010-09-28wl1271: Move scan complete invocation into work functionJuuso Oikarinen4-5/+24
2010-09-28wl1271: Fix AC/TID default configurationJuuso Oikarinen3-67/+39
2010-09-28wl1271: Fix tid-configuration of TX framesJuuso Oikarinen2-19/+2
2010-09-28wl1271: Enable 11a support always, prevent scanning for unsupporting chipsJuuso Oikarinen2-11/+8
2010-09-28wl1271: Reduce rate used for last PSM entry attemptJuuso Oikarinen6-15/+28
2010-09-28wl1271: Enable/disable 11a support based on INI configurationJuuso Oikarinen6-45/+31
2010-09-28wl1271: Remove function cmd_read_memoryJuuso Oikarinen2-72/+0
2010-09-28wl1271: Release interrupt *after* releasing the driver contextJuuso Oikarinen2-4/+2
2010-09-28wl1271: Remove acx_fw_version functionJuuso Oikarinen2-64/+0
2010-09-28wl1271: Move setting of wake-up conditions to ps.c from cmd.cJuuso Oikarinen2-7/+6
2010-09-28wl1271: Remove outdated FIXME'sJuuso Oikarinen3-19/+7
2010-09-28wl1271: Change supported channel order for a more optimal scanJuuso Oikarinen1-40/+46
2010-09-28wl1271: fix forced passive scanLuciano Coelho1-1/+4
2010-09-28wl1271: remove useless 11a check when scanningLuciano Coelho1-4/+1
2010-09-28wl1271: Fix scan race conditionJuuso Oikarinen2-3/+2
2010-09-28wl1271: Add trigger to net_device oper_state to change BT coex priorityJuuso Oikarinen2-0/+70
2010-09-28wl1271: Implement CMD_SET_STA_STATE to indicate connection completion to FWJuuso Oikarinen2-0/+38
2010-09-28wl1271: remove deprecated ACX definitionLuciano Coelho1-1/+0
2010-09-27wl1271: Fix overflow in wl1271_boot_upload_nvsIdo Yariv1-11/+6
2010-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville12-36/+103
2010-09-21wl1271: bugfix: use bitwise-AND instead of logical-ANDEliad Peller1-2/+2
2010-09-21wl1271: avoid redundant memcpy of rx_statusEliad Peller1-3/+1
2010-09-21wl1271: make ref_clock configurable by boardOhad Ben-Cohen5-5/+11
2010-09-21wl1271: take irq info from private board dataOhad Ben-Cohen1-7/+8
2010-09-21wl12xx: add platform data passing supportOhad Ben-Cohen2-1/+32