aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-8/+14
2010-03-30iwlwifi: range checking issueDan Carpenter1-1/+1
2010-03-30iwlwifi: clear unattended interrupts in taskletShanyu Zhao1-1/+9
2010-03-30iwlwifi: counting number of tfds can be free for 4965Wey-Yi Guy1-4/+2
2010-03-30iwlwifi: fix regulatoryReinette Chatre2-2/+2
2010-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller18-493/+987
2010-03-24iwlwifi: fix build error for CONFIG_IWLAGN=nJohn W. Linville1-0/+2
2010-03-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller24-789/+687
2010-03-19iwlwifi: code cleanup for connectivity recoveryWey-Yi Guy6-40/+85
2010-03-19iwlwifi: Recover TX flow failureWey-Yi Guy3-2/+67
2010-03-19iwlwifi: move plcp check to separated functionWey-Yi Guy6-22/+47
2010-03-19iwlwifi: Recover TX flow stall due to stuck queueWey-Yi Guy11-0/+167
2010-03-19iwlwifi: clean up driver names for 1000/5000/6000Shanyu Zhao5-17/+17
2010-03-19iwlwifi: sta_id cannot be invalid in rs_initialize_lqJohannes Berg1-4/+0
2010-03-19iwlwifi: implement new mac80211 station add/remove callsReinette Chatre12-389/+522
2010-03-19iwlwifi: only add broadcast station onceReinette Chatre7-57/+117
2010-03-19iwlagn: Add Flow-handler (FH) register dump for 4965.Ben Cahill1-0/+1
2010-03-16iwlwifi: Silence tfds_in_queue messageAdel Gadllah1-1/+1
2010-03-09Revert "iwlwifi: Send broadcast probe request only when asked to"Reinette Chatre2-34/+17
2010-03-09iwl3945: fix memory corruptionReinette Chatre1-3/+3
2010-03-09iwl3945: check ucode load error codeAbhijeet Kolekar1-1/+1
2010-03-09iwlwifi: clean up queue/fifo handlingJohannes Berg5-77/+109
2010-03-09iwlwifi: add internal short scan support for 3945Wey-Yi Guy1-8/+14
2010-03-09iwlwifi: remove unnecessary parameter in scan functionWey-Yi Guy1-5/+3
2010-03-09iwlwifi: remove duplicate functionWey-Yi Guy1-23/+0
2010-03-09iwlwifi: remove needlessly exported symbolsReinette Chatre3-4/+1
2010-03-09iwlwifi: change WEP key protection to use mutexJohannes Berg4-12/+12
2010-03-09iwlwifi: remove un-necessary parametersWey-Yi Guy1-21/+7
2010-03-09iwlagn: move sysfs flags and filter_flags files to debugfsJohannes Berg2-83/+29
2010-03-09iwlwifi: remove STATUS_MODE_PENDINGJohannes Berg5-44/+19
2010-03-09iwlwifi: remove alive start adhoc restartJohannes Berg2-17/+0
2010-03-09iwlwifi: move 3945 clip groups to 3945 dataJohannes Berg2-8/+12
2010-03-09iwlwifi: clear up AC/FIFO debug outputJohannes Berg1-2/+2
2010-03-09iwlwifi: remove sanity checkJohannes Berg1-5/+0
2010-03-09iwlwifi: remove IBSS channel sanity checkJohannes Berg1-9/+0
2010-03-09iwlwifi: remove priv->active_rate_basicJohannes Berg6-50/+10
2010-03-09iwlwifi: remove never-changing priv->rates_mask variableJohannes Berg3-8/+4
2010-03-09iwlwifi: remove frame droppingJohannes Berg2-19/+0
2010-03-09iwlwifi: remove dead code from iwl_mac_reset_tsfJohannes Berg1-13/+3
2010-03-09iwlwifi: remove superfluous channel checkJohannes Berg1-8/+0
2010-03-09iwlagn: remove write-only variablesJohannes Berg6-42/+15
2010-03-09iwlwifi: move ICT data to agn part of unionJohannes Berg3-51/+56
2010-03-09iwlwifi: move 3945 specific data into unionJohannes Berg5-40/+45
2010-03-09iwlagn: move ICT code into separate fileJohannes Berg10-279/+385
2010-03-02iwlwifi: load firmware asynchronously before mac80211 registrationJohannes Berg2-78/+81
2010-02-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller5-66/+9
2010-02-26Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6John W. Linville3-62/+1
2010-02-26Merge branch 'wireless-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6John W. Linville2-4/+8
2010-02-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville6-10/+31
2010-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller20-157/+418