summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-0816-242/+256
|\
| * iwlwifi: remove unecessary if statementGreg Dietsche2011-06-071-3/+0
| * iwlagn: refactor iwlagn_mac_channel_switchStanislaw Gruszka2011-06-071-54/+52
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-0711-143/+60
| |\
| | * iwlagn: use cts-to-self protection on 5000 adapters seriesStanislaw Gruszka2011-06-063-11/+10
| | * iwlagn: fix channel switch lockingStanislaw Gruszka2011-06-039-119/+28
| * | iwlagn: call commit_rxon function directlyWey-Yi Guy2011-06-034-14/+7
| * | iwlagn: direct call to post_scan functionWey-Yi Guy2011-06-033-3/+2
| * | iwlagn: move all post scan functions in one placeWey-Yi Guy2011-06-032-7/+7
| * | iwlagn: set smps mode after assoc for 1000 deviceWey-Yi Guy2011-06-033-2/+14
| * | iwlagn: save the latest smps modeWey-Yi Guy2011-06-031-0/+1
| * | iwlagn: fix interface combinationsJohannes Berg2011-06-021-2/+2
| * | iwlagn: change log to better represent the state of aggregation processWey-Yi Guy2011-06-012-2/+5
| * | iwlagn: change the logging level for aggregation enable checkWey-Yi Guy2011-06-011-1/+1
| * | iwlagn: advertise interface combinationsJohannes Berg2011-06-011-0/+83
| * | iwlagn: free the ICT ISR when the request_irq failedEmmanuel Grumbach2011-06-011-1/+1
| * | iwlwifi: disambiguate invalid DMA index warningsDaniel Halperin2011-06-013-9/+9
| * | iwlagn: solve sparse warningEmmanuel Grumbach2011-06-011-3/+0
| * | iwlagn: fix dual-mode RXONJohannes Berg2011-06-011-12/+40
| * | iwlagn: remove un-necessary tx power opsWey-Yi Guy2011-06-016-11/+1
| * | iwlagn: send tx power command if defer cause by RXON not matchWey-Yi Guy2011-06-011-0/+5
* | | net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-071-0/+1
| |/ |/|
* | iwlagn: fix incorrect PCI subsystem id for 6150 devicesWey-Yi Guy2011-05-313-13/+22
|/
* Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2011-05-2524-476/+718
|\
| * Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville2011-05-2424-476/+718
| |\
| | * iwlagn: dbg_fixed_rate only used when CONFIG_MAC80211_DEBUGFS enabledWey-Yi Guy2011-05-241-2/+2
| | * iwlwifi: remove unused parameter from iwl_hcmd_queue_reclaimDaniel Halperin2011-05-191-3/+2
| | * Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville2011-05-1624-473/+716
| | |\
| | | * iwlagn: remove unused old_assoc parameterWey-Yi Guy2011-05-131-1/+0
| | | * iwlagn: change default beacon intervalJohannes Berg2011-05-131-1/+1
| | | * iwlagn: remove set but unused varsJohannes Berg2011-05-132-22/+13
| | | * iwlagn: alwasy send RXON with disassociate falge before associateWey-Yi Guy2011-05-132-5/+8
| | | * iwlagn: clear STATUS_HCMD_ACTIVE bit if fail enqueueWey-Yi Guy2011-05-131-0/+1
| | | * iwlagn: add testmode set fixed rate commandWey-Yi Guy2011-05-134-21/+57
| | | * iwlagn: add eeprom command to testmodeWey-Yi Guy2011-05-132-0/+38
| | | * iwlagn: add testmode trace commandWey-Yi Guy2011-05-135-0/+165
| | | * iwlagn: more ucode error log infoWey-Yi Guy2011-05-132-42/+65
| | | * iwlagn: support multiple TBs per commandJohannes Berg2011-05-138-152/+180
| | | * iwlagn: remove unused pad argumentJohannes Berg2011-05-134-8/+5
| | | * iwlagn: clean up TXQ indirectionJohannes Berg2011-05-1310-203/+164
| | | * iwlagn: prepare for multi-TB commandsJohannes Berg2011-05-1314-46/+47
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-232-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | treewide: cleanup continuations and remove logging message whitespaceJoe Perches2011-04-261-2/+2
| * | | Merge branch 'master' into for-nextJiri Kosina2011-04-268-8/+14
| |\ \ \
| * | | | treewide: remove extra semicolonsJustin P. Mattock2011-04-101-1/+1
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-1718-228/+778
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | iwlwifi: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd2011-05-161-1/+1
| | |_|/ | |/| |
| * | | iwlagn: fix iwl_is_any_associatedJohannes Berg2011-05-101-8/+11
| * | | iwlagn: led stay solid on when no trafficWey-Yi Guy2011-05-101-1/+19
| * | | iwlagn: check DMA mapping errorsJohannes Berg2011-05-062-28/+45