-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for cheap Ralink 3070 WiFi plug
See: #321
- Loading branch information
1 parent
f4f8ebe
commit ac438ad
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ac438ad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit is a duplicate of some other commit.
The error:
Looking at one of the affected files drivers/net/wireless/rt2x00/rt2800lib.c:
RF3070 repeated 2 times
ac438ad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry,
https://github.com/raspberrypi/linux/blob/rpi-3.10.y/drivers/net/wireless/rt2x00/rt2800lib.c#L3158
is not a case statement, and the file builds okay for me.
Do you have local changes to your tree?
ac438ad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You pointed to 3.10.y tree, the error happens with 3.12.y tree and only after 3.12.4
ac438ad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, missed that this was 3.12 tree. I've removed this commit. Okay now?
ac438ad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem and thank you. Should be ok now. I'll report back if it fails to build.