summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2010-08-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville10-79/+124
2010-08-25iwlwifi: do not spuriously call ieee80211_scan_completedJohannes Berg1-2/+4
2010-08-25iwlagn: do not check for AP mode for WEP keysJohannes Berg1-1/+1
2010-08-25iwlwifi: move debug options into submenuJay Sternberg1-0/+4
2010-08-25iwlwifi: enable experimental ucode supportJay Sternberg2-8/+31
2010-08-25iwlwifi: remove unused iwl_send_card_state functionWey-Yi Guy2-24/+0
2010-08-25iwlwifi: configurable ampdu factor and densityWey-Yi Guy3-1/+20
2010-08-25iwlwifi: more generic name for rssi calc in iwlagnWey-Yi Guy2-24/+30
2010-08-25iwlwifi: additional parameter in REPLY_RX_PHY_CMDWey-Yi Guy1-1/+1
2010-08-25iwlagn: continue perform rate scale when error detectedWey-Yi Guy1-3/+17
2010-08-25iwlagn: adjust starting action for rate scaleWey-Yi Guy1-4/+8
2010-08-25iwlwifi: refactor iwl_setup_rxon_timingJohannes Berg4-21/+14
2010-08-25iwlwifi: cleanup iwl_set_rxon_channel()Shanyu Zhao1-11/+4
2010-08-25iwlwifi: avoid race condition in channel changeShanyu Zhao2-16/+12
2010-08-25iwlwifi: do not call ieee80211_frequency_to_channelShanyu Zhao7-12/+9
2010-08-25iwlwifi: make aggregation time limit configurableWey-Yi Guy3-2/+16
2010-08-25iwlwifi: max/min aggregation time limitWey-Yi Guy1-2/+2
2010-08-25iwlwifi: additional comments in iwl_cfgWey-Yi Guy1-0/+2
2010-08-25iwlwifi: remove unused defineWey-Yi Guy1-1/+0
2010-08-25iwlwifi: fix thermal throttling related power management operationWey-Yi Guy1-7/+5
2010-08-25iwlwifi: separate thermal throttling functionWey-Yi Guy13-776/+917
2010-08-19iwlwifi: use long monitor timer for 5300 seriesWey-Yi Guy1-2/+2
2010-08-17iwlwifi: fix 3945 filter flagsJohannes Berg4-50/+94
2010-08-17mac80211: use cipher suite selectorsJohannes Berg5-40/+49
2010-08-16iwlwifi: track IBSS manager statusJohannes Berg6-2/+25
2010-08-16iwlwifi: make iwl_set_hw_params static to _agnWey-Yi Guy3-20/+18
2010-08-16iwlagn: log pci revision idWey-Yi Guy1-0/+1
2010-08-16iwlwifi: make iwl_hw_detect static to _agnWey-Yi Guy3-9/+7
2010-08-16iwlwifi: make scan workqueue functions staticStanislaw Gruszka3-16/+6
2010-08-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville15-140/+94
2010-08-16iwlwifi: disable aspm by defaultJohn W. Linville2-0/+8
2010-08-14iwlwifi: use long monitor timer to avoid un-necessary reloadWey-Yi Guy2-11/+11
2010-08-14iwlwifi: long monitor timerWey-Yi Guy6-29/+30
2010-08-09iwlagn: fix rts cts protectionJohannes Berg11-133/+87
2010-08-06iwlwifi: fix locking assertionsJohannes Berg4-6/+6
2010-08-06iwlwifi: fix TX tracerJohannes Berg1-1/+1
2010-08-04iwlagn: Improve aggregation failure error messagesAndy Lutomirski1-4/+7
2010-08-04iwlagn: fix typo in ucode_bt_stats_read debugfsWey-Yi Guy1-1/+1
2010-08-04iwlwifi: BA scd_flow not match condition detectedWey-Yi Guy1-1/+8
2010-08-04iwlwifi: fix compile warningJohannes Berg1-1/+1
2010-08-04iwlwifi: fix possible recursive locking deadlockJohannes Berg1-1/+5
2010-07-29iwlwifi: fix scan abortStanislaw Gruszka1-10/+8
2010-07-27drivers/net/wireless: Use wiphy_<level>Joe Perches3-12/+14
2010-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...John W. Linville9-149/+149
2010-07-26iwlwifi: assume vif is NULL for internal scans and non-NULL otherwiseJohn W. Linville2-2/+8
2010-07-26iwlagn: use __packed on new structure definitionsJohn W. Linville1-6/+6
2010-07-23iwlwifi: remove spurious semicolonsJohannes Berg1-2/+2
2010-07-23iwlwifi: reduce beacon fill conditionsJohannes Berg2-6/+2
2010-07-23iwlwifi: read multiple MAC addressesWey-Yi Guy3-5/+16
2010-07-23iwlwifi: make iwl_mac_beacon_update staticJohannes Berg2-33/+31