Commit 357eb4cf authored by Jeff Garzik's avatar Jeff Garzik

Merge branch 'upstream-fixes' of...

Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixes
parents c5ab964d 9b5cce07
...@@ -1042,6 +1042,9 @@ static int prism2_reset_port(struct net_device *dev) ...@@ -1042,6 +1042,9 @@ static int prism2_reset_port(struct net_device *dev)
dev->name, local->fragm_threshold); dev->name, local->fragm_threshold);
} }
/* Some firmwares lose antenna selection settings on reset */
(void) hostap_set_antsel(local);
return res; return res;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment