aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-agn-calib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-08iwlwifi: remove unused arguments from iwlagn_gain_computationJohannes Berg1-5/+2
2012-03-07iwlwifi: add wrappers for command sendingJohannes Berg1-4/+4
2012-03-07iwlwifi: remove iwl-wifi.hJohannes Berg1-1/+0
2012-03-07iwlwifi: split out firmware storeJohannes Berg1-3/+2
2012-03-07iwlwifi: move ucode loading to op_modeJohannes Berg1-9/+17
2012-03-06iwlwifi: use valid TX/RX antenna from hw_paramsJohannes Berg1-2/+2
2012-03-06iwlwifi: introduce statistics lockJohannes Berg1-9/+7
2012-02-17iwlwifi: use enhance_sensitivity from iwl_fwEmmanuel Grumbach1-2/+4
2012-01-24iwlwifi: update CopyrightWey-Yi Guy1-2/+2
2011-12-16iwlwifi: move iwl_cfg from iwl_priv to iwl_sharedDon Fry1-6/+6
2011-12-08iwlwifi: move calib_results list from iwl_priv to iwl_transDon Fry1-9/+9
2011-11-25iwlagn: dynamically allocate & reflect calibration dataJohannes Berg1-20/+30
2011-11-25iwlagn: remove calibration knowledgeJohannes Berg1-15/+13
2011-09-19iwlagn: simplify chain_noise_num_beacons indirectionFry, Donald H1-14/+7
2011-08-29iwlagn: bus layer chooses its transport layerEmmanuel Grumbach1-4/+4
2011-08-29iwlagn: priv->lock moves to iwl_sharedEmmanuel Grumbach1-7/+7
2011-08-29iwlagn: hw_params moves to iwl_sharedEmmanuel Grumbach1-10/+11
2011-08-08iwlagn: support v2 of enhanced sensitivity tableWey-Yi Guy1-22/+47
2011-07-21iwlagn: remove un-necessary "_agn"Wey-Yi Guy1-1/+1
2011-07-21iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach1-4/+4
2011-07-16iwlagn: remove un-necessary fileWey-Yi Guy1-0/+59
2011-07-11iwlagn: remove iwlagn_hcmd_utils structure and call directlyDon Fry1-2/+2
2011-07-11iwlagn: remove the indirection for update_chain_flagsFry, Donald H1-2/+1
2011-07-11iwlagn: provide heplers to access the transport opsEmmanuel Grumbach1-3/+4
2011-07-11iwlagn: consolidate the API that sends host commands and move to transportEmmanuel Grumbach1-3/+4
2011-05-25Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-7/+7
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2011-05-13iwlagn: support multiple TBs per commandJohannes Berg1-1/+1
2011-05-13iwlagn: prepare for multi-TB commandsJohannes Berg1-6/+6
2011-04-26treewide: cleanup continuations and remove logging message whitespaceJoe Perches1-2/+2
2011-04-08iwlagn: clean up & autodetect statisticsJohannes Berg1-32/+11
2011-04-07iwlagn: change Copyright to 2011Wey-Yi Guy1-2/+2
2011-01-28iwlwifi: introduce iwl_bt_statisticsStanislaw Gruszka1-6/+3
2010-11-15iwlwifi: disable disconnected antenna for advanced bt coexShanyu Zhao1-8/+11
2010-11-15iwlwifi: seperate disconnected antenna functionShanyu Zhao1-108/+123
2010-10-07iwlwifi: clean up declarationsJohannes Berg1-1/+1
2010-10-06iwlagn: reduce redundant parameter definitionsWey-Yi Guy1-17/+23
2010-08-27iwlwifi: initial contextificationJohannes Berg1-3/+9
2010-08-25iwlwifi: add bt full concurrency supportWey-Yi Guy1-1/+5
2010-07-23iwlagn: Add support for bluetooth statistics notificationWey-Yi Guy1-19/+45
2010-07-02iwlwifi: adding enhance sensitivity table entriesWey-Yi Guy1-28/+105
2010-06-25iwlagn: reduce severity of disconnected antennas warningReinette Chatre1-4/+4
2010-06-21iwlwifi: code cleanup to remove un-necessary "goto"Wey-Yi Guy1-5/+5
2010-06-21iwlwifi: move calibration from iwlcore to iwlagnWey-Yi Guy1-0/+910