aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-23wl1271: Removed duplicate code from module remove function.Teemu Paasikivi1-12/+1
2010-03-23wl1271: Added DEBUG_SDIO flagTeemu Paasikivi2-8/+13
2010-03-23wl1271: Remove deprecated interface config functionJuuso Oikarinen1-68/+0
2010-03-23wl1271: Fix MAC address handlingJuuso Oikarinen2-89/+68
2010-03-23wl1271: enable U-APSDKalle Valo1-2/+8
2010-03-23wl1271: fix ps scheme in wl1271_op_conf_tx()Kalle Valo1-1/+1
2010-03-23wl1271: create qos nullfunc templateKalle Valo2-0/+23
2010-03-23wl1271: get probe request template from mac80211Kalle Valo4-116/+40
2010-03-23wl1271: get pspoll and nullfunc templates from mac80211Kalle Valo1-24/+20
2010-03-23wl1271: enable WMMKalle Valo2-3/+2
2010-03-23wl1271: Add sysfs file to control BT co-ex stateJuuso Oikarinen5-4/+81
2010-03-23wl1271: Move platform device registration from _spi to _mainJuuso Oikarinen2-31/+37
2010-03-23wl1271: Add proper WLAN-BT co-ex configuration, and enable co-ex.Juuso Oikarinen5-139/+328
2010-03-23wl1271: Fix SG configuration message structuresJuuso Oikarinen2-71/+66
2010-03-23wl1271: Changed SDIO MMC host claimingTeemu Paasikivi1-18/+9
2010-03-23wl1271: Cleaned up wlan power on/off functionsTeemu Paasikivi6-25/+30
2010-03-23wl1271: Fix configuration of the TX opportunity valueJuuso Oikarinen1-1/+2
2010-03-15wl1251: reduce eeprom read wait timeGrazvydas Ignotas1-1/+2
2010-03-15wl1251: fix ELP_CTRL register accesses when using SDIOGrazvydas Ignotas5-6/+56
2010-03-15wl1251: make local symbols staticGrazvydas Ignotas1-15/+9
2010-03-10wl1271: Changed wl1271_sdio to be selectable only on ARMTeemu Paasikivi1-2/+2
2010-03-09wl1271: Remove tx-power level workaroundJuuso Oikarinen1-6/+1
2010-03-09wl1271: Disable host TX rate controlJuuso Oikarinen2-1/+4
2010-03-09wl1271: Clean up TX security sequence number handlingJuuso Oikarinen4-18/+12
2010-03-09wl1271: Clean up firmware block allocation calculationJuuso Oikarinen2-8/+4
2010-03-09wl1271: Update TX packet life time handling with higher resolution timeJuuso Oikarinen3-5/+10
2010-03-09wl1271: Implement looped IRQ handlingJuuso Oikarinen4-31/+55
2010-03-09wl1271: Don't mask interrupts while handling interruptJuuso Oikarinen1-4/+0
2010-03-09wl1271: Aggregate RX acknowledgements to FWJuuso Oikarinen1-1/+2
2010-03-09wl1271: Remove annoying PSM entry/exit kernel tracesJuuso Oikarinen1-2/+2
2010-03-09wl1271: Fix queue stopping/waking for TX pathJuuso Oikarinen3-21/+22
2010-03-09wl1271: Fix ad-hoc mode neighborhood detectionJuuso Oikarinen3-11/+10
2010-03-09wl1271: Improvements to the TX pathJuuso Oikarinen4-23/+29
2010-03-09wl1271: don't get received frames from hardware in PLT modeKalle Valo1-0/+7
2010-03-09wl1271: Fixed unloading of the wl1271_sdio moduleTeemu Paasikivi1-1/+4
2010-03-09wl1271: Changed access to fw status register to use raw readTeemu Paasikivi1-1/+1
2010-03-09wl1271: Initial SDIO implementationTeemu Paasikivi3-0/+315
2010-03-09wl1271: Divided driver to two separate modulesTeemu Paasikivi3-2/+23
2010-03-09wl1271: Removed wl1271_spi.h and made some functions staticTeemu Paasikivi13-116/+67
2010-03-09wl1271: Inlined IO functionsTeemu Paasikivi3-90/+78
2010-03-09wl1271: Implemented abstraction of IO functions.Teemu Paasikivi5-20/+62
2010-03-09wl1271: Added functions to enable/disable interrupt handlingTeemu Paasikivi6-6/+27
2010-03-09wl1271: Moved module basics to wl1271_spi.cTeemu Paasikivi3-186/+193
2010-02-19wl1271: Added alloc and free hw functionsTeemu Paasikivi1-27/+53
2010-02-19wl1271: Added IO reset and init functionsTeemu Paasikivi3-2/+14
2010-02-19wl1271: Renamed IO functionsTeemu Paasikivi10-109/+109
2010-02-19wl1271: Moved common IO functions from wl271_spi.c to wl1271_io.cTeemu Paasikivi4-158/+242
2010-02-19wl1271: add testmode supportKalle Valo5-1/+318
2010-02-19wl1271: Fix beacon filter table configurationJuuso Oikarinen1-3/+3
2010-02-19wl1271: Fix ad-hoc SSID updateJuuso Oikarinen1-7/+16