lantiq: remove unmaintained code
[openwrt.git] / package / kernel / mac80211 / patches / 916-wlcore-increase-timeout-to-5000-msecs.patch
1 dfs configuration command might take longer than
2 the current timeout. increase it to 5 seconds.
3
4 Signed-off-by: Yaniv Machani <yanivma@ti.com>
5 Signed-off-by: Eliad Peller <eliad@wizery.com>
6
7 ---
8 drivers/net/wireless/ti/wlcore/cmd.h | 2 +-
9  1 file changed, 1 insertion(+), 1 deletion(-)
10
11 --- a/drivers/net/wireless/ti/wlcore/cmd.h
12 +++ b/drivers/net/wireless/ti/wlcore/cmd.h
13 @@ -207,7 +207,7 @@ enum cmd_templ {
14  #define WL1271_COMMAND_TIMEOUT     2000
15  #define WL1271_CMD_TEMPL_DFLT_SIZE 252
16  #define WL1271_CMD_TEMPL_MAX_SIZE  512
17 -#define WL1271_EVENT_TIMEOUT       1500
18 +#define WL1271_EVENT_TIMEOUT       5000
19  
20  struct wl1271_cmd_header {
21         __le16 id;