Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122524
b: refs/heads/master
c: 4c7f0bc
h: refs/heads/master
v: v3
  • Loading branch information
Wu Fengguang authored and John W. Linville committed Dec 5, 2008
1 parent d5b277f commit bfb3998
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 74415edb042ef9f3b1291f978763687f35aadbb3
refs/heads/master: 4c7f0bc266ccccfb0ca397405af13ee3d9e0f6b2
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath9k/regd.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ath9k_regd_sort(void *a, u32 n, u32 size, ath_hal_cmp_t *cmp)
u8 *u = t - size;
if (cmp(u, t) <= 0)
break;
swap(u, t, size);
swap_array(u, t, size);
}
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath9k/regd.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@

#define CHAN_FLAGS (CHANNEL_ALL|CHANNEL_HALF|CHANNEL_QUARTER)

#define swap(_a, _b, _size) { \
#define swap_array(_a, _b, _size) { \
u8 *s = _b; \
int i = _size; \
do { \
Expand Down

0 comments on commit bfb3998

Please sign in to comment.