summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2009-10-27iwlwifi: minor comments changes for wimax co-exist commandWey-Yi Guy1-1/+1
2009-10-27iwlwifi: make sure device is reset when unloading driverBen Cahill2-0/+18
2009-10-27iwlwifi: update lowest API version support for 6x00 & 6x50 seriesWey-Yi Guy1-2/+2
2009-10-27iwlwifi: remove duplicated defineWey-Yi Guy2-4/+2
2009-10-27iwlwifi: reuse page for notification packetsZhu Yi2-24/+30
2009-10-27iwlwifi: remove unused parametersWey-Yi Guy1-7/+2
2009-10-27iwlwifi: remove duplicate definesReinette Chatre3-18/+0
2009-10-27iwlwifi: add channel switch support to 5000 series and upWey-Yi Guy7-17/+89
2009-10-27iwlwifi: issue ct_kill host command based on device configWey-Yi Guy4-7/+16
2009-10-27iwlwifi: choose thermal throttle method based on device configWey-Yi Guy3-6/+14
2009-10-27iwlwifi: increase max tfd payload sizeWey-Yi Guy1-3/+8
2009-10-27iwlwifi: fix use after free bug for paged rxZhu Yi4-19/+46
2009-10-27iwlwifi: specify the valid tx/rx chain in device config structureWey-Yi Guy1-4/+6
2009-10-27iwlwifi: update bt co-exit configuration parameterWey-Yi Guy2-3/+16
2009-10-27iwlwifi: separate led function from statistic notificationWey-Yi Guy3-5/+2
2009-10-27iwlwifi: consolidate apm_init() functionsBen Cahill8-183/+190
2009-10-27iwlwifi: fix gain computation for 5000 series and upWey-Yi Guy1-1/+1
2009-10-27iwlwifi: add missing commands to syslog messagesJay Sternberg2-0/+3
2009-10-27iwlwifi: rework for static power saveWey-Yi Guy3-23/+59
2009-10-27iwlwifi: no chain noise support for 6x50 seriesWey-Yi Guy1-3/+18
2009-10-27iwlwifi: set auto clock gate disable bit for 6x00/6x50 seriesWey-Yi Guy2-2/+12
2009-10-27iwlagn: store station rate scale information in mac80211 station structureReinette Chatre3-6/+16
2009-10-27iwlwifi: move rate scaling structures to header fileReinette Chatre2-100/+101
2009-10-27iwlwifi: move iwl_setup_mac to iwlagnReinette Chatre3-59/+62
2009-10-27iwlwifi: fix incorrect otp blocks number for 6x50 seriesWey-Yi Guy1-3/+3
2009-10-27iwlwifi: identify eeprom version for 6x50 series NICWey-Yi Guy2-4/+7
2009-10-27iwlwifi: show current power save status reported by uCodeWey-Yi Guy3-0/+32
2009-10-27iwl3945: disable all tx fifosAbhijeet Kolekar1-0/+1
2009-10-27iwlwifi: use paged RxZhu Yi15-240/+284
2009-10-27iwlwifi: update channel switch command APIWey-Yi Guy1-1/+46
2009-10-27iwl3945: rearrange the code.Abhijeet Kolekar1-8/+11
2009-10-27iwlwifi/iwl3945: remove data_retry_limitAbhijeet Kolekar5-9/+1
2009-10-27iwl3945: rename tx to tx_cmdAbhijeet Kolekar2-37/+37
2009-10-27iwlwifi/iwl3945: unify rts_tx_cmd_flagAbhijeet Kolekar5-21/+22
2009-10-27iwlwifi: showing accumulative ucode statistics countersWey-Yi Guy4-229/+447
2009-10-27iwlwifi: dynamic allocate tx queue structureWey-Yi Guy11-59/+144
2009-10-27iwl3945: move iwl_power_initialize()Ben Cahill2-2/+1
2009-10-27iwl3945: streamline iwl3945_rfkill_poll()Ben Cahill1-6/+21
2009-10-27iwlwifi: fix userspace setting of sleep_level_overrideReinette Chatre1-1/+3
2009-10-27iwlwifi: additional items in sensitivity range tableWey-Yi Guy6-9/+30
2009-10-27iwlwifi: remove duplicated/unused definitionWey-Yi Guy3-9/+6
2009-10-27iwlagn, iwl3945: remove apm_reset() functionsBen Cahill7-132/+0
2009-10-27iwl3945: remove unnecessary call to apm_ops.reset()Ben Cahill1-5/+0
2009-10-27iwlwifi: turn off device when not used.Ben Cahill2-9/+5
2009-10-27iwl3945: update iwl3945_apm_init()Ben Cahill1-6/+36
2009-10-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-2/+2
2009-10-12iwlwifi: change the order of freeing memoryWey-Yi Guy2-2/+2
2009-10-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller7-27/+26
2009-10-08iwlwifi: validate the signature for EEPROM and OTPWey-Yi Guy2-6/+34
2009-10-08iwlwifi: replace iwl_poll_direct_bit with iwl_poll_bit for CSR accessAbhijeet Kolekar5-13/+23