Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
a0e8dc91
Commit
a0e8dc91
authored
Oct 27, 2002
by
Alan Cox
Committed by
Linus Torvalds
Oct 27, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] fix hamradio netdriver builds
parent
366fe7be
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
drivers/net/hamradio/baycom_epp.c
drivers/net/hamradio/baycom_epp.c
+2
-2
drivers/net/hamradio/soundmodem/Makefile
drivers/net/hamradio/soundmodem/Makefile
+1
-1
No files found.
drivers/net/hamradio/baycom_epp.c
View file @
a0e8dc91
...
@@ -481,7 +481,7 @@ static void inline do_kiss_params(struct baycom_state *bc,
...
@@ -481,7 +481,7 @@ static void inline do_kiss_params(struct baycom_state *bc,
({ \
({ \
if (!(notbitstream & (0x1f0 << j))) \
if (!(notbitstream & (0x1f0 << j))) \
goto stuff##j; \
goto stuff##j; \
encodeend##j:
\
encodeend##j:
;
\
})
})
#define ENCODEITERB(j) \
#define ENCODEITERB(j) \
...
@@ -716,7 +716,7 @@ static void do_rxpacket(struct net_device *dev)
...
@@ -716,7 +716,7 @@ static void do_rxpacket(struct net_device *dev)
goto flgabrt##j; \
goto flgabrt##j; \
if ((bitstream & (0x1f8 << j)) == (0xf8 << j))
/* stuffed bit */
\
if ((bitstream & (0x1f8 << j)) == (0xf8 << j))
/* stuffed bit */
\
goto stuff##j; \
goto stuff##j; \
enditer##j: \
enditer##j:
;
\
})
})
#define DECODEITERB(j) \
#define DECODEITERB(j) \
...
...
drivers/net/hamradio/soundmodem/Makefile
View file @
a0e8dc91
...
@@ -38,5 +38,5 @@ $(obj)/sm_hapn4800.o: $(obj)/sm_tbl_hapn4800.h
...
@@ -38,5 +38,5 @@ $(obj)/sm_hapn4800.o: $(obj)/sm_tbl_hapn4800.h
$(obj)/sm_fsk9600.o
:
$(obj)/sm_tbl_fsk9600.h
$(obj)/sm_fsk9600.o
:
$(obj)/sm_tbl_fsk9600.h
$(obj)/sm_tbl_%
:
$(obj)/gentbl
$(obj)/sm_tbl_%
:
$(obj)/gentbl
$(obj)
/gentbl
cd
$(obj)
&&
.
/gentbl
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment