aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlegacy (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville2-3/+11
2011-08-01iwlegacy: set tx power after rxon_assocStanislaw Gruszka2-3/+11
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody1-2/+2
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville2-3/+2
2011-07-13iwlegacy: Add missing comma between constant string arrayJoe Perches1-1/+1
2011-07-08mac80211: fix TKIP races, make API easier to useJohannes Berg1-2/+1
2011-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+1
2011-06-29iwlegacy: remove unnecessary read of PCI_CAP_ID_EXPJon Mason1-1/+1
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville16-1332/+147
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-46/+28
2011-06-20iwlegacy: fix stop/wake queue hacksKalle Valo1-0/+9
2011-06-17iwlegacy: fix up brokenness caused by cleanupDan Carpenter1-2/+2
2011-06-10iwlegacy: refactor iwl4965_mac_channel_switchStanislaw Gruszka1-56/+55
2011-06-10iwlegacy: remove unused agg_tids_countStanislaw Gruszka2-17/+0
2011-06-10iwlegacy: remove firmware event logStanislaw Gruszka10-742/+1
2011-06-10iwlegacy: remove reset rf infrastructureStanislaw Gruszka10-407/+81
2011-06-10iwlegacy: remove recover from statisticsStanislaw Gruszka5-103/+1
2011-06-10iwlegacy: remove unused power commands definesStanislaw Gruszka1-7/+0
2011-06-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville5-46/+28
2011-06-08iwlegacy: fix channel switch lockingStanislaw Gruszka5-46/+28
2011-06-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville3-6/+7
2011-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-2/+3
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-06iwl4965: set tx power after rxon_assocStanislaw Gruszka1-1/+2
2011-06-03iwlegacy: add missing null checkGreg Dietsche1-0/+3
2011-06-03iwlegacy: propagate error return valueGreg Dietsche1-1/+1
2011-06-03iwlegacy: return -EINVAL instead of -1Greg Dietsche1-1/+1
2011-06-03iwlegacy: remove unecessary if statementGreg Dietsche1-2/+0
2011-06-03iwlegacy: remove unreachable codeGreg Dietsche1-1/+0
2011-06-01iwl4965: correctly validate temperature valueStanislaw Gruszka1-1/+1
2011-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-2/+2
2011-05-27iwl4965: fix 5GHz operationStanislaw Gruszka1-2/+2
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2011-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-0/+13
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+1
2011-05-16iwlegacy: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd1-1/+1
2011-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-0/+13
2011-05-10iwlegacy: fix IBSS mode crashesStanislaw Gruszka2-0/+13
2011-05-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-11/+35
2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville9-75/+82
2011-05-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller3-11/+35
2011-04-29iwlegacy: remove sync_cmd_mutexStanislaw Gruszka4-5/+2
2011-04-29iwlegacy: more priv->mutex serializationStanislaw Gruszka3-23/+34
2011-04-29iwlegacy: fix enqueue hcmd race conditionsStanislaw Gruszka2-28/+25
2011-04-29iwlegacy: comment typo fix diable -> disableStanislaw Gruszka2-2/+2
2011-04-29iwlegacy: remove scan_tx_antennasStanislaw Gruszka2-4/+0
2011-04-29iwlegacy: remove unneeded __packedStanislaw Gruszka1-1/+1
2011-04-29iwlegacy: remove unneeded disable_hw_scan checkStanislaw Gruszka1-3/+2
2011-04-29iwlegacy: simplify init geosStanislaw Gruszka1-4/+1