summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* rt2x00: rt2800pci: use module_pci_driver macroGabor Juhos2013-10-181-13/+1
* rt2x00: rt2800pci: move SoC specific code into a separate moduleGabor Juhos2013-10-184-245/+284
* rt2x00: rt2800pci: use separate hwcrypt_disabled callback for SoC devicesGabor Juhos2013-10-181-2/+7
* rt2x00: rt2800pci: move rt2800mmio_enable_radio function to another moduleGabor Juhos2013-10-183-13/+18
* rt2x00: rt2800pci: split rt2800pci_enable_radio functionGabor Juhos2013-10-181-7/+12
* rt2x00: rt2800pci: rename rt2800pci_disable_radio functionGabor Juhos2013-10-181-11/+8
* rt2x00: rt2800pci: use separate set_state callback for SoC devicesGabor Juhos2013-10-181-2/+41
* rt2x00: rt2800pci: use separate firmware callbacks for SoC devicesGabor Juhos2013-10-181-5/+33
* rt2x00: rt2800pci: use separate read_eeprom callback for SoC devicesGabor Juhos2013-10-181-40/+16
* rt2x00: rt2800pci: use separate ops for the SoC driverGabor Juhos2013-10-181-2/+102
* rt2x00: rt2800pci: move initialization functions to the rt2800mmio moduleGabor Juhos2013-10-183-159/+169
* rt2x00: rt2800pci: use rt2800mmio prefix for initialization functionsGabor Juhos2013-10-181-8/+8
* rt2x00: rt2800pci: move queue functions to the rt2800mmio moduleGabor Juhos2013-10-184-142/+152
* rt2x00: rt2800pci: use rt2800mmio prefix for queue functionsGabor Juhos2013-10-181-8/+8
* rt2x00: rt2800pci: move interrupt functions to the rt2800mmio moduleGabor Juhos2013-10-183-388/+405
* rt2x00: rt2800pci: use rt2800mmio prefix for interrupt functionsGabor Juhos2013-10-181-36/+37
* rt2x00: rt2800pci: move RX control handler functions to the rt2800mmio moduleGabor Juhos2013-10-185-107/+108
* rt2x00: rt2800pci: use rt2800mmio prefix for RX control handler functionsGabor Juhos2013-10-181-3/+3
* rt2x00: rt2800pci: move TX descriptor functions to the rt2800mmio moduleGabor Juhos2013-10-185-98/+117
* rt2x00: rt2800pci: use rt2800mmio prefix for TX descriptor functionsGabor Juhos2013-10-181-6/+6
* rt2x00: create a new module for rt2800 MMIO codeGabor Juhos2013-10-184-0/+78
* drivers: net: wireless: Fix wrong check for reassociation request retry counterFelipe Pena2013-10-181-1/+1
* brcmfmac: fix brcmf_sdcard_recv_chain() for host without sg supportArend van Spriel2013-10-183-4/+21
* brcmfmac: fix brcmf_sdio_txpkt_prep() for host without sg supportArend van Spriel2013-10-181-42/+64
* brcmfmac: fix brcmf_sdcard_send_pkt() for host without sg supportArend van Spriel2013-10-181-3/+11
* brcmfmac: remove stale code from brcmf_sdcard_recv_chain()Arend van Spriel2013-10-181-2/+0
* brcmfmac: verify result of brcmf_sdio_addrprep() callsArend van Spriel2013-10-181-4/+11
* brcmfmac: rework single packet transfersArend van Spriel2013-10-181-41/+40
* brcmfmac: rename brcmf_sdio_buffrw()Arend van Spriel2013-10-181-8/+9
* brcmfmac: rework scatter-gather code in brcmf_sdio_buffrw()Arend van Spriel2013-10-181-15/+19
* brcmfmac: determine host controller related variables during probeArend van Spriel2013-10-183-16/+28
* brcmfmac: rename variable max_seg_sz to max_seg_cnt for clarityArend van Spriel2013-10-181-5/+6
* brcmfmac: add tracepoint for capturing the SDPCM headerArend van Spriel2013-10-182-0/+20
* brcmfmac: store address in trace_brcmf_hexdump()Arend van Spriel2013-10-181-1/+3
* ath9k: add TX99 supportLuis R. Rodriguez2013-10-1812-17/+522
* ath9k: check for NULL rate when using ieee80211_get_rts_cts_rate()Luis R. Rodriguez2013-10-181-0/+3
* ath: add support for proper dynamic regulatory hintsLuis R. Rodriguez2013-10-182-0/+101
* ath: split user and driver reguluatory hint parsingLuis R. Rodriguez2013-10-181-0/+1
* ath: move common dynamic regulatory domain setting to a helperLuis R. Rodriguez2013-10-181-18/+37
* rt2x00: rt2800lib: autodetect 5GHz band supportGabor Juhos2013-10-181-4/+4
* rt2x00: rt2800lib: use switch statement for RF specific setupGabor Juhos2013-10-181-21/+30
* rt2x00: rt2800lib: use {tx,rx}_chain_num to avoid superfluous EEPROM accessGabor Juhos2013-10-181-10/+6
* ath9k/ath: move dfs pattern detector to athJanusz Dziedzic2013-10-188-8/+8
* ath9k: dfs use CFG80211_CERTIFICATION_ONUS flagJanusz Dziedzic2013-10-182-10/+3
* ath9k: dfs move ath_dfs_pool_statsJanusz Dziedzic2013-10-186-21/+35
* ath9k: dfs kill ath9k specyfic codeJanusz Dziedzic2013-10-183-12/+13
* libertas: move firmware lifetime handling to firmware.cDan Williams2013-10-185-26/+16
* ath9k: add HT40 spectral scan capabilityLorenzo Bianconi2013-10-182-38/+137
* ath9k: add noise floor parameter to ath9k_hw_getchan_noiseLorenzo Bianconi2013-10-184-8/+10
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-10-1841-1001/+3484
|\