Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66487
b: refs/heads/master
c: bee093d
h: refs/heads/master
i:
  66485: 9836d30
  66483: 47be7da
  66479: 5d16114
v: v3
  • Loading branch information
Holger Schurig authored and David S. Miller committed Oct 10, 2007
1 parent a2760e9 commit d6d88cb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a2235ed40210081e51bec4bb1be64e4b3511501e
refs/heads/master: bee093d6132569eee13b2c45058b550c9544a5b8
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/libertas/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/libertas/scan.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d6d88cb

Please sign in to comment.