diff options
| -rw-r--r-- | drivers/net/wireless/hostap/hostap_hw.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/hostap/hostap_hw.c b/drivers/net/wireless/hostap/hostap_hw.c index dafaa5ff5aa6..d500012fdc7a 100644 --- a/drivers/net/wireless/hostap/hostap_hw.c +++ b/drivers/net/wireless/hostap/hostap_hw.c | |||
| @@ -1042,6 +1042,9 @@ static int prism2_reset_port(struct net_device *dev) | |||
| 1042 | dev->name, local->fragm_threshold); | 1042 | dev->name, local->fragm_threshold); |
| 1043 | } | 1043 | } |
| 1044 | 1044 | ||
| 1045 | /* Some firmwares lose antenna selection settings on reset */ | ||
| 1046 | (void) hostap_set_antsel(local); | ||
| 1047 | |||
| 1045 | return res; | 1048 | return res; |
| 1046 | } | 1049 | } |
| 1047 | 1050 | ||
