summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-20/+66
2014-01-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville92-3481/+4340
2013-12-26wireless: slight optimization of addr comparedingtianhong6-13/+13
2013-12-26rtlwifi: slight optimization of addr comparedingtianhong1-2/+2
2013-12-26mwifiex: slight optimization of addr comparedingtianhong3-4/+3
2013-12-26ipw2x00: slight optimization of addr comparedingtianhong2-22/+22
2013-12-26cw1200: slight optimization of addr comparedingtianhong2-4/+4
2013-12-26hostap: slight optimization of addr comparedingtianhong5-24/+22
2013-12-26zd1211rw: slight optimization of addr comparedingtianhong1-3/+2
2013-12-20drivers: net: Mark functions as static in debug.cRashika Kheria1-1/+1
2013-12-20drivers: net: Mark functions as static in 4965-debug.cRashika Kheria1-3/+3
2013-12-20drivers: net: Mark functions as static in 3945-debug.cRashika Kheria1-3/+3
2013-12-19ath9k: simplify/fix tx packet TID handlingFelix Fietkau1-8/+1
2013-12-19ath9k: fix TSF offset precision issueFelix Fietkau1-3/+4
2013-12-19ath9k: call ath9k_set_tsfadjust from ath9k_beacon_configFelix Fietkau3-12/+11
2013-12-19ath9k: move ath9k_debug_sync_cause out of ath9k_hwFelix Fietkau8-57/+64
2013-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2013-12-19ath9k: Use a subroutine for the AR9330 reset WARSujith Manoharan2-33/+38
2013-12-19ath9k: Fix RTC reset delaySujith Manoharan1-1/+6
2013-12-19ath9k: Add a delay between RTC reset/clear for AR9003Sujith Manoharan1-2/+1
2013-12-19ath9k: Fix regulatory complianceSujith Manoharan2-1/+35
2013-12-19ath9k: Update BaseExtension_1 eeprom structureSujith Manoharan2-7/+17
2013-12-19ath9k: Initialize "switchcomspdt" eeprom field explicitlySujith Manoharan1-0/+10
2013-12-19ath9k: Remove unneeded ref. count initializationSujith Manoharan1-1/+0
2013-12-19ath9k: Cleanup ath9k.hSujith Manoharan2-102/+79
2013-12-19ath9k: Cleanup spectral scan codeSujith Manoharan7-671/+761
2013-12-19ath9k: properly preserve TSF across resetFelix Fietkau2-45/+45
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