Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149985
b: refs/heads/master
c: 9b3bf06
h: refs/heads/master
i:
  149983: 365dece
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Apr 22, 2009
1 parent c78c832 commit 377e501
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: cca84799dfe9f5201ae9c69eb8ed15fd26b72b37
refs/heads/master: 9b3bf06abad70db820c74c90118ea49358549d22
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/iwlwifi/iwl-commands.h
Original file line number Diff line number Diff line change
Expand Up @@ -2469,8 +2469,8 @@ struct iwl_ssid_ie {
u8 ssid[32];
} __attribute__ ((packed));

#define PROBE_OPTION_MAX_API1 0x4
#define PROBE_OPTION_MAX 0x14
#define PROBE_OPTION_MAX_3945 4
#define PROBE_OPTION_MAX 20
#define TX_CMD_LIFE_TIME_INFINITE cpu_to_le32(0xFFFFFFFF)
#define IWL_GOOD_CRC_TH cpu_to_le16(1)
#define IWL_MAX_SCAN_SIZE 1024
Expand Down Expand Up @@ -2552,7 +2552,7 @@ struct iwl3945_scan_cmd {
struct iwl3945_tx_cmd tx_cmd;

/* For directed active scans (set to all-0s otherwise) */
struct iwl_ssid_ie direct_scan[PROBE_OPTION_MAX_API1];
struct iwl_ssid_ie direct_scan[PROBE_OPTION_MAX_3945];

/*
* Probe request frame, followed by channel list.
Expand Down

0 comments on commit 377e501

Please sign in to comment.