fix rtl8188cu dhcp issue,(v3.28)
authorgwl <gwl@rock-chips.com>
Fri, 2 Mar 2012 03:52:32 +0000 (11:52 +0800)
committergwl <gwl@rock-chips.com>
Fri, 2 Mar 2012 06:45:05 +0000 (14:45 +0800)
drivers/net/wireless/rtl8192c/core/rtw_wlan_util.c
drivers/net/wireless/rtl8192c/os_dep/linux/wifi_version.h

index c1e0cb4792a1326e4f44202af6d6b90250e207f3..056ba49c786c5c4df922f75cc075989ec313d65e 100755 (executable)
@@ -1611,6 +1611,8 @@ void process_addba_req(_adapter *padapter, u8 *paddba_req, u8 *addr)
                DBG_871X("DBG_RX_SEQ %s:%d IndicateSeq: %d, start_seq: %d\n", __FUNCTION__, __LINE__,
                        preorder_ctrl->indicate_seq, start_seq);
                #endif
+               #else
+               preorder_ctrl->indicate_seq = 0xffff;
                #endif
                
                preorder_ctrl->enable =(pmlmeinfo->bAcceptAddbaReq == _TRUE)? _TRUE :_FALSE;
index 920f48ffcc3cb34121b3a95ed658b3206faef59b..8b1969b779e7ad712b533b0906d55b31b2ba876c 100755 (executable)
@@ -7,7 +7,7 @@
 /*
  * Broadcom BCM4319 driver version.
  */
-#define RTL8192_DRV_VERSION "3.27"
+#define RTL8192_DRV_VERSION "3.28"
 
 #endif /* WIFI_BCM4319_VERSION_H */