summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192e/r8190_rtl8256.h
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2011-08-24 19:29:57 -0500
committerLarry Finger <Larry.Finger@lwfinger.net>2011-08-24 19:29:57 -0500
commit09505184ec3d99e5993966864a4eb3b770642597 (patch)
tree1e0707d3cedda3db70b10670449907fc9bfaa794 /drivers/staging/rtl8192e/r8190_rtl8256.h
parent9de9f962c71ad2c512c40e30b84aca5392a89630 (diff)
staging: rtl8192e: Remove files that are not used
For the most part, these extra files came from the previous version of the RTL8192E driver. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Diffstat (limited to 'drivers/staging/rtl8192e/r8190_rtl8256.h')
-rw-r--r--drivers/staging/rtl8192e/r8190_rtl8256.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/drivers/staging/rtl8192e/r8190_rtl8256.h b/drivers/staging/rtl8192e/r8190_rtl8256.h
deleted file mode 100644
index 58f92903fca4..000000000000
--- a/drivers/staging/rtl8192e/r8190_rtl8256.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/* r8190_rtl8256.h - rtl8256 radio frontend
- *
- * This is part of the rtl8180-sa2400 driver
- * released under the GPL (See file COPYING for details).
- * Copyright (c) 2005 Andrea Merello <andreamrl@tiscali.it>
- *
- * Many thanks to Realtek Corp. for their great support!
- */
-
-#ifndef RTL8225_H
-#define RTL8225_H
-
-#define RTL819X_TOTAL_RF_PATH 2 /* for 8192E */
-
-void PHY_SetRF8256Bandwidth(struct r8192_priv *priv,
- HT_CHANNEL_WIDTH Bandwidth);
-
-RT_STATUS PHY_RF8256_Config(struct r8192_priv *priv);
-
-RT_STATUS phy_RF8256_Config_ParaFile(struct r8192_priv *priv);
-
-void PHY_SetRF8256CCKTxPower(struct r8192_priv *priv, u8 powerlevel);
-void PHY_SetRF8256OFDMTxPower(struct r8192_priv *priv, u8 powerlevel);
-
-bool MgntActSet_RF_State(struct r8192_priv *priv,
- RT_RF_POWER_STATE StateToSet,
- RT_RF_CHANGE_SOURCE ChangeSource);
-
-#endif /* RTL8225_H */