aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-21iwlwifi: initial P2P supportWey-Yi Guy3-2/+23
2011-01-21iwlwifi: replace minimum slot time constantJohannes Berg3-8/+13
2011-01-21iwlwifi: implement remain-on-channelJohannes Berg5-2/+130
2011-01-21iwlagn: Enable idle powersave mode in 1000 seriesMeenakshi Venkataraman1-0/+1
2011-01-21iwlwifi: correct debugfs data dumped from sramJay Sternberg1-25/+56
2011-01-21iwlwifi: add hw rev for 2000 series devicesWey-Yi Guy1-2/+7
2011-01-21iwlwifi: remove g2 from csr hw revWey-Yi Guy1-2/+3
2011-01-21iwlagn: remove Gen2 from KconfigWey-Yi Guy1-2/+3
2011-01-21iwlagn: add 2000 series to KconfigWey-Yi Guy1-0/+1
2011-01-21iwlagn: add 2000 series pci idWey-Yi Guy1-0/+43
2011-01-21 iwlagn: 2000 series devices supportWey-Yi Guy3-0/+568
2011-01-21iwlagn: add 2000 series EEPROM versionWey-Yi Guy1-0/+10
2011-01-21iwlagn: remove reference to gen2a and gen2bWey-Yi Guy2-32/+36
2011-01-21iwlwifi: use mac80211 throughput triggerWey-Yi Guy14-240/+106
2011-01-21cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf3-5/+8
2011-01-21iwlwifi: fix 4965 notification wait setupJohannes Berg1-0/+5
2011-01-21iwlagn: return error if PAN disable timeoutJohannes Berg1-1/+3
2011-01-21iwlagn: properly wait for PAN disableJohannes Berg3-3/+14
2011-01-21iwlagn: add support for waiting for notificationsJohannes Berg4-0/+115
2011-01-21iwlagn: make iwl_rx_handle staticJohannes Berg2-2/+1
2011-01-19mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg2-2/+4
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds4-5/+5
2011-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2-4/+11
2011-01-04iwlagn: fix scan tx antenna setting on 5Ghz bandStanislaw Gruszka3-16/+6
2011-01-04iwlagn: enable only rfkill interrupt when device is downStanislaw Gruszka2-4/+11
2011-01-03wireless: comment typo fix diable -> disable.Justin P. Mattock3-4/+4
2010-12-26iwlwifi: remove reference to Gen2Wey-Yi Guy1-3/+3
2010-12-26iwlagn: fix FH errorJohannes Berg1-1/+2
2010-12-26iwlwifi: remove extra stringWey-Yi Guy1-1/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-1/+2
2010-12-16iwlwifi: Fix error: struct iwl_lq_sta has no member named dbg_fixed_rateSedat Dilek1-0/+2
2010-12-15mac80211: Add timeout to BA session start APISujith Manoharan1-1/+1
2010-12-15iwlagn: fix witespace damageWey-Yi Guy1-2/+2
2010-12-13iwlagn: code clean up to remove duplicate codeWey-Yi Guy3-322/+151
2010-12-13iwlwifi: keep track of bt coex enable/disable stageWey-Yi Guy5-0/+13
2010-12-13iwlwifi: do not reload fw if WiMAX own the RFWey-Yi Guy5-1/+25
2010-12-13iwlagn: More detail tx power loggingWey-Yi Guy1-10/+30
2010-12-13iwlwifi: use IWL_DEBUG_EEPROM for EEPROM related infoWey-Yi Guy2-12/+15
2010-12-13iwlwifi: add new EEPROM debug log typeWey-Yi Guy1-0/+2
2010-12-13iwlagn: remove old EEPROM TX power readingJohannes Berg5-331/+1
2010-12-13iwlagn: implement layout-agnostic EEPROM readingJohannes Berg6-1/+120
2010-12-13iwlagn: rename enhanced txpower fieldsJohannes Berg2-5/+8
2010-12-13iwlagn: rx antenna diversityWey-Yi Guy3-2/+16
2010-12-13iwlagn: fix debug variable accessJohannes Berg1-3/+6
2010-12-13iwlagn: check ready in iwlagn_bss_info_changed()Shanyu Zhao1-1/+8
2010-12-13iwlwifi: clear dbg_fixed_rate during initShanyu Zhao1-0/+2
2010-12-13iwlagn: change led compensation for 6005 and 6030 devicesWey-Yi Guy1-13/+13
2010-12-09iwlagn: implement layout-agnostic EEPROM readingWey-Yi Guy6-1/+120
2010-12-09iwlagn: rename enhanced txpower fieldsJohannes Berg2-5/+8
2010-12-06iwlwifi: jiffies based tx queues watchdogStanislaw Gruszka13-138/+91