summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-0824-244/+1176
|\
| * Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2011-07-0624-244/+1176
| |\
| | * wl12xx: Support routing FW logs to the hostIdo Yariv2011-06-2712-4/+459
| | * wl12xx: Avoid recovery while one is already in progressIdo Yariv2011-06-277-7/+21
| | * wl12xx: Check for FW quirks as soon as the FW bootsIdo Yariv2011-06-272-23/+21
| | * wl12xx: use freezable workqueue for netstack_workEliad Peller2011-06-274-3/+14
| | * wl12xx: use _ni version of ieee80211_tx_statusEliad Peller2011-06-273-5/+5
| | * wl12xx: check the vif's operstate after joinEliad Peller2011-06-271-5/+18
| | * wl12xx_sdio: enable wowlan only if enable_irq_wake() succeededEliad Peller2011-06-272-11/+16
| | * wl12xx: enable/disable beacon filtering on ap suspend/resumeEliad Peller2011-06-271-9/+40
| | * wl12xx: clear wl->wow_enabled on resumeEliad Peller2011-06-271-0/+1
| | * wl12xx: don't check wow param on suspend/resumeEliad Peller2011-06-271-44/+43
| | * wl12xx: Add Support for Low Power DRPw (LPD) ModeShahar Levi2011-06-275-2/+24
| | * wl12xx: don't bail if mmc isn't MMC_CAP_POWER_OFF_CARDOhad Ben-Cohen2011-06-271-6/+11
| | * wl12xx: split channel array per band in sched_scanLuciano Coelho2011-06-272-42/+36
| | * wl12xx: fix erroneous commit (cb5ae0)Eliad Peller2011-06-271-18/+18
| | * wl12xx: remove unused crc7 referencesEliad Peller2011-06-275-5/+1
| | * wl12xx: Enable beacon early termination in 2.4GHz band onlyShahar Levi2011-06-272-7/+12
| | * wl12xx: add rx_streaming debugfs entryEliad Peller2011-06-271-1/+135
| | * wl12xx: add automatic rx streaming triggersEliad Peller2011-06-276-11/+203
| | * wl12xx: add support for rx streamingEliad Peller2011-06-274-0/+91
| | * net: wl12xx: remove unnecessary printsFelipe Balbi2011-06-271-14/+1
| | * net: wl12xx: remove the nopsFelipe Balbi2011-06-271-10/+0
| | * net: wl12xx: care for optional operationsFelipe Balbi2011-06-271-2/+4
| | * net: wl12xx: remove some unnecessary printsFelipe Balbi2011-06-271-14/+1
| | * net: wl12xx: sdio: id_tables should be __devinitconstFelipe Balbi2011-06-271-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-301-8/+1
|\| |
| * | wl12xx: AP-mode - use mac80211 indication about STA WME supportArik Nemtsov2011-06-291-8/+1
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-086-4/+46
|\|
| * wl12xx: Stop BA session event from deviceShahar Levi2011-06-076-4/+46
* | net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-072-0/+2
|/
* wl12xx: fix oops in sched_scan when forcing a passive scanLuciano Coelho2011-05-311-3/+8
* wl12xx: add separate config value for DFS dwell time on sched scanLuciano Coelho2011-05-313-2/+9
* wl12xx: fix DFS channels handling in scheduled scanLuciano Coelho2011-05-312-11/+23
* wl12xx: fix passive and radar channel generation for scheduled scanLuciano Coelho2011-05-311-2/+2
* wl12xx: fix compilation error when CONFIG_PM is not setLuciano Coelho2011-05-182-0/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-1720-294/+1578
|\
| * wl12xx: enter/exit psm on wowlan suspend/resumeEliad Peller2011-05-134-0/+91
| * wl12xx_sdio: declare support for NL80211_WOW_TRIGGER_ANYTHING triggerEliad Peller2011-05-131-0/+8
| * wl12xx: prevent scheduling while suspending (WoW enabled)Eliad Peller2011-05-133-0/+72
| * wl12xx_sdio: set MMC_PM_KEEP_POWER flag on suspendEliad Peller2011-05-131-1/+28
| * wl12xx: declare suspend/resume callbacks (for wowlan)Eliad Peller2011-05-132-0/+25
| * wl12xx_sdio: set interrupt as wake_up interruptEliad Peller2011-05-131-0/+3
| * wl12xx: remove unused flag WL1271_FLAG_IDLE_REQUESTEDLuciano Coelho2011-05-121-1/+0
| * wl12xx: prevent sched_scan when not idle or not in station modeLuciano Coelho2011-05-121-0/+6
| * wl12xx: export scheduled scan state in debugfsLuciano Coelho2011-05-121-0/+1
| * wl12xx: implement scheduled scan driver operations and reportingLuciano Coelho2011-05-124-1/+83
| * wl12xx: add scheduled scan structures and commandsLuciano Coelho2011-05-122-0/+347
| * wl12xx: listen to scheduled scan eventsLuciano Coelho2011-05-122-1/+13
| * wl12xx: add configuration values for scheduled scanLuciano Coelho2011-05-122-0/+30