From fa6ebd12ee3b5f1628d1530204108f17df1b9488 Mon Sep 17 00:00:00 2001 From: Juuso Oikarinen Date: Thu, 18 Feb 2010 13:25:52 +0200 Subject: [PATCH] --- yaml --- r: 184471 b: refs/heads/master c: 1937e742639c03a6fe77239c3003ce9602302117 h: refs/heads/master i: 184469: af37915edc18dd20394def2863709490731eb7ca 184467: d95ef6a742a9e667b2f52d249ccd569d0c3088b4 184463: 3f13afd068027030deb80f675dc3a835f363e7a1 v: v3 --- [refs] | 2 +- trunk/drivers/net/wireless/wl12xx/wl1271_acx.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index e516e4eccfc3..f20651959324 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8bf29b0eb3ba38c8cf55e60976f124672cda7ab2 +refs/heads/master: 1937e742639c03a6fe77239c3003ce9602302117 diff --git a/trunk/drivers/net/wireless/wl12xx/wl1271_acx.h b/trunk/drivers/net/wireless/wl12xx/wl1271_acx.h index ac94a13ea747..aeccc98581eb 100644 --- a/trunk/drivers/net/wireless/wl12xx/wl1271_acx.h +++ b/trunk/drivers/net/wireless/wl12xx/wl1271_acx.h @@ -2,7 +2,7 @@ * This file is part of wl1271 * * Copyright (C) 1998-2009 Texas Instruments. All rights reserved. - * Copyright (C) 2008-2009 Nokia Corporation + * Copyright (C) 2008-2010 Nokia Corporation * * Contact: Luciano Coelho * @@ -348,7 +348,7 @@ struct acx_beacon_filter_option { * ACXBeaconFilterEntry (not 221) * Byte Offset Size (Bytes) Definition * =========== ============ ========== - * 0 1 IE identifier + * 0 1 IE identifier * 1 1 Treatment bit mask * * ACXBeaconFilterEntry (221) @@ -381,8 +381,8 @@ struct acx_beacon_filter_ie_table { struct acx_header header; u8 num_ie; - u8 table[BEACON_FILTER_TABLE_MAX_SIZE]; u8 pad[3]; + u8 table[BEACON_FILTER_TABLE_MAX_SIZE]; } __attribute__ ((packed)); struct acx_conn_monit_params {