summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2009-11-19cfg80211: convert bools into flagsJohannes Berg2-9/+5
2009-11-19mac80211: convert aggregation to operate on vifs/stasJohannes Berg3-5/+6
2009-11-19iwlwifi: Add comments about CSR registersBen Cahill1-27/+150
2009-11-19iwlwifi: handle unicast PS bufferingJohannes Berg8-42/+113
2009-11-19iwlwifi: add sleep_tx_count ucode station APIJohannes Berg2-2/+17
2009-11-19iwlwifi: report PS filtered statusJohannes Berg3-8/+19
2009-11-19iwlwifi: make iwlwifi send beaconsDaniel C Halperin2-0/+13
2009-11-19iwlwifi: fix bugs in beacon configurationDaniel C Halperin2-21/+63
2009-11-19iwlagn: power up device before initializing EEPROMReinette Chatre1-3/+6
2009-11-19iwlwifi: align tx/rx statistics debugfs formatWey-Yi Guy1-6/+7
2009-11-19iwlwifi: eliminate the possible 1/2 dBm tx power loss in 6x00 & 6x50 seriesWey-Yi Guy3-14/+52
2009-11-19iwl3945: Reset saved POWER_TABLE_CMD in "up"Ben Cahill1-1/+1
2009-11-19iwlwifi: update reply_statistics_cmd with 'clear' parameterWey-Yi Guy10-23/+77
2009-11-19iwlwifi: remove external reference for non-exist data structureWey-Yi Guy1-3/+0
2009-11-19iwlwifi: drop non-production PCI-IDs for 6x50 seriesWey-Yi Guy3-36/+0
2009-11-19iwlwifi: remove unused parameter from iwl_channel_infoWey-Yi Guy2-10/+0
2009-11-19iwlwifi: disable coex until implementation ready for 6x50Wey-Yi Guy1-2/+0
2009-11-19iwlwifi: validate enhanced tx power entryWey-Yi Guy2-2/+14
2009-11-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller16-192/+234
2009-11-18drivers/net/wireless/iwlwifi: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-12iwlwifi: fix iwl1000 "RTS/CTS for HT" merge damageJohn W. Linville1-0/+1
2009-11-11iwlwifi: MAC_ACCESS_REQ cleanupBen Cahill4-11/+11
2009-11-11iwlwifi: Fix issue on file transfer stalled in HT modeWey-Yi Guy1-0/+1
2009-11-11iwlagn: update write pointers in iwl_irq_tasklet()Ben Cahill1-6/+3
2009-11-11iwlwifi: Add comments about MAC_ACCESS_REQBen Cahill1-0/+20
2009-11-11iwlwifi: Update comments for struct iwl_ssid_ieBen Cahill1-3/+4
2009-11-11iwlwifi: speed up event log dumpsBen Cahill2-12/+32
2009-11-11iwlwifi: Limit size of Event Log dumpBen Cahill2-0/+30
2009-11-11iwlwifi: do not base station's sm_ps setting on APWey-Yi Guy1-6/+0
2009-11-11iwlwifi: drop non-production PCI-IDsWey-Yi Guy3-108/+2
2009-11-11iwlwifi: fix for channel switchWey-Yi Guy6-25/+68
2009-11-11iwlwifi: add FIFO usage for 5000Johannes Berg1-3/+16
2009-11-11iwlwifi: remove un-used parameterWey-Yi Guy1-2/+0
2009-11-11iwlwifi: fix FIFO vs. queue confusionJohannes Berg2-4/+10
2009-11-11iwlwifi: don't double-activate queue 4Johannes Berg1-3/+7
2009-11-11iwlwifi: no periodic Tx/IQ calibration for 6x00/6x50 seriesWey-Yi Guy1-2/+0
2009-11-11iwlwifi: use configured valid rx chain for scanShanyu Zhao2-2/+2
2009-11-11iwlwifi: use only one chain for scan in PSShanyu Zhao1-1/+15
2009-11-11iwlwifi: print rx_on config to help debugWey-Yi Guy3-1/+9
2009-11-11iwlwifi: allocate 128 bytes linear buffer for rx skbZhu Yi2-2/+4
2009-11-11iwlwifi: change debug message to error in failure caseReinette Chatre1-2/+2
2009-11-05mac80211: make ieee80211_find_sta per virtual interfaceJohannes Berg3-3/+4
2009-11-02iwlwifi: add wimax/wifi coexist support for 6x50 seriesWey-Yi Guy5-11/+158
2009-11-02iwlwifi: add SM PS support for 6x50 seriesWey-Yi Guy6-10/+52
2009-11-02iwlwifi: coex API data structureWey-Yi Guy2-3/+68
2009-11-02iwlwifi: print warning when sending host command failsReinette Chatre1-1/+2
2009-11-02iwlagn: move rate scale initialization to init functionReinette Chatre1-7/+6
2009-11-02iwl3945: store station rate scale information in mac80211 station structureReinette Chatre2-74/+60
2009-11-02iwlwifi: split adding broadcast station from othersReinette Chatre3-6/+65
2009-11-02iwlwifi: move iwl_[un]init_drv to iwlagnReinette Chatre5-95/+92