summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2014-02-28brcmfmac: Use atomic functions for intstatus update.Hante Meuleman1-14/+6
2014-02-28ath9k_htc: add function ath9k_regwrite_multiOleksij Rempel1-30/+23
2014-02-28ath9k_htc: remove unused variable sleepdurationOleksij Rempel1-15/+7
2014-02-28ath9k: remove unused listen_interval and sleepduration.Oleksij Rempel2-15/+7
2014-02-28mwifiex: Track BA sequence number resetPaul Stewart3-7/+24
2014-02-28brcmfmac: Small cleanup of redundant code.Hante Meuleman1-12/+6
2014-02-28brcmfmac: Remove immediate sleep support from SDIO.Hante Meuleman1-20/+0
2014-02-28brcmfmac: Minimize SDIO dpc scheduling.Hante Meuleman1-1/+1
2014-02-28brcmfmac: de-init driver layers in correct order.Hante Meuleman1-2/+2
2014-02-28brcmfmac: Correct header debug dump for sdio tx hdrs.Hante Meuleman1-2/+2
2014-02-28brcmfmac: remove unused variable data_len from brcmf_sdio_bus_txdata()Arend van Spriel1-4/+2
2014-02-28brcmfmac: fix use of skb control buffer in SDIO driver partArend van Spriel1-4/+6
2014-02-28brcmfmac: Make firmeware roaming a module param.Hante Meuleman2-14/+25
2014-02-28ath9k_htc: use ath9k_cmn_reload_chainmaskOleksij Rempel1-8/+1
2014-02-28ath9k: move ath9k_reload_chainmask_settings to commonOleksij Rempel4-16/+19
2014-02-28ath9k-common: set maxstream=1 for ar9271Oleksij Rempel1-1/+1
2014-02-28ath9k_htc: use ath9k_cmn_setup_ht_capOleksij Rempel1-47/+3
2014-02-28ath9k: move setup_ht_cap to common-initOleksij Rempel3-60/+62
2014-02-28ath9k_htc: use ath9k_cmn_init_channels_ratesOleksij Rempel2-118/+6
2014-02-28ath9k: move ath9k_init_channels_rates to common-initOleksij Rempel9-163/+208
2014-02-28mwl8k: Adding support to gather survey per channelYogesh Ashok Powar1-6/+109
2014-02-28mwl8k: Implement sw_scan start/stop cbsYogesh Ashok Powar1-0/+40
2014-02-28mwl8k: Adding support to access BBP registersYogesh Ashok Powar1-0/+42
2014-02-28orinoco: replace function ieee80211_{dsss_chan_to_freq, freq_to_dsss_chan}Zhao, Gang4-6/+8
2014-02-28zd1201: replace function ieee80211_{dsss_chan_to_freq, freq_to_dsss_chan}Zhao, Gang1-6/+3
2014-02-28rndis_wlan: replace function ieee80211_{dsss_chan_to_freq, freq_to_dsss_chan}Zhao, Gang1-1/+2
2014-02-28wl3501_cs: replace function ieee80211_{dsss_chan_to_freq, freq_to_dsss_chan}Zhao, Gang1-2/+3
2014-02-28atmel: replace function ieee80211_{dsss_chan_to_freq, freq_to_dsss_chan}Zhao, Gang1-4/+4
2014-02-28airo: replace function ieee80211_{dsss_chan_to_freq, freq_to_dsss_chan}Zhao, Gang1-5/+8
2014-02-28rtl818x: add comments to explain few not obvious HW configs.andrea merello1-0/+12
2014-02-28rtl818x: make dev_alloc_skb() null pointer check to really workandrea merello1-3/+4
2014-02-28rtl818x: check for pci_map_single() success when initializing RX ringandrea merello1-0/+7
2014-02-28rtl818x: pci_iomap() should pair with pci_iounmap()andrea merello1-1/+1
2014-02-28rtl818x: Explicitly enable contetion windowandrea merello1-0/+2
2014-02-28wl1251: spi: add device tree supportSebastian Reichel1-6/+17
2014-02-28wl1251: spi: add vio regulator supportSebastian Reichel2-2/+19
2014-02-28wl1251: move power GPIO handling into the driverSebastian Reichel3-18/+38
2014-02-28wl1251: split wl251 platform data to a separate structureLuciano Coelho3-13/+38
2014-02-28mwifiex: do not advertise usb autosuspend supportBing Zhao1-8/+0
2014-02-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwif...John W. Linville3-15/+19
2014-02-27iwlwifi: fix TX status for aggregated packetsJohannes Berg2-14/+18
2014-02-27iwlwifi: mvm: change of listen interval from 70 to 10Max Stepanov1-1/+1
2014-02-25ath9k: fix invalid descriptor discardingFelix Fietkau1-35/+35
2014-02-25ath9k: reduce baseband hang detection false positive rateFelix Fietkau1-1/+7
2014-02-25ath5k: set SURVEY_INFO_IN_USE on get_surveyFelix Fietkau1-0/+1
2014-02-25ath9k: make some hardware reset log messages debug-onlyFelix Fietkau1-3/+3
2014-02-25ath9k: do not set half/quarter channel flags in AR_PHY_MODEFelix Fietkau1-4/+0
2014-02-25ath9k: Use static constJoe Perches1-8/+12
2014-02-25ath9k: list more reset causes in debugfsFelix Fietkau1-0/+6
2014-02-25wireless/rt2x00: don't use PREPARE_WORK in rt2800usb.cTejun Heo1-1/+1