summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-12-19ath9k_hw: clean up station beacon timer APIFelix Fietkau4-70/+31
2013-12-19ath9k_hw: remove spur related unused definesFelix Fietkau1-2/+0
2013-12-19ath9k_hw: remove additional_swba_backoffFelix Fietkau3-4/+1
2013-12-19ath9k_hw: simplify spur channel handlingFelix Fietkau6-88/+3
2013-12-19ath9k_hw: remove ah->config.pcie_clock_reqFelix Fietkau3-8/+2
2013-12-19ath9k_hw: remove defunct ad-hoc mode ATIM window handling codeFelix Fietkau2-6/+0
2013-12-19ath9k_hw: clean up generic timer codeFelix Fietkau5-104/+45
2013-12-19ath9k_hw: use a software timer for btcoex no_stomp_timerFelix Fietkau3-47/+15
2013-12-19ath9k: add support for reporting per-chain signal strengthFelix Fietkau6-35/+46
2013-12-19ath9k_common: get rid of an unnecessary variableFelix Fietkau1-3/+1
2013-12-19drivers: net: Mark functions as static in debug.cRashika Kheria1-1/+1
2013-12-19drivers: net: Mark functions as static in 4965-debug.cRashika Kheria1-3/+3
2013-12-19drivers: net: Mark functions as static in 3945-debug.cRashika Kheria1-3/+3
2013-12-19mwifiex: download per country tx power table to firmwareBing Zhao4-2/+21
2013-12-19mwifiex: download cal-data from device-tree to firmwareBing Zhao2-5/+58
2013-12-19mwifiex: remove cfg_data constructionBing Zhao2-23/+6
2013-12-19mwifiex: send regulatory domain info to firmware only if alpha2 changedBing Zhao2-6/+21
2013-12-19ath9k: fix 5/10MHz channel width initialization on ar9003Lorenzo Bianconi1-1/+2
2013-12-19ath9k_htc: reconfigure led_gpios after resumeOleksij Rempel3-5/+19
2013-12-19brcmfmac: clarify struct brcmf_sdio_dev::func[0] referenceArend van Spriel1-20/+16
2013-12-19brcmfmac: remove brcmf_sdio_disconnect() functionArend van Spriel3-32/+23
2013-12-19brcmfmac: use consistent function names in dhd_sdio.cArend van Spriel3-189/+178
2013-12-19brcmfmac: Combine protocol push hdr and bus txdata.Hante Meuleman4-29/+35
2013-12-19brcmfmac: Add definition of new protocol layer msgbuf.Hante Meuleman3-0/+10
2013-12-19brcmfmac: Fix hex dump for FWIL.Hante Meuleman1-6/+6
2013-12-19brcmfmac: Move common BCDC code in single function.Hante Meuleman1-43/+25
2013-12-19brcmfmac: reduce function parameters in sdio send/receive callsArend van Spriel3-67/+46
2013-12-19brcmfmac: use consistent function names in bcmsdh.cArend van Spriel4-478/+452
2013-12-19brcmfmac: remove brcmf_sdio_wdtimer_enable() functionArend van Spriel1-10/+2
2013-12-19brcmfmac: get rid of some void pointer parametersArend van Spriel2-14/+8
2013-12-19brcmfmac: remove regs parameter from sdio probe functionsArend van Spriel5-17/+11
2013-12-19brcmfmac: remove brcmf_sdio_regrw_helper() from header fileArend van Spriel3-7/+4
2013-12-19brcmfmac: use sdio functions to enable/disable F2Arend van Spriel2-48/+14
2013-12-19brcmfmac: remove unused struct brcmf_sdio_dev::func_cis_ptr attributeArend van Spriel2-56/+6
2013-12-19brcmfmac: remove unnecessary function prototypesArend van Spriel2-263/+231
2013-12-19brcmfmac: combine bcmsdh source files into oneArend van Spriel3-553/+521
2013-12-19brcmfmac: add missing curly braces in brcmf_fws_txstatus_suppressed()Arend van Spriel1-1/+3
2013-12-19net: wirelesse: wcn36xx: pull allocation outside of critical sectionMichal Nazarewicz1-13/+19
2013-12-19Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville35-766/+1837
2013-12-18iwlwifi: mvm: rs: fix variable shadowingJohannes Berg1-5/+3
2013-12-18iwlwifi: mvm: rs: fix RTS protection being set indefinitelyEyal Shapira2-14/+0
2013-12-17iwlwifi: mvm: set highest rate in VHT MCS SetEyal Shapira1-0/+6
2013-12-17iwlwifi: mvm: rs: disable MCS9 Tx workaroundEyal Shapira1-0/+8
2013-12-17iwlwifi: mvm: Do not allow AP MAC context update if not activeIlan Peer1-0/+5
2013-12-17iwlwifi: mvm: fixup MakefileEmmanuel Grumbach1-1/+0
2013-12-17iwlwifi: mvm: rs: refactor rate scale action decisionEyal Shapira1-83/+103
2013-12-17iwlwifi: mvm: rs: remove unnecessary debug logsEyal Shapira1-7/+2
2013-12-17iwlwifi: mvm: rs: improve rates table algoEyal Shapira1-103/+151
2013-12-17iwlwifi: mvm: rs: avoid recalc of supported legacy rate maskEyal Shapira2-35/+2
2013-12-17iwlwifi: mvm: rs: refactor building the LQ commandEyal Shapira2-104/+82