BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mangoh-drivers
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
mangoh-drivers
Commits
f774bcb4
Commit
f774bcb4
authored
Dec 01, 2017
by
David Clark
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated tty script to ignore CTRL-C characters which causes the HS serial driver
to insert a 0-byte into the Rx stream
parent
b1286e41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
mtwifi
linux_kernel_modules/mt7697wifi/scripts/mtwifi
+1
-4
No files found.
linux_kernel_modules/mt7697wifi/scripts/mtwifi
View file @
f774bcb4
...
...
@@ -7,10 +7,7 @@
mt_wifi_start
()
{
if
[
`
echo
$1
|
tr
-s
'[:upper:]'
'[:lower:]'
`
=
`
echo
"uart"
|
tr
-s
'[:upper:]'
'[:lower:]'
`
]
;
then
echo
"Setup MT7697 UART"
;
stty
-F
/dev/ttyHS0 raw
||
exit
127
stty
-F
/dev/ttyHS0 921600
||
exit
127
stty
-F
/dev/ttyHS0 crtscts
||
exit
127
stty
-F
/dev/ttyHS0
-echo
||
exit
127
stty
-F
/dev/ttyHS0 raw 921600 crtscts ignbrk
-echo
||
exit
127
fi
lsmod |
grep
mac80211
>
/dev/null
...
...
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