summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx
Commit message (Expand)AuthorAgeFilesLines
* wl1251: fix ELP_CTRL register readsGrazvydas Ignotas2010-06-081-6/+34
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-06-071-0/+1
|\
| * wl1251: fix a memory leak in probeGrazvydas Ignotas2010-06-071-0/+1
* | wl1271: Fix scan parameter handling for 5GHzJuuso Oikarinen2010-06-025-15/+16
* | wl1271: Use proper rates for PSM entry/exit null-funcs for 5GHzJuuso Oikarinen2010-06-021-1/+1
* | wl1271: the core wl1271 module shouldn't depend on SPI_MASTERLuciano Coelho2010-06-021-1/+1
* | wl1271: Flush TX buffers to air before going to idleJuuso Oikarinen2010-06-024-4/+45
* | wl1271: Idle handling into own functionJuuso Oikarinen2010-06-022-21/+40
* | wl1271: Prevent dropping of TX frames in joinsJuuso Oikarinen2010-06-022-6/+5Star
* | drivers/net/wireless: Storage class should be before const qualifierTobias Klauser2010-06-021-3/+3
* | drivers/net/wireless/wl12xx: Use kmemdupJulia Lawall2010-06-021-3/+1Star
* | wl1271: Add support for NVS files with 5GHz band parametersJuuso Oikarinen2010-06-024-9/+35
* | wl1271: Update handling of the NVS file / INI parametersJuuso Oikarinen2010-06-024-44/+142
* | wl1271: remove sdio ARM dependencyOhad Ben-Cohen2010-06-022-2/+2
|/
* wl1271: Fix RX data path frame lengthsJuuso Oikarinen2010-05-211-0/+2
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-05-181-3/+2Star
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-171-3/+2Star
| |\
| | * wl1271: remove some unneeded codeDan Carpenter2010-05-111-2/+0Star
| | * wl1271: fix notifier interface supported testDan Carpenter2010-05-111-1/+1
| | * wl1271: add missing spin_lock()Dan Carpenter2010-05-111-0/+1
* | | drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-2/+0Star
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-117-11/+79
|\|
| * wl1271: Reduce PSM entry hang over period from 128 => 1 msJuuso Oikarinen2010-05-071-1/+1
| * wl1271: Increase timeout for command event waitingTeemu Paasikivi2010-05-071-1/+1
| * wl1271: Fix to join and channel number handlingJuuso Oikarinen2010-05-071-6/+23
| * wl1271: Fix 32 bit register read related endiannes bugJuuso Oikarinen2010-05-072-3/+3
| * wl1271: Add sysfs file to retrieve HW PG-version and ROM-versionJuuso Oikarinen2010-05-074-0/+51
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-057-66/+65Star
|\|
| * mac80211: remove deprecated noise field from ieee80211_rx_statusJohn W. Linville2010-04-302-2/+0Star
| * wl1271: fix a bunch of sparse warningsLuciano Coelho2010-04-284-8/+8
| * wl1271: Rewrite hardware keep-alive handlingJuuso Oikarinen2010-04-281-45/+46
| * wl1271: Configure QOS nullfunc template for U-APSDSaravanan Dhanabal2010-04-281-0/+4
| * wl1271: Improve command pollingJuuso Oikarinen2010-04-281-5/+5
| * wl1251: remove usage of deprecated noise valueJohn W. Linville2010-04-281-6/+0Star
| * mac80211: give virtual interface to hw_scanJohannes Berg2010-04-272-0/+2
* | wireless: Fix merge.Hauke Mehrtens2010-04-281-1/+0Star
* | Merge branch 'master' into for-davemJohn W. Linville2010-04-233-5/+161
|\|
| * wl1251: add support for dedicated IRQ lineGrazvydas Ignotas2010-04-161-5/+51
| * wl1251: register platform_device to pass board dataGrazvydas Ignotas2010-04-161-0/+40
| * wl1251: read default MAC address from EEPROM when availableGrazvydas Ignotas2010-04-162-0/+70
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-1521-401/+912
|\|
| * wl1251: don't require NVS data when EEPROM is usedGrazvydas Ignotas2010-04-141-2/+2
| * wl1271: Add support for connection quality monitoringJuuso Oikarinen2010-04-099-97/+228
| * wl1271: Go to ELP in idleJuuso Oikarinen2010-04-093-3/+8
| * wl1271: Fix mac80211 RTS threshold requests during WL1271_STATE_OFFSaravanan Dhanabal2010-04-091-1/+4
| * wl1271: Fix mac80211 configuration requests during WL1271_STATE_OFFSaravanan Dhanabal2010-04-091-3/+11
| * wl1271: Fix memory leaks on driver initializationJuuso Oikarinen2010-04-091-1/+8
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-081-1/+2
| |\
| * | wl1251: use DRIVER_NAME macro in wl1251_spi_driverKalle Valo2010-04-071-1/+1
| * | wl1271: Fix tx queue flushingJuuso Oikarinen2010-04-061-17/+1Star