summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-2000.c
AgeCommit message (Expand)Author
2011-10-14<
" Compiler: GNU Fortran Compiler
" Maintainer: H Xu <xuhdev@gmail.com>
" Version: 0.1.3
" Last Change: 2012 Apr 30
" Homepage: http://www.vim.org/scripts/script.php?script_id=3496
"           https://bitbucket.org/xuhdev/compiler-gfortran.vim
" License: Same as Vim

if exists('current_compiler')
    finish
endif
let current_compiler = 'gfortran'
let s:keepcpo= &cpo
set cpo&vim

if exists(":CompilerSet") != 2		" older Vim always used :setlocal
  command -nargs=* CompilerSet setlocal <args>
endif

CompilerSet errorformat=
            \%A%f:%l.%c:,
            \%-Z%trror:\ %m,
            \%-Z%tarning:\ %m,
            \%-C%.%#

let &cpo = s:keepcpo
unlet s:keepcpo
700'>2011-07-16
iwlagn: remove dual-indirect call to simply the codeWey-Yi Guy
2011-07-11iwlagn: remove iwlagn_hcmd_utils structure and call directlyDon Fry
2011-07-11iwlagn: use bt handler for 2030 and 135 series devicesWey-Yi Guy
2011-07-11iwlagn: remove double level temperature indirect callWey-Yi Guy
2011-07-11iwlagn: remove indirection for eeprom_query_addrFry, Donald H
2011-07-11iwlagn: remove the indirection for iwl_apm_initFry, Donald H
2011-07-11iwlagn: remove the indirection for update_chain_flagsFry, Donald H
2011-07-11iwlagn: remove the indirection for the dma channel numWey-Yi Guy
2011-07-01iwlagn: remove the indirection for the rx write pointerEmmanuel Grumbach
2011-07-01iwlagn: remove hcmd opsWey-Yi Guy
2011-07-01iwlagn: add correct firmware name for 135 seriesWey-Yi Guy
2011-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-06-27iwlagn: fix *_UCODE_API_MAX output in the firmware fieldEvgeni Golov
2011-06-18iwlagn: merge duplicate code into single functionWey-Yi Guy
2011-06-18iwlagn: code alignmentWey-Yi Guy
2011-06-18iwlagn: remove uneeded include to pci.h and dma_mapping.h from a few filesEmmanuel Grumbach
2011-06-18iwlagn: Remove un-necessary indirect callWey-Yi Guy
2011-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-06-03iwlagn: fix channel switch lockingStanislaw Gruszka
2011-06-01iwlagn: remove un-necessary tx power opsWey-Yi Guy
2011-05-13iwlagn: clean up TXQ indirectionJohannes Berg
2011-05-13iwlagn: prepare for multi-TB commandsJohannes Berg