summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h
diff options
context:
space:
mode:
authornavin patidar2014-08-31 08:44:29 +0200
committerGreg Kroah-Hartman2014-08-31 21:57:41 +0200
commit5f6a5cdb5fe505f94f1500c632176211531f6544 (patch)
treedeacafe778ad60f16f74e83d1f87b63aafee47ed /drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h
parentstaging: rtl8188eu: Rework function PHY_SetTxPowerLevel8188E() (diff)
downloadkernel-qcow2-linux-5f6a5cdb5fe505f94f1500c632176211531f6544.tar.gz
kernel-qcow2-linux-5f6a5cdb5fe505f94f1500c632176211531f6544.tar.xz
kernel-qcow2-linux-5f6a5cdb5fe505f94f1500c632176211531f6544.zip
staging: rtl8188eu: Rework function PHY_SetBWMode8188E()
Rename CamelCase variables and function name. Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h')
-rw-r--r--drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h b/drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h
index 18359333779b..f8bc63cb2e9b 100644
--- a/drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h
+++ b/drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h
@@ -207,10 +207,6 @@ void PHY_GetTxPowerLevel8188E(struct adapter *adapter, u32 *powerlevel);
void PHY_ScanOperationBackup8188E(struct adapter *Adapter, u8 Operation);
-/* Switch bandwidth for 8192S */
-void PHY_SetBWMode8188E(struct adapter *adapter,
- enum ht_channel_width chnlwidth, unsigned char offset);
-
/* channel switch related funciton */
void PHY_SwChnl8188E(struct adapter *adapter, u8 channel);
/* Call after initialization */