summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville2010-04-1218-144/+274
|\
| * iwlwifi: avoid Tx queue memory allocation in interface downZhu Yi2010-04-094-15/+58
| * iwlwifi: fix compiler warningWey-Yi Guy2010-04-091-1/+4
| * iwlwifi: fix compile warnings when compiling without debugReinette Chatre2010-04-094-5/+5
| * iwlwifi: small changes in commentsWey-Yi Guy2010-04-091-1/+1
| * iwlwifi: update tx command response statusWey-Yi Guy2010-04-096-54/+108
| * iwlwifi: add more debug info in error event dumpWey-Yi Guy2010-04-092-5/+32
| * iwlwifi: clean up last_phy_resJohannes Berg2010-04-092-6/+8
| * iwlwifi: remove pointless sta_id invalid checkJohannes Berg2010-04-091-5/+1Star
| * iwlagn: simplify WEP key checkJohannes Berg2010-04-091-4/+5
| * iwlwifi: remove wrong key use checkJohannes Berg2010-04-091-8/+0Star
| * iwlwifi: make WEP key restoring explicitJohannes Berg2010-04-094-22/+20Star
| * iwlwifi: default max event log sizeWey-Yi Guy2010-04-098-18/+32
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-091-4/+9
|\ \ | |/ |/|
| * iwlwifi: need check for valid qos packet before freeWey-Yi Guy2010-04-081-4/+9
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-088-80/+106
|\|
| * iwlwifi: avoid Tx queue memory allocation in interface downZhu Yi2010-04-023-15/+60
| * iwlwifi: use consistent table for tx data collectShanyu Zhao2010-04-021-31/+24Star
| * iwlwifi: fix DMA allocation warningsZhu Yi2010-04-021-3/+45
| * iwlwifi: range checking issueDan Carpenter2010-03-301-1/+1
| * iwlwifi: clear unattended interrupts in taskletShanyu Zhao2010-03-301-1/+9
| * iwlwifi: counting number of tfds can be free for 4965Wey-Yi Guy2010-03-301-4/+2Star
| * iwlwifi: fix regulatoryReinette Chatre2010-03-302-2/+2
| * iwlwifi: Silence tfds_in_queue messageAdel Gadllah2010-03-161-1/+1
| * Revert "iwlwifi: Send broadcast probe request only when asked to"Reinette Chatre2010-03-102-34/+17Star
| * iwl3945: fix memory corruptionReinette Chatre2010-03-101-3/+3
* | iwlwifi: remove trailing space in messagesFrans Pop2010-04-0216-36/+36
* | iwlwifi: code cleanup for generic definesWey-Yi Guy2010-04-029-36/+25Star
* | iwlwifi: clear rxq->queue in queue resetZhu Yi2010-04-021-2/+8
* | iwlwifi: remove irrelevant commentsWey-Yi Guy2010-04-021-7/+0Star
* | iwlwifi: merge module parameters into single placeWey-Yi Guy2010-04-023-41/+31Star
* | iwlwifi: manage QoS by mac stackStanislaw Gruszka2010-03-315-171/+17Star
* | iwlwifi: remove skb_linearize for rx framesZhu Yi2010-03-313-64/+4Star
* | iwlwifi: avoid device type checking in generic codeWey-Yi Guy2010-03-254-6/+9
* | iwlwifi: change spin_lock to spin_lock_irqsaveWey-Yi Guy2010-03-252-9/+12
* | iwlwifi: remove "\n" from module parameter descriptionWey-Yi Guy2010-03-252-2/+2
* | iwlwifi: Generic approach to measure temperatureWey-Yi Guy2010-03-253-4/+6
* | iwlwifi: remove noise reportingJohannes Berg2010-03-255-56/+11Star
* | iwlwifi: add missing email address informationWey-Yi Guy2010-03-251-0/+1
* | iwlwifi: remove non-exist extern functions and structuresWey-Yi Guy2010-03-253-42/+4Star
* | iwlwifi: enable '6000 Series 2x2 AGN Gen2' adaptorsJay Sternberg2010-03-253-0/+36
* | iwlwifi: more clean up to move agn only rx functions from iwlcore to iwlagnWey-Yi Guy2010-03-258-472/+470Star
* | iwlwifi: move agn only rx functions from iwlcore to iwlagnWey-Yi Guy2010-03-255-215/+213Star
* | iwlwifi: move agn only tx functions from iwlcore to iwlagnWey-Yi Guy2010-03-2511-1185/+1185
* | iwlwifi: move agn module parameter structure to common placeWey-Yi Guy2010-03-255-27/+27
* | iwlwifi: each device has its own eeprom tx power versionWey-Yi Guy2010-03-253-8/+11
* | iwlwifi: move agn common code to iwlagn library fileWey-Yi Guy2010-03-257-416/+464
* | iwlwifi: move ucode alive related code to separate fileWey-Yi Guy2010-03-255-242/+251
* | iwlwifi: move hw related defines to separate fileWey-Yi Guy2010-03-258-100/+169
* | iwlwifi: move tx queue related code to separate fileWey-Yi Guy2010-03-256-257/+313