summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2010-04-12Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville18-144/+274
2010-04-09iwlwifi: avoid Tx queue memory allocation in interface downZhu Yi4-15/+58
2010-04-09iwlwifi: fix compiler warningWey-Yi Guy1-1/+4
2010-04-09iwlwifi: fix compile warnings when compiling without debugReinette Chatre4-5/+5
2010-04-09iwlwifi: small changes in commentsWey-Yi Guy1-1/+1
2010-04-09iwlwifi: update tx command response statusWey-Yi Guy6-54/+108
2010-04-09iwlwifi: add more debug info in error event dumpWey-Yi Guy2-5/+32
2010-04-09iwlwifi: clean up last_phy_resJohannes Berg2-6/+8
2010-04-09iwlwifi: remove pointless sta_id invalid checkJohannes Berg1-5/+1
2010-04-09iwlagn: simplify WEP key checkJohannes Berg1-4/+5
2010-04-09iwlwifi: remove wrong key use checkJohannes Berg1-8/+0
2010-04-09iwlwifi: make WEP key restoring explicitJohannes Berg4-22/+20
2010-04-09iwlwifi: default max event log sizeWey-Yi Guy8-18/+32
2010-04-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-4/+9
2010-04-09iwlwifi: need check for valid qos packet before freeWey-Yi Guy1-4/+9
2010-04-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville8-80/+106
2010-04-02iwlwifi: remove trailing space in messagesFrans Pop16-36/+36
2010-04-02iwlwifi: code cleanup for generic definesWey-Yi Guy9-36/+25
2010-04-02iwlwifi: clear rxq->queue in queue resetZhu Yi1-2/+8
2010-04-02iwlwifi: remove irrelevant commentsWey-Yi Guy1-7/+0
2010-04-02iwlwifi: merge module parameters into single placeWey-Yi Guy3-41/+31
2010-04-02iwlwifi: avoid Tx queue memory allocation in interface downZhu Yi3-15/+60
2010-04-02iwlwifi: use consistent table for tx data collectShanyu Zhao1-31/+24
2010-04-02iwlwifi: fix DMA allocation warningsZhu Yi1-3/+45
2010-03-31iwlwifi: manage QoS by mac stackStanislaw Gruszka5-171/+17
2010-03-31iwlwifi: remove skb_linearize for rx framesZhu Yi3-64/+4
2010-03-30iwlwifi: range checking issueDan Carpenter1-1/+1
2010-03-30iwlwifi: clear unattended interrupts in taskletShanyu Zhao1-1/+9
2010-03-30iwlwifi: counting number of tfds can be free for 4965Wey-Yi Guy1-4/+2
2010-03-30iwlwifi: fix regulatoryReinette Chatre2-2/+2
2010-03-25iwlwifi: avoid device type checking in generic codeWey-Yi Guy4-6/+9
2010-03-25iwlwifi: change spin_lock to spin_lock_irqsaveWey-Yi Guy2-9/+12
2010-03-25iwlwifi: remove "\n" from module parameter descriptionWey-Yi Guy2-2/+2
2010-03-25iwlwifi: Generic approach to measure temperatureWey-Yi Guy3-4/+6
2010-03-25iwlwifi: remove noise reportingJohannes Berg5-56/+11
2010-03-25iwlwifi: add missing email address informationWey-Yi Guy1-0/+1
2010-03-25iwlwifi: remove non-exist extern functions and structuresWey-Yi Guy3-42/+4
2010-03-25iwlwifi: enable '6000 Series 2x2 AGN Gen2' adaptorsJay Sternberg3-0/+36
2010-03-25iwlwifi: more clean up to move agn only rx functions from iwlcore to iwlagnWey-Yi Guy8-472/+470
2010-03-25iwlwifi: move agn only rx functions from iwlcore to iwlagnWey-Yi Guy5-215/+213
2010-03-25iwlwifi: move agn only tx functions from iwlcore to iwlagnWey-Yi Guy11-1185/+1185
2010-03-25iwlwifi: move agn module parameter structure to common placeWey-Yi Guy5-27/+27
2010-03-25iwlwifi: each device has its own eeprom tx power versionWey-Yi Guy3-8/+11
2010-03-25iwlwifi: move agn common code to iwlagn library fileWey-Yi Guy7-416/+464
2010-03-25iwlwifi: move ucode alive related code to separate fileWey-Yi Guy5-242/+251
2010-03-25iwlwifi: move hw related defines to separate fileWey-Yi Guy8-100/+169
2010-03-25iwlwifi: move tx queue related code to separate fileWey-Yi Guy6-257/+313
2010-03-25iwlwifi: move hcmd related code to separate fileWey-Yi Guy6-247/+287
2010-03-25iwlwifi: code cleanup for "load ucode" functionWey-Yi Guy5-104/+110
2010-03-25iwlwifi: move ucode loading related code to separated fileWey-Yi Guy6-55/+92