Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wyze-rtl8189fs-v3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Wyze
wyze-rtl8189fs-v3
Commits
d259991d
Verified
Commit
d259991d
authored
2 years ago
by
Nicholas High
Browse files
Options
Downloads
Patches
Plain Diff
remove include guard
Signed-off-by:
Nick High
<
nick@i386.io
>
parent
91570932
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
platform/platform_mips_wyze.c
+0
-2
0 additions, 2 deletions
platform/platform_mips_wyze.c
platform/platform_mips_wyze.h
+0
-31
0 additions, 31 deletions
platform/platform_mips_wyze.h
with
0 additions
and
33 deletions
platform/platform_mips_wyze.c
+
0
−
2
View file @
d259991d
...
...
@@ -19,7 +19,6 @@
******************************************************************************/
#include
<linux/time.h>
#include
<linux/delay.h>
#ifndef CONFIG_PLATFORM_OPS
extern
int
bcm_wlan_power_on
(
int
);
extern
int
bcm_manual_detect
(
int
);
#define RESET 0
...
...
@@ -43,4 +42,3 @@ int platform_wifi_power_on(void)
void
platform_wifi_power_off
(
void
)
{
}
#endif // !CONFIG_PLATFORM_OPS
This diff is collapsed.
Click to expand it.
platform/platform_mips_wyze.h
deleted
100644 → 0
+
0
−
31
View file @
91570932
/******************************************************************************
*
* Copyright(c) 2013 Realtek Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
* You should have received a copy of the GNU General Public License along with
* this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
*
******************************************************************************/
#ifndef __PLATFORM_OPS_H__
#define __PLATFORM_OPS_H__
/*
* Return:
* 0: power on successfully
* others: power on failed
*/
int
platform_wifi_power_on
(
void
);
void
platform_wifi_power_off
(
void
);
#endif // __PLATFORM_OPS_H__
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment