mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
wifi: export set_usb_wifi_power [1/1]
PD#TV-2088 Problem: wifi can not power in driver Solution: export set_usb_wifi_power Verify: franklin Change-Id: Ic6fb75133533c395cd96e9d82f14427cf40cee96 Signed-off-by: Rongjun Chen <rongjun.chen@amlogic.com>
This commit is contained in:
@@ -236,7 +236,7 @@ void set_usb_wifi_power(int is_power)
|
||||
{
|
||||
usb_power_control(is_power, WIFI_BIT);
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(set_usb_wifi_power);
|
||||
static int wifi_power_open(struct inode *inode, struct file *file)
|
||||
{
|
||||
struct cdev *cdevp = inode->i_cdev;
|
||||
|
||||
Reference in New Issue
Block a user