mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 01:49:20 -04:00
staging: wilc1000: disable power save when AP mode
This patch disables power save mode in case of AP mode. Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
4fd6229147
commit
cba352a4c1
@@ -2203,6 +2203,7 @@ static int start_ap(struct wiphy *wiphy, struct net_device *dev,
|
||||
PRINT_ER("Error in setting channel\n");
|
||||
|
||||
wilc_wlan_set_bssid(dev, wl->vif[vif->u8IfIdx]->src_addr, AP_MODE);
|
||||
wilc_set_power_mgmt(vif, 0, 0);
|
||||
|
||||
s32Error = wilc_add_beacon(vif, settings->beacon_interval,
|
||||
settings->dtim_period, beacon->head_len,
|
||||
|
||||
Reference in New Issue
Block a user