summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-agn.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-03iwlagn: fix channel switch lockingStanislaw Gruszka1-9/+10
2011-05-31iwlagn: fix incorrect PCI subsystem id for 6150 devicesWey-Yi Guy1-3/+3
2011-05-25Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-201/+49
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-05-13iwlagn: add testmode trace commandWey-Yi Guy1-0/+1
2011-05-13iwlagn: more ucode error log infoWey-Yi Guy1-33/+33
2011-05-13iwlagn: support multiple TBs per commandJohannes Berg1-16/+12
2011-05-13iwlagn: clean up TXQ indirectionJohannes Berg1-149/+0
2011-05-13iwlagn: prepare for multi-TB commandsJohannes Berg1-4/+4
2011-05-06iwlagn: remove frame pre-allocationJohannes Berg1-112/+25
2011-05-06iwlwifi: support the svtool messages interactions through nl80211 test modeCindy H. Kao1-1/+5
2011-04-30iwlagn: mod param cleanupDon Fry1-3/+3
2011-04-30iwlagn: new 105 series deviceWey-Yi Guy1-15/+15
2011-04-30iwlagn: use proper good CRC threshold behaviourJohannes Berg1-0/+3
2011-04-30iwlagn: refactor restartJohannes Berg1-31/+37
2011-04-29iwlagn: fix tx power initializationStanislaw Gruszka1-6/+0
2011-04-26Merge branch 'master' into for-nextJiri Kosina1-2/+5
2011-04-22iwlagn: remove hw_ready variableJohannes Berg1-15/+14
2011-04-22iwlagn: combine firmware code/dataJohannes Berg1-53/+45
2011-04-22iwlagn: implement synchronous firmware loadJohannes Berg1-136/+54
2011-04-22iwlagn: extend notification wait functionJohannes Berg1-1/+1
2011-04-22iwlagn: refactor up pathJohannes Berg1-41/+3
2011-04-22iwlagn: refactor down pathJohannes Berg1-33/+1
2011-04-22iwlagn: clean up some exit codeJohannes Berg1-24/+2
2011-04-22iwlagn: simplify error table readingJohannes Berg1-12/+15
2011-04-18iwlagn: remove un-necessary ieee80211_opsWey-Yi Guy1-0/+22
2011-04-18iwlagn: use huge command for beaconJohannes Berg1-2/+8
2011-04-18iwlagn: remove most BUG_ON instancesJohannes Berg1-2/+7
2011-04-18iwlagn: use direct call for led functionsWey-Yi Guy1-1/+0
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-1/+1
2011-04-08iwlagn: downgrade warning on unknown TLVJohannes Berg1-1/+1
2011-04-08iwlagn: clean up & autodetect statisticsJohannes Berg1-15/+2
2011-04-08iwlagn: all _agn devices support power save modeWey-Yi Guy1-3/+2
2011-04-07iwlagn: move IO functions out of lineJohannes Berg1-9/+9
2011-04-07iwlagn: remove ISR opsJohannes Berg1-11/+6
2011-04-07iwlagn: remove rev_idJohannes Berg1-2/+4
2011-04-07iwlagn: remove hw_revJohannes Berg1-5/+6
2011-04-07iwlagn: remove hw_wa_revJohannes Berg1-1/+0
2011-04-07iwlagn: init cmd_queue earlierJohannes Berg1-6/+5
2011-04-07iwlagn: clean up alive handlingJohannes Berg1-12/+4
2011-04-07iwlagn: add feature flagsJohannes Berg1-3/+26
2011-04-07iwlagn: change Copyright to 2011Wey-Yi Guy1-1/+1
2011-04-07iwlagn: remove ucode_data_backupJohannes Berg1-18/+1
2011-04-07iwlagn: remove bootstrap codeJohannes Berg1-32/+4
2011-04-07iwlagn: verify specific ucodeJohannes Berg1-1/+1
2011-04-07iwlagn: clean up ucode loadingJohannes Berg1-3/+3
2011-04-07iwlagn: make mac80211 handlers staticJohannes Berg1-26/+27
2011-04-07iwlwifi: remove sync_cmd_mutexStanislaw Gruszka1-4/+0
2011-04-07iwlwifi: more priv->mutex serializationStanislaw Gruszka1-14/+20
2011-04-05Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville1-245/+21