Contents of /trunk/zydas/patches/zd1211-driver-r32-compile-fix.patch
Parent Directory | Revision Log
Revision 153 -
(show annotations)
(download)
Tue May 8 20:52:56 2007 UTC (17 years, 5 months ago) by niro
File size: 1277 byte(s)
Tue May 8 20:52:56 2007 UTC (17 years, 5 months ago) by niro
File size: 1277 byte(s)
-import
1 | --- zd1211-driver-r32/src/zd1205.h 2005-09-15 21:35:15.000000000 +0000 |
2 | +++ zd1211-driver-r32-compile-fixed/src/zd1205.h 2005-09-25 17:52:52.000000000 +0000 |
3 | @@ -1249,8 +1249,8 @@ |
4 | void zd_writel(u32 value, u32 offset); |
5 | inline void zd1205_disable_int(void); |
6 | void zd1205_enable_int(void); |
7 | -inline void zd1205_lock(struct zd1205_private *macp); |
8 | -inline void zd1205_unlock(struct zd1205_private *macp); |
9 | +void zd1205_lock(struct zd1205_private *macp); |
10 | +void zd1205_unlock(struct zd1205_private *macp); |
11 | void zd1205_device_reset(struct zd1205_private *macp); |
12 | void zd1205_config_wep_keys(struct zd1205_private *macp); |
13 | void zd1205_config_dyn_key(u8 DynKeyMode, u8 *pkey, int idx); |
14 | @@ -1271,8 +1271,8 @@ |
15 | void zd1205_set_multi(struct net_device *); |
16 | void zd1205_IncreaseTxPower(struct zd1205_private *macp, u8 TxPwrType); |
17 | void zd1205_DecreaseTxPower(struct zd1205_private *macp, u8 TxPwrType); |
18 | -inline void iLED_ON(struct zd1205_private *macp, u32 LEDn); |
19 | -inline void iLED_OFF(struct zd1205_private *macp, u32 LEDn); |
20 | +void iLED_ON(struct zd1205_private *macp, u32 LEDn); |
21 | +void iLED_OFF(struct zd1205_private *macp, u32 LEDn); |
22 | inline void iLED_SWITCH(struct zd1205_private *macp, u32 LEDn); |
23 | void HKeepingCB(struct net_device *dev); |
24 | void zd1205_mgt_mon_cb(struct net_device *dev); |
Properties
Name | Value |
---|---|
svn:executable | * |