diff options
Diffstat (limited to 'drivers/net/wireless/rtlwifi/stats.h')
-rw-r--r-- | drivers/net/wireless/rtlwifi/stats.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/net/wireless/rtlwifi/stats.h b/drivers/net/wireless/rtlwifi/stats.h index 0dbdc5203830..aa4eec80ccf7 100644 --- a/drivers/net/wireless/rtlwifi/stats.h +++ b/drivers/net/wireless/rtlwifi/stats.h | |||
@@ -11,10 +11,6 @@ | |||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
12 | * more details. | 12 | * more details. |
13 | * | 13 | * |
14 | * You should have received a copy of the GNU General Public License along with | ||
15 | * this program; if not, write to the Free Software Foundation, Inc., | ||
16 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA | ||
17 | * | ||
18 | * The full GNU General Public License is included in this distribution in the | 14 | * The full GNU General Public License is included in this distribution in the |
19 | * file called LICENSE. | 15 | * file called LICENSE. |
20 | * | 16 | * |
@@ -39,8 +35,9 @@ | |||
39 | 35 | ||
40 | u8 rtl_query_rxpwrpercentage(char antpower); | 36 | u8 rtl_query_rxpwrpercentage(char antpower); |
41 | u8 rtl_evm_db_to_percentage(char value); | 37 | u8 rtl_evm_db_to_percentage(char value); |
38 | u8 rtl_evm_dbm_jaguar(char value); | ||
42 | long rtl_signal_scale_mapping(struct ieee80211_hw *hw, long currsig); | 39 | long rtl_signal_scale_mapping(struct ieee80211_hw *hw, long currsig); |
43 | void rtl_process_phyinfo(struct ieee80211_hw *hw, u8 *buffer, | 40 | void rtl_process_phyinfo(struct ieee80211_hw *hw, u8 *buffer, |
44 | struct rtl_stats *pstatus); | 41 | struct rtl_stats *pstatus); |
45 | 42 | ||
46 | #endif | 43 | #endif |