diff options
author | Dmitry Shmidt <dimitrysh@google.com> | 2012-02-27 14:02:51 -0800 |
---|---|---|
committer | Om Prakash Singh <omp@nvidia.com> | 2012-06-15 14:15:13 +0530 |
commit | 55e9aee2025bf4416f79ec17f1cea15112e28b5d (patch) | |
tree | 3ec50eff2e5e44ff7f48dee28320803498813933 /drivers/net/wireless/bcmdhd/dhd_linux.c | |
parent | 70180a701b86c939904d778f109fc6911e667002 (diff) |
net: wireless: bcmdhd: Update to Version 5.90.195.30
- Fix STA features if P2P FW is in use
- Move ENABLE_P2P_INTERFACE to Makefile
- Minor fixes in PNO scan
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'drivers/net/wireless/bcmdhd/dhd_linux.c')
-rw-r--r-- | drivers/net/wireless/bcmdhd/dhd_linux.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/bcmdhd/dhd_linux.c b/drivers/net/wireless/bcmdhd/dhd_linux.c index 823c21a4753c..6c65e0163632 100644 --- a/drivers/net/wireless/bcmdhd/dhd_linux.c +++ b/drivers/net/wireless/bcmdhd/dhd_linux.c @@ -22,7 +22,7 @@ * software in any way with any other Broadcom software provided under a license * other than the GPL, without Broadcom's express prior written consent. * - * $Id: dhd_linux.c 314746 2012-02-14 03:45:02Z $ + * $Id: dhd_linux.c 316856 2012-02-23 21:44:34Z $ */ #include <typedefs.h> @@ -2924,7 +2924,7 @@ dhd_preinit_ioctls(dhd_pub_t *dhd) uint power_mode = PM_FAST; uint32 dongle_align = DHD_SDALIGN; uint32 glom = 0; - uint bcn_timeout = 4; + uint bcn_timeout = 10; uint retry_max = 3; #if defined(ARP_OFFLOAD_SUPPORT) int arpoe = 1; |