|
@@ -95,7 +95,6 @@ static bool can_aggregate_with(struct batman_packet *new_batman_packet,
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
-#define atomic_dec_not_zero(v) atomic_add_unless((v), -1, 0)
|
|
|
/* create a new aggregated packet and add this packet to it */
|
|
|
static void new_aggregated_packet(unsigned char *packet_buff, int packet_len,
|
|
|
unsigned long send_time, bool direct_link,
|