summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi (follow)
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: minor comments changes for wimax co-exist commandWey-Yi Guy2009-10-271-1/+1
* iwlwifi: make sure device is reset when unloading driverBen Cahill2009-10-272-0/+18
* iwlwifi: update lowest API version support for 6x00 & 6x50 seriesWey-Yi Guy2009-10-271-2/+2
* iwlwifi: remove duplicated defineWey-Yi Guy2009-10-272-4/+2
* iwlwifi: reuse page for notification packetsZhu Yi2009-10-272-24/+30
* iwlwifi: remove unused parametersWey-Yi Guy2009-10-271-7/+2
* iwlwifi: remove duplicate definesReinette Chatre2009-10-273-18/+0
* iwlwifi: add channel switch support to 5000 series and upWey-Yi Guy2009-10-277-17/+89
* iwlwifi: issue ct_kill host command based on device configWey-Yi Guy2009-10-274-7/+16
* iwlwifi: choose thermal throttle method based on device configWey-Yi Guy2009-10-273-6/+14
* iwlwifi: increase max tfd payload sizeWey-Yi Guy2009-10-271-3/+8
* iwlwifi: fix use after free bug for paged rxZhu Yi2009-10-274-19/+46
* iwlwifi: specify the valid tx/rx chain in device config structureWey-Yi Guy2009-10-271-4/+6
* iwlwifi: update bt co-exit configuration parameterWey-Yi Guy2009-10-272-3/+16
* iwlwifi: separate led function from statistic notificationWey-Yi Guy2009-10-273-5/+2
* iwlwifi: consolidate apm_init() functionsBen Cahill2009-10-278-183/+190
* iwlwifi: fix gain computation for 5000 series and upWey-Yi Guy2009-10-271-1/+1
* iwlwifi: add missing commands to syslog messagesJay Sternberg2009-10-272-0/+3
* iwlwifi: rework for static power saveWey-Yi Guy2009-10-273-23/+59
* iwlwifi: no chain noise support for 6x50 seriesWey-Yi Guy2009-10-271-3/+18
* iwlwifi: set auto clock gate disable bit for 6x00/6x50 seriesWey-Yi Guy2009-10-272-2/+12
* iwlagn: store station rate scale information in mac80211 station structureReinette Chatre2009-10-273-6/+16
* iwlwifi: move rate scaling structures to header fileReinette Chatre2009-10-272-100/+101
* iwlwifi: move iwl_setup_mac to iwlagnReinette Chatre2009-10-273-59/+62
* iwlwifi: fix incorrect otp blocks number for 6x50 seriesWey-Yi Guy2009-10-271-3/+3
* iwlwifi: identify eeprom version for 6x50 series NICWey-Yi Guy2009-10-272-4/+7
* iwlwifi: show current power save status reported by uCodeWey-Yi Guy2009-10-273-0/+32
* iwl3945: disable all tx fifosAbhijeet Kolekar2009-10-271-0/+1
* iwlwifi: use paged RxZhu Yi2009-10-2715-240/+284
* iwlwifi: update channel switch command APIWey-Yi Guy2009-10-271-1/+46
* iwl3945: rearrange the code.Abhijeet Kolekar2009-10-271-8/+11
* iwlwifi/iwl3945: remove data_retry_limitAbhijeet Kolekar2009-10-275-9/+1
* iwl3945: rename tx to tx_cmdAbhijeet Kolekar2009-10-272-37/+37
* iwlwifi/iwl3945: unify rts_tx_cmd_flagAbhijeet Kolekar2009-10-275-21/+22
* iwlwifi: showing accumulative ucode statistics countersWey-Yi Guy2009-10-274-229/+447
* iwlwifi: dynamic allocate tx queue structureWey-Yi Guy2009-10-2711-59/+144
* iwl3945: move iwl_power_initialize()Ben Cahill2009-10-272-2/+1
* iwl3945: streamline iwl3945_rfkill_poll()Ben Cahill2009-10-271-6/+21
* iwlwifi: fix userspace setting of sleep_level_overrideReinette Chatre2009-10-271-1/+3
* iwlwifi: additional items in sensitivity range tableWey-Yi Guy2009-10-276-9/+30
* iwlwifi: remove duplicated/unused definitionWey-Yi Guy2009-10-273-9/+6
* iwlagn, iwl3945: remove apm_reset() functionsBen Cahill2009-10-277-132/+0
* iwl3945: remove unnecessary call to apm_ops.reset()Ben Cahill2009-10-271-5/+0
* iwlwifi: turn off device when not used.Ben Cahill2009-10-272-9/+5
* iwl3945: update iwl3945_apm_init()Ben Cahill2009-10-271-6/+36
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-132-2/+2
|\
| * iwlwifi: change the order of freeing memoryWey-Yi Guy2009-10-122-2/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-127-27/+26
|\|
| * iwlwifi: use %pM for formatted MAC addressesBjorn Helgaas2009-10-071-1/+1
| * iwlagn: fix compile warning in iwl5000_gain_computationReinette Chatre2009-10-071-1/+1