Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368357
b: refs/heads/master
c: 4ba910d
h: refs/heads/master
i:
  368355: 3df188a
v: v3
  • Loading branch information
Bob Copeland authored and John W. Linville committed Mar 6, 2013
1 parent c199acd commit a3656b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2dcc26e37c55b9db2f3a0ea6e4b931e37ca286d2
refs/heads/master: 4ba910db199779470685dd962d626e1ffc657f7e
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
x = ATH_LPF_RSSI((x), ATH_RSSI_IN((y)), ATH_RSSI_LPF_LEN); \
} while (0)
#define ATH_EP_RND(x, mul) \
((((x)%(mul)) >= ((mul)/2)) ? ((x) + ((mul) - 1)) / (mul) : (x)/(mul))
(((x) + ((mul)/2)) / (mul))

int ath9k_cmn_padpos(__le16 frame_control);
int ath9k_cmn_get_hw_crypto_keytype(struct sk_buff *skb);
Expand Down

0 comments on commit a3656b5

Please sign in to comment.