summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+0
2010-05-10iwlwifi: remove stray mutex_unlock()Dan Carpenter1-1/+0
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville19-98/+807
2010-05-04iwlwifi: recalculate average tpt if not currentReinette Chatre1-4/+6
2010-05-03Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville17-90/+796
2010-04-30iwlwifi: greenfield support only true for 11n devicesWey-Yi Guy2-4/+0
2010-04-30iwlwifi: set hw parameters based on device typeWey-Yi Guy2-40/+103
2010-04-30iwlwifi: set AMPDU status variables correctlyDaniel Halperin2-7/+8
2010-04-30iwl3945: add ucode statisticsAbhijeet Kolekar8-14/+646
2010-04-30iwlwifi: set correct AC to swq_id for aggregationShanyu Zhao1-1/+10
2010-04-30iwlwifi: reset pci retry timeoutAbhijeet Kolekar1-0/+6
2010-04-30iwlwifi: remove outdated commentsWey-Yi Guy1-4/+0
2010-04-30iwlwifi: remove get_stats callback functionWey-Yi Guy1-13/+0
2010-04-30Merge branch 'wireless-2.6' into wireless-next-2.6Reinette Chatre3-7/+23
2010-04-30iwlwifi: work around passive scan issueJohannes Berg3-7/+23
2010-04-30mac80211: remove deprecated noise field from ieee80211_rx_statusJohn W. Linville2-2/+0
2010-04-27mac80211: give virtual interface to hw_scanJohannes Berg2-2/+5
2010-04-23Merge branch 'master' into for-davemJohn W. Linville28-1509/+1606
2010-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller8-14/+41
2010-04-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller7-15/+29
2010-04-19Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville29-1522/+1641
2010-04-16iwlwifi: make scan antenna forcing more genericJohannes Berg3-9/+10
2010-04-16iwlwifi: remove monitor checkJohannes Berg1-25/+0
2010-04-16iwlwifi: don't check monitor for scanningJohannes Berg4-8/+1
2010-04-16iwlwifi: rename TX_CMD_FLG_BT_DIS_MSKJohannes Berg1-1/+1
2010-04-16iwlwifi: make BT coex config a virtual methodJohannes Berg7-6/+11
2010-04-16iwlwifi: more code clean up for agn devicesWey-Yi Guy3-78/+78
2010-04-16iwlwifi: sanity check for turn on aggregation tidWey-Yi Guy1-17/+17
2010-04-16iwlwifi: PA type for 6000g2 seriesWey-Yi Guy3-7/+7
2010-04-16iwlwifi: add hw revision for 6000g2 NICWey-Yi Guy1-0/+1
2010-04-16iwlwifi: remove redundant iwl_dump_lq_cmd()Shanyu Zhao1-1/+0
2010-04-16iwlwifi: add debugfs ops to iwlwifiAbhijeet Kolekar10-739/+973
2010-04-16iwlwifi: remove duplicated debug functionsWey-Yi Guy2-78/+0
2010-04-16iwlwifi: bring up 6000 Series 2x2 AGN Gen2 adaptersShanyu Zhao4-9/+24
2010-04-16iwlwifi: more generic eeprom definesWey-Yi Guy3-24/+24
2010-04-16iwlwifi: trigger scan synchronouslyJohannes Berg10-419/+416
2010-04-16iwlwifi: rename priv->scan to priv->scan_cmdJohannes Berg4-13/+13
2010-04-16iwlwifi: remove scan_pass_startJohannes Berg2-7/+2
2010-04-16iwlwifi: remove next_scan_jiffiesJohannes Berg4-35/+0
2010-04-16iwlwifi: correct atomic bitops usageJohannes Berg1-7/+6
2010-04-16iwlwifi: remove scan_bands logicJohannes Berg3-52/+25
2010-04-16iwlwifi: set correct single/dual stream maskWey-Yi Guy2-3/+22
2010-04-16Merge branch 'wireless-2.6' into wireless-next-2.6Reinette Chatre8-15/+41
2010-04-16iwlwifi: correct 6000 EEPROM regulatory addressShanyu Zhao2-2/+6
2010-04-16iwlwifi: fix scan racesJohannes Berg5-13/+23
2010-04-16iwlwifi: initialize iwl_wimax_coex_cmd.flagsStanislaw Gruszka1-2/+2
2010-04-16iwlwifi: check scan request ie_lenStanislaw Gruszka1-3/+3
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-0/+12
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville36-3910/+3986
2010-04-12Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville18-144/+274