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:
0a9e0f5
)
Staging: vt6655: Removes unused macros.
author
Varsha Rao
<rvarsha016@gmail.com>
Thu, 13 Oct 2016 22:59:54 +0000
(
04:29
+0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:27:30 +0000
(10:27 +0200)
This patch removes the macros BBvClearFOE and BBvSetFOE. As they are not
used anywhere else.
Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/baseband.h
patch
|
blob
|
history
diff --git
a/drivers/staging/vt6655/baseband.h
b/drivers/staging/vt6655/baseband.h
index 412537e3fb75e77d60f182a897a05883283379ac..8a567c9155b4e49d161a3b425ebea0fe57f3ba82 100644
(file)
--- a/
drivers/staging/vt6655/baseband.h
+++ b/
drivers/staging/vt6655/baseband.h
@@
-55,12
+55,6
@@
#define TOP_RATE_2M 0x00200000
#define TOP_RATE_1M 0x00100000
-#define BBvClearFOE(dwIoBase) \
- BBbWriteEmbedded(dwIoBase, 0xB1, 0)
-
-#define BBvSetFOE(dwIoBase) \
- BBbWriteEmbedded(dwIoBase, 0xB1, 0x0C)
-
unsigned int
BBuGetFrameTime(
unsigned char byPreambleType,