summaryrefslogtreecommitdiffstats
path: root/drivers/staging/winbond/wb35reg_f.h
diff options
context:
space:
mode:
authorPekka Enberg <penberg@cs.helsinki.fi>2009-12-18 23:08:18 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-03 16:42:32 -0800
commit440a233db4c117f34397abd3722d5802fe1b8c30 (patch)
tree26703713ffe53f0a63ffeeeefc652eb6a957541f /drivers/staging/winbond/wb35reg_f.h
parent395af561825095b2df30ed2ee86c3ed898783e8f (diff)
downloadop-kernel-dev-440a233db4c117f34397abd3722d5802fe1b8c30.zip
op-kernel-dev-440a233db4c117f34397abd3722d5802fe1b8c30.tar.gz
Staging: w35und: Convert typedef ChanInfo to struct chan_info
Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/winbond/wb35reg_f.h')
-rw-r--r--drivers/staging/winbond/wb35reg_f.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/winbond/wb35reg_f.h b/drivers/staging/winbond/wb35reg_f.h
index 30f5b5a..d352bce 100644
--- a/drivers/staging/winbond/wb35reg_f.h
+++ b/drivers/staging/winbond/wb35reg_f.h
@@ -14,7 +14,7 @@ void Dxx_initial( struct hw_data * pHwData );
void Mxx_initial( struct hw_data * pHwData );
void RFSynthesizer_initial( struct hw_data * pHwData );
//void RFSynthesizer_SwitchingChannel( struct hw_data * pHwData, s8 Channel );
-void RFSynthesizer_SwitchingChannel( struct hw_data * pHwData, ChanInfo Channel );
+void RFSynthesizer_SwitchingChannel( struct hw_data * pHwData, struct chan_info Channel );
void BBProcessor_initial( struct hw_data * pHwData );
void BBProcessor_RateChanging( struct hw_data * pHwData, u8 rate ); // 20060613.1
//void RF_RateChanging( struct hw_data * pHwData, u8 rate ); // 20060626.5.c Add
OpenPOWER on IntegriCloud