[PATCH] hostap: Restore antenna selection settings after port reset
Intersil firmware 1.7.4 (and possibly others) loses the antenna selection settings when the port is reset. Signed-off-by: David Acker <dacker@roinet.com> Signed-off-by: Pavel Roskin <proski@gnu.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
794ccda61c
commit
9b5cce0764
|
@ -1042,6 +1042,9 @@ static int prism2_reset_port(struct net_device *dev)
|
|||
dev->name, local->fragm_threshold);
|
||||
}
|
||||
|
||||
/* Some firmwares lose antenna selection settings on reset */
|
||||
(void) hostap_set_antsel(local);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue