Age | Commit message (Expand) | Author | Files | Lines |
2011-09-27 | iwlagn: use kcalloc when possible for array allocation | Emmanuel Grumbach | 1 | -2/+3 |
2011-09-19 | iwlagn: merge eeprom access into single file | Wey-Yi Guy | 1 | -5/+234 |
2011-08-29 | iwlagn: all function iwl-io.c receive iwl_bus | Emmanuel Grumbach | 1 | -29/+29 |
2011-08-29 | iwlagn: Rename iwlcore prefix | Wey-Yi Guy | 1 | -2/+2 |
2011-07-16 | iwlagn: remove dual-indirect call to simply the code | Wey-Yi Guy | 1 | -5/+5 |
2011-07-11 | iwlagn: remove indirection for eeprom_query_addr | Fry, Donald H | 1 | -5/+0 |
2011-07-11 | iwlagn: remove the indirection for iwl_apm_init | Fry, Donald H | 1 | -1/+1 |
2011-06-18 | iwlagn: merge duplicate code into single function | Wey-Yi Guy | 1 | -0/+25 |
2011-05-13 | iwlagn: remove set but unused vars | Johannes Berg | 1 | -4/+3 |
2011-04-30 | iwlagn: semaphore and calib cleanup | Don Fry | 1 | -2/+41 |
2011-04-29 | iwlagn: fix tx power initialization | Stanislaw Gruszka | 1 | -7/+0 |
2011-04-18 | iwlagn: remove most BUG_ON instances | Johannes Berg | 1 | -6/+0 |
2011-04-07 | iwlagn: move IO functions out of line | Johannes Berg | 1 | -18/+18 |
2011-04-07 | iwlagn: remove hw_rev | Johannes Berg | 1 | -4/+4 |
2011-04-07 | iwlagn: change Copyright to 2011 | Wey-Yi Guy | 1 | -2/+2 |
2011-03-25 | iwlagn: remove reference to 3945 and 4965 | Wey-Yi Guy | 1 | -2/+0 |
2011-02-21 | iwlwifi: split the drivers for agn and legacy devices 3945/4965 | Wey-Yi Guy | 1 | -8/+0 |
2011-02-21 | Revert "iwlwifi: split the drivers for agn and legacy devices 3945/4965" | Wey-Yi Guy | 1 | -0/+8 |
2011-02-21 | iwlwifi: split the drivers for agn and legacy devices 3945/4965 | Wey-Yi Guy | 1 | -8/+0 |
2010-12-14 | iwlwifi: use IWL_DEBUG_EEPROM for EEPROM related info | Wey-Yi Guy | 1 | -11/+14 |
2010-10-14 | iwlwifi: move agn only eeprom functions to separate file | Wey-Yi Guy | 1 | -360/+14 |
2010-10-08 | iwlwifi: remove apm_ops.stop | Johannes Berg | 1 | -1/+1 |
2010-10-08 | iwlwifi: remove verify_signature eeprom operation | Johannes Berg | 1 | -3/+2 |
2010-10-06 | iwlagn: reduce redundant parameter definitions | Wey-Yi Guy | 1 | -6/+6 |
2010-06-26 | iwlwifi: enable DC calibration based on config parameter | Wey-Yi Guy | 1 | -0/+3 |
2010-05-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -0/+7 |
2010-05-11 | iwlwifi: move eeprom version printout to eeprom init | Johannes Berg | 1 | -0/+7 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-01-20 | iwlwifi: update copyright year to 2010 | Reinette Chatre | 1 | -2/+2 |
2009-12-21 | iwlwifi: fix 40MHz operation setting on cards that do not allow it | Reinette Chatre | 1 | -1/+2 |
2009-12-21 | iwlwifi: fix EEPROM/OTP reading endian annotations and a bug | Johannes Berg | 1 | -9/+11 |
2009-12-21 | iwlwifi: power up all devices for EEPROM read | Reinette Chatre | 1 | -11/+3 |
2009-11-19 | iwlagn: power up device before initializing EEPROM | Reinette Chatre | 1 | -3/+6 |
2009-11-19 | iwlwifi: eliminate the possible 1/2 dBm tx power loss in 6x00 & 6x50 series | Wey-Yi Guy | 1 | -14/+35 |
2009-11-19 | iwlwifi: remove unused parameter from iwl_channel_info | Wey-Yi Guy | 1 | -7/+0 |
2009-11-19 | iwlwifi: validate enhanced tx power entry | Wey-Yi Guy | 1 | -0/+10 |
2009-11-02 | iwlwifi: remove power-wasting calls to apm_ops.init() | Ben Cahill | 1 | -0/+11 |
2009-10-27 | iwlwifi: set auto clock gate disable bit for 6x00/6x50 series | Wey-Yi Guy | 1 | -0/+8 |
2009-10-12 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -12/+11 |
2009-10-08 | iwlwifi: validate the signature for EEPROM and OTP | Wey-Yi Guy | 1 | -5/+28 |
2009-10-08 | iwlwifi: replace iwl_poll_direct_bit with iwl_poll_bit for CSR access | Abhijeet Kolekar | 1 | -4/+8 |
2009-10-08 | iwlwifi: incorrect method used for finding valid OTP blocks | Jay Sternberg | 1 | -12/+11 |
2009-08-28 | iwlwifi: read enhanced tx power info from EEPROM image | Wey-Yi Guy | 1 | -0/+252 |
2009-08-20 | iwlwifi: traverse linklist to find the valid OTP block | Wey-Yi Guy | 1 | -35/+150 |
2009-08-20 | iwlwifi: cleanup HT40 extension channels setup | Zhu Yi | 1 | -25/+12 |
2009-08-14 | iwlwifi: name changed from "fat" to "ht40" | Wey-Yi Guy | 1 | -27/+27 |
2009-07-24 | iwlwifi: checking unknown HW type | Wey-Yi Guy | 1 | -1/+5 |
2009-06-03 | iwlwifi: fix otp access init | Reinette Chatre | 1 | -7/+5 |
2009-05-22 | iwlcore: register locks | Mohamed Abbas | 1 | -2/+0 |
2009-05-22 | iwlwifi: support NVM access (EEPROM/OTP) | Wey-Yi Guy | 1 | -18/+129 |