Commit f754e31e authored by Cedric Roux's avatar Cedric Roux

compilation warnings removal

parent 7a6709a2
......@@ -59,14 +59,14 @@ void nas_COMMON_receive(uint16_t dlen,
struct nas_priv *gpriv=netdev_priv(nasdev[inst]);
uint32_t odaddr,osaddr;
int i;
//int i;
unsigned char protocol;
unsigned char *addr,*daddr,*saddr,*ifaddr,sn;
unsigned char /**addr,*/ *daddr,*saddr,*ifaddr /*,sn*/;
struct udphdr *uh;
struct tcphdr *th;
//struct udphdr *uh;
//struct tcphdr *th;
uint16_t *cksum,check;
struct iphdr *network_header;
......@@ -340,7 +340,7 @@ void nas_COMMON_QOS_send(struct sk_buff *skb, struct cx_entity *cx, struct class
int i;
#endif
unsigned int bytes_wrote;
unsigned char j;
//unsigned char j;
// Start debug information
#ifdef NAS_DEBUG_SEND
printk("NAS_COMMON_QOS_SEND - inst %d begin \n",inst);
......@@ -595,7 +595,7 @@ struct rb_entity *nas_COMMON_search_rb(struct cx_entity *cx, nasRadioBearerId_t
struct classifier_entity *nas_COMMON_search_class_for_rb(nasRadioBearerId_t rab_id,struct nas_priv *priv)
{
struct rb_entity *rb;
//struct rb_entity *rb;
int dscp;
struct classifier_entity *rclass;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment