]> err.no Git - linux-2.6/commitdiff
[PATCH] libertas: remove bss_descriptor->timestamp
authorHolger Schurig <hs4233@mail.mn-solutions.de>
Thu, 2 Aug 2007 17:13:00 +0000 (13:13 -0400)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:50:09 +0000 (16:50 -0700)
Noone used this variable.

Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/libertas/scan.c
drivers/net/wireless/libertas/scan.h

index aea2e90b5558219a8a91ea5d9ac73de467ee319b..5c730b9d956c36ae7462182e0b2c4e547f7169d5 100644 (file)
@@ -903,7 +903,6 @@ static int libertas_process_bss(struct bss_descriptor * bss,
        pos++;
 
        /* time stamp is 8 bytes long */
-       bss->timestamp = le64_to_cpup((void *) pos);
        pos += 8;
 
        /* beacon interval is 2 bytes long */
index 28decf391531ec1cd8fe96c4dedc944936db01c1..9bb1a435c28aaa626f8e5d4711d9626891c5b041 100644 (file)
@@ -157,7 +157,6 @@ struct bss_descriptor {
        /* zero-terminated array of supported data rates */
        u8 rates[MAX_RATES + 1];
 
-       __le64 timestamp;       //!< TSF value included in the beacon/probe response
        unsigned long last_scanned;
 
        union ieeetypes_phyparamset phyparamset;