~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/net/wireless/iwlwifi/iwl-agn-calib.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 *
6
6
 * GPL LICENSE SUMMARY
7
7
 *
8
 
 * Copyright(c) 2008 - 2010 Intel Corporation. All rights reserved.
 
8
 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
9
9
 *
10
10
 * This program is free software; you can redistribute it and/or modify
11
11
 * it under the terms of version 2 of the GNU General Public License as
30
30
 *
31
31
 * BSD LICENSE
32
32
 *
33
 
 * Copyright(c) 2005 - 2010 Intel Corporation. All rights reserved.
 
33
 * Copyright(c) 2005 - 2011 Intel Corporation. All rights reserved.
34
34
 * All rights reserved.
35
35
 *
36
36
 * Redistribution and use in source and binary forms, with or without
66
66
#include "iwl-core.h"
67
67
#include "iwl-commands.h"
68
68
 
69
 
void iwl_chain_noise_calibration(struct iwl_priv *priv, void *stat_resp);
70
 
void iwl_sensitivity_calibration(struct iwl_priv *priv, void *resp);
 
69
void iwl_chain_noise_calibration(struct iwl_priv *priv);
 
70
void iwl_sensitivity_calibration(struct iwl_priv *priv);
71
71
 
72
72
void iwl_init_sensitivity(struct iwl_priv *priv);
73
73
void iwl_reset_run_time_calib(struct iwl_priv *priv);