Skip to content

Commit

Permalink
Rename DIVERSITY_CHANNEL_INF to DIVERSITY_CHANNEL.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliusz Chroboczek committed Feb 2, 2011
1 parent c5b33fc commit e843011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion route.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ route_metric(const struct route *route)
#define DIVERSITY_NONE 0
#define DIVERSITY_INTERFACE_1 1
#define DIVERSITY_CHANNEL_1 2
#define DIVERSITY_CHANNEL_INF 3
#define DIVERSITY_CHANNEL 3

extern struct route *routes;
extern int numroutes, maxroutes;
Expand Down

0 comments on commit e843011

Please sign in to comment.