![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * This is part of the rtl8180-sa2400 driver 0004 * released under the GPL (See file COPYING for details). 0005 * Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com> 0006 * 0007 * 0008 * This files contains programming code for the rtl8256 0009 * radio frontend. 0010 * 0011 * *Many* thanks to Realtek Corp. for their great support! 0012 */ 0013 0014 #ifndef RTL8225H 0015 #define RTL8225H 0016 0017 #define RTL819X_TOTAL_RF_PATH 2 /* for 8192U */ 0018 void phy_set_rf8256_bandwidth(struct net_device *dev, 0019 enum ht_channel_width bandwidth); 0020 void phy_rf8256_config(struct net_device *dev); 0021 void phy_set_rf8256_cck_tx_power(struct net_device *dev, u8 powerlevel); 0022 void phy_set_rf8256_ofdm_tx_power(struct net_device *dev, u8 powerlevel); 0023 0024 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |