summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2009-05-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-4/+6
2009-05-11iwlwifi: default WMM AC parametersWey-Yi Guy1-2/+14
2009-05-11iwlwifi: show qos AC parametersWey-Yi Guy1-1/+21
2009-05-11iwlagn: show current rate scale data in debugfsWey-Yi Guy1-0/+42
2009-05-11iwlwifi: use #define instead of hard coded valueWey-Yi Guy2-10/+12
2009-05-11iwl3945: read rev id in nic configAbhijeet Kolekar1-7/+5
2009-05-11iwlwifi: more descriptive unsupported hardware messageReinette Chatre1-1/+1
2009-05-11iwlagn: improve rate scale table searchMohamed Abbas2-9/+40
2009-05-11iwlwifi: clean up PS codeJohannes Berg7-292/+48
2009-05-11iwlwifi: fix PS disable status raceJohannes Berg1-3/+2
2009-05-11iwlwifi: do proper hw restartJohannes Berg4-61/+24
2009-05-11mac80211: move HT operation mode BSS infoJohannes Berg1-2/+2
2009-05-11iwlwifi: make iwl_set_rate staticJohannes Berg2-4/+1
2009-05-11iwlwifi: fix device id registration for 6000 series 2x2 devicesJay Sternberg2-4/+6
2009-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller7-179/+125
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-11/+11
2009-05-06Wireless: remove driver_data direct access of struct deviceGreg Kroah-Hartman2-22/+24
2009-05-06iwlwifi: replace test_and_set_bit by set_bit in clear stations functionTomas Winkler1-1/+1
2009-05-06iwlwifi: "is_fat" bit in rate scale match RXON flagWey-Yi Guy1-6/+3
2009-05-06iwlagn: disable PS support for iwlagnReinette Chatre1-2/+1
2009-05-06iwl3945: fix lock dependencyAbhijeet Kolekar1-20/+17
2009-05-06iwlwifi: Fix handling of retry count of NO_ACK frames in iwl-{3945|agn}-rsGábor Stefanik2-13/+16
2009-05-06mac80211: unify config_interface and bss_info_changedJohannes Berg4-109/+58
2009-05-06mac80211: clean up beacon interval settingsJohannes Berg3-6/+5
2009-05-05iwlwifi: update key flags at time key is setReinette Chatre1-10/+11
2009-05-05iwlwifi: remove EXPORT_SYMBOL for static symbolAndreas Schwab1-1/+0
2009-04-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-4/+2
2009-04-28iwlwifi: notify on scan completion even when shutting downJohannes Berg1-2/+2
2009-04-28wireless: remove unneeded EXPORT_SYMBOL the tickles a powerpc compiler bugStephen Rothwell1-1/+0
2009-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller21-1912/+1754
2009-04-23iwlwifi: allow config if device not readyMohamed Abbas1-6/+5
2009-04-23iwlwifi: remove radio disable parameter.Abhijeet Kolekar5-34/+4
2009-04-23iwlcore: Fix stay in table function.Mohamed Abbas1-16/+10
2009-04-23iwlwifi: clean up unused NL80211_IFTYPE_MONITOR for Monitor modeWey-Yi Guy8-24/+7
2009-04-23iwl3945: calculate debugfs isr statisticsAbhijeet Kolekar1-3/+16
2009-04-23iwl3945: add debugfs to 3945Abhijeet Kolekar2-1/+7
2009-04-23iwlwifi: support truly passive scanningJohannes Berg2-2/+12
2009-04-23iwlwifi: improve scan supportJohannes Berg6-177/+73
2009-04-23iwlwifi: rename PROBE_OPTION_MAX_API1 to PROBE_OPTION_MAX_3945Johannes Berg1-3/+3
2009-04-23iwlwifi: adding interrupt counter in debugfs for debuggingWey-Yi Guy6-3/+141
2009-04-23iwlcore: fix channel display in debugfsMohamed Abbas1-1/+1
2009-04-23iwlwifi: check triple_stream_basic_rates in iwl_full_rxon_requiredDaniel C Halperin1-0/+2
2009-04-23iwlagn: Sync rxon active with changesMohamed Abbas1-1/+7
2009-04-23iwlwifi: do not set dual_stream_ant_msk for 3 streamsDaniel C Halperin1-3/+0
2009-04-23iwlwifi: Display decoded rate/mcs informationWey-Yi Guy2-4/+43
2009-04-23iwl3945: use iwl_mac_reset_tsf from iwlwifiAbhijeet Kolekar4-134/+77
2009-04-23iwl3945: use iwl_mac_get_tx_stats from iwlwifiAbhijeet Kolekar4-71/+39
2009-04-23iwl3945: use iwl_mac_config_interface from iwlwifiAbhijeet Kolekar4-201/+104
2009-04-23iwlwifi: add config_ap lib opAbhijeet Kolekar7-5/+15
2009-04-23iwl3945: use iwl_mac_config from iwlwifiAbhijeet Kolekar4-238/+138