From patchwork Wed Apr 3 16:32:38 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zefir Kurtisi X-Patchwork-Id: 2388741 Return-Path: X-Original-To: patchwork-linux-wireless@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 5F27B3FD8C for ; Wed, 3 Apr 2013 16:32:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759954Ab3DCQcu (ORCPT ); Wed, 3 Apr 2013 12:32:50 -0400 Received: from mail.neratec.com ([80.75.119.105]:38793 "EHLO mail.neratec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762099Ab3DCQct (ORCPT ); Wed, 3 Apr 2013 12:32:49 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.neratec.com (Postfix) with ESMTP id 088B58A71BA; Wed, 3 Apr 2013 18:32:45 +0200 (CEST) X-Virus-Scanned: amavisd-new at neratec.com Received: from mail.neratec.com ([127.0.0.1]) by localhost (mail.neratec.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Wp1BJ_7MxeCj; Wed, 3 Apr 2013 18:32:44 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.neratec.com (Postfix) with ESMTP id A35A58BDFE0; Wed, 3 Apr 2013 18:32:44 +0200 (CEST) X-Virus-Scanned: amavisd-new at neratec.com Received: from mail.neratec.com ([127.0.0.1]) by localhost (mail.neratec.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id rON8lqLZJf1Y; Wed, 3 Apr 2013 18:32:44 +0200 (CEST) Received: from CHL500308.neratec.local (CHL500308.neratec.local [192.168.11.104]) by mail.neratec.com (Postfix) with ESMTPSA id 4326A8BC1F7; Wed, 3 Apr 2013 18:32:44 +0200 (CEST) From: Zefir Kurtisi To: linux-wireless@vger.kernel.org Cc: siwu@hrz.tu-chemnitz.de, Zefir Kurtisi Subject: [TESTING-QH 1/2] REMOVEME: shorten time for NOP and CAC Date: Wed, 3 Apr 2013 18:32:38 +0200 Message-Id: <1365006759-16779-2-git-send-email-zefir.kurtisi@neratec.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1365006759-16779-1-git-send-email-zefir.kurtisi@neratec.com> References: <1365006759-16779-1-git-send-email-zefir.kurtisi@neratec.com> Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org From: Simon Wunderlich This is for testing only and to save you from waiting half an hour for a NOP. Signed-off-by: Simon Wunderlich Signed-off-by: Zefir Kurtisi --- include/net/cfg80211.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index bdba9b6..6046cf3 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -126,8 +126,8 @@ enum ieee80211_channel_flags { #define IEEE80211_CHAN_NO_HT40 \ (IEEE80211_CHAN_NO_HT40PLUS | IEEE80211_CHAN_NO_HT40MINUS) -#define IEEE80211_DFS_MIN_CAC_TIME_MS 60000 -#define IEEE80211_DFS_MIN_NOP_TIME_MS (30 * 60 * 1000) +#define IEEE80211_DFS_MIN_CAC_TIME_MS 4000 +#define IEEE80211_DFS_MIN_NOP_TIME_MS (6000) /** * struct ieee80211_channel - channel definition