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
d86e2a9f
Commit
d86e2a9f
authored
Feb 23, 2018
by
David Clark
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bug forgot to save with update for UART WP76
parent
db27bf87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mtwifi
linux_kernel_modules/mt7697wifi/scripts/mtwifi
+1
-1
No files found.
linux_kernel_modules/mt7697wifi/scripts/mtwifi
View file @
d86e2a9f
...
@@ -9,7 +9,7 @@ mt_wifi_start() {
...
@@ -9,7 +9,7 @@ mt_wifi_start() {
echo
"Setup MT7697 UART"
;
echo
"Setup MT7697 UART"
;
stty
-F
/dev/ttyHS0 raw 921600 crtscts ignbrk
-echo
||
exit
127
stty
-F
/dev/ttyHS0 raw 921600 crtscts ignbrk
-echo
||
exit
127
DEVICE
=
`
cm info |
grep
Device: |
cut
-d
':'
-f2
`
|
sed
's/^ *//g'
`
DEVICE
=
`
cm info |
grep
Device: |
cut
-d
':'
-f2
|
sed
's/^ *//g'
`
echo
"Device: "
$DEVICE
;
echo
"Device: "
$DEVICE
;
if
[
$DEVICE
=
'WP7603-1'
-o
$DEVICE
=
'WP7603-3'
]
;
then
if
[
$DEVICE
=
'WP7603-1'
-o
$DEVICE
=
'WP7603-3'
]
;
then
echo
"Enable power control"
;
echo
"Enable power control"
;
...
...
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