projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2ad078
)
staging: vt6656: baseband.c rename awcFrameTime to vnt_frame_time
author
Malcolm Priestley
<
[email protected]
>
Wed, 16 Jul 2014 21:21:51 +0000
(22:21 +0100)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 18 Jul 2014 01:01:51 +0000
(18:01 -0700)
Signed-off-by: Malcolm Priestley <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/vt6656/baseband.c
patch
|
blob
|
history
diff --git
a/drivers/staging/vt6656/baseband.c
b/drivers/staging/vt6656/baseband.c
index 040b2321585a153d89809afd54e4cfb4dfc79155..e56defa47bd791a6c7a4d7e911e666a5215e93b1 100644
(file)
--- a/
drivers/staging/vt6656/baseband.c
+++ b/
drivers/staging/vt6656/baseband.c
@@
-123,7
+123,7
@@
static u8 vnt_vt3184_vt3226d0[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 /* 0xff */
};
-static const u16
awcFrameT
ime[MAX_RATE] = {
+static const u16
vnt_frame_t
ime[MAX_RATE] = {
10, 20, 55, 110, 24, 36, 48, 72, 96, 144, 192, 216
};
@@
-152,7
+152,7
@@
unsigned int vnt_get_frame_time(u8 preamble_type, u8 pkt_type,
if (tx_rate > RATE_54M)
return 0;
- rate = (unsigned int)
awcFrameT
ime[tx_rate];
+ rate = (unsigned int)
vnt_frame_t
ime[tx_rate];
if (tx_rate <= 3) {
if (preamble_type == 1)