aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-eeprom.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-08iwlwifi: make EEPROM enhanced TX power a boolJohannes Berg1-3/+3
2012-03-07iwlwifi: don't include iwl-prph.h everywhereJohannes Berg1-0/+1
2012-03-06iwlwifi: make config constJohannes Berg1-1/+1
2012-03-06iwlwifi: use valid TX/RX antenna from hw_paramsJohannes Berg1-18/+20
2012-03-06iwlwifi: remove SKU from configJohannes Berg1-11/+9
2012-02-27iwlwifi: eeprom gets transport and not busEmmanuel Grumbach1-75/+77
2012-02-27iwlwifi: move eeprom defines to iwl-eeprom.cEmmanuel Grumbach1-0/+4
2012-02-02iwlwifi: give trans to all the read / write functionsEmmanuel Grumbach1-30/+31
2012-02-02iwlwifi: separate the APM from the EEPROMEmmanuel Grumbach1-4/+0
2012-01-06iwlwifi: update CopyrightWey-Yi Guy1-2/+2
2011-12-16iwlwifi: move iwl_cfg from iwl_priv to iwl_sharedDon Fry1-29/+29
2011-12-08iwlwifi: move eeprom pointer from iwl_priv to iwl_sharedDon Fry1-28/+32
2011-11-11iwlagn: move nvm_device_type from iwl_priv to iwl_transDon Fry1-14/+14
2011-11-11iwlagn: Remove dependence of iwl_priv from eeprom routines.Don Fry1-58/+58
2011-09-27iwlagn: use kcalloc when possible for array allocationEmmanuel Grumbach1-2/+3
2011-09-19iwlagn: merge eeprom access into single fileWey-Yi Guy1-5/+234
2011-08-29iwlagn: all function iwl-io.c receive iwl_busEmmanuel Grumbach1-29/+29
2011-08-29iwlagn: Rename iwlcore prefixWey-Yi Guy1-2/+2
2011-07-16iwlagn: remove dual-indirect call to simply the codeWey-Yi Guy1-5/+5
2011-07-11iwlagn: remove indirection for eeprom_query_addrFry, Donald H1-5/+0
2011-07-11iwlagn: remove the indirection for iwl_apm_initFry, Donald H1-1/+1
2011-06-18iwlagn: merge duplicate code into single functionWey-Yi Guy1-0/+25
2011-05-13iwlagn: remove set but unused varsJohannes Berg1-4/+3
2011-04-30iwlagn: semaphore and calib cleanupDon Fry1-2/+41
2011-04-29iwlagn: fix tx power initializationStanislaw Gruszka1-7/+0
2011-04-18iwlagn: remove most BUG_ON instancesJohannes Berg1-6/+0
2011-04-07iwlagn: move IO functions out of lineJohannes Berg1-18/+18
2011-04-07iwlagn: remove hw_revJohannes Berg1-4/+4
2011-04-07iwlagn: change Copyright to 2011Wey-Yi Guy1-2/+2
2011-03-25iwlagn: remove reference to 3945 and 4965Wey-Yi Guy1-2/+0
2011-02-21iwlwifi: split the drivers for agn and legacy devices 3945/4965Wey-Yi Guy1-8/+0
2011-02-21Revert "iwlwifi: split the drivers for agn and legacy devices 3945/4965"Wey-Yi Guy1-0/+8
2011-02-21iwlwifi: split the drivers for agn and legacy devices 3945/4965Wey-Yi Guy1-8/+0
2010-12-13iwlwifi: use IWL_DEBUG_EEPROM for EEPROM related infoWey-Yi Guy1-11/+14
2010-10-14iwlwifi: move agn only eeprom functions to separate fileWey-Yi Guy1-360/+14
2010-10-07iwlwifi: remove apm_ops.stopJohannes Berg1-1/+1
2010-10-07iwlwifi: remove verify_signature eeprom operationJohannes Berg1-3/+2
2010-10-06iwlagn: reduce redundant parameter definitionsWey-Yi Guy1-6/+6
2010-06-25iwlwifi: enable DC calibration based on config parameterWey-Yi Guy1-0/+3
2010-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-0/+7
2010-05-10iwlwifi: move eeprom version printout to eeprom initJohannes Berg1-0/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-19iwlwifi: update copyright year to 2010Reinette Chatre1-2/+2
2009-12-21iwlwifi: fix 40MHz operation setting on cards that do not allow itReinette Chatre1-1/+2
2009-12-21iwlwifi: fix EEPROM/OTP reading endian annotations and a bugJohannes Berg1-9/+11
2009-12-21iwlwifi: power up all devices for EEPROM readReinette Chatre1-11/+3
2009-11-18iwlagn: power up device before initializing EEPROMReinette Chatre1-3/+6
2009-11-18iwlwifi: eliminate the possible 1/2 dBm tx power loss in 6x00 & 6x50 seriesWey-Yi Guy1-14/+35
2009-11-18iwlwifi: remove unused parameter from iwl_channel_infoWey-Yi Guy1-7/+0
2009-11-18iwlwifi: validate enhanced tx power entryWey-Yi Guy1-0/+10