(fixing the new hashbin code)
* Master structure
*/
hashbin_t *irlan = NULL;
-static __u32 ckey, skey;
+static void *ckey;
+static void *skey;
/* Module parameters */
static int eth = 0; /* Use "eth" or "irlan" name for devices */
/* ------------------- IrLMP and IrIAS part ------------------- */
/* Used for IrDA Discovery and socket name resolution */
- __u32 ckey; /* IrLMP client handle */
+ void * ckey; /* IrLMP client handle */
__u16 mask; /* Hint bits mask (filter discov.)*/
int nslots; /* Number of slots for discovery */
* reentrant, beware... So, we blindly protect all with spinlock */
/* Handle for the hint bit advertised in IrLMP */
- __u32 skey;
+ void * skey;
/* Server socket part */
struct ias_object * ias_obj; /* Our service name + lsap in IAS */