Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266239
b: refs/heads/master
c: c47e822
h: refs/heads/master
i:
  266237: 45aa927
  266235: ec639c0
  266231: 567df15
  266223: 0f93f91
  266207: 0422305
  266175: f0e193f
  266111: a76b342
  265983: d5509a1
  265727: f6d5544
  265215: cc8580b
  264191: b06abea
  262143: 10438bb
v: v3
  • Loading branch information
Arik Nemtsov authored and Luciano Coelho committed Sep 14, 2011
1 parent eb24175 commit 79d1193
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 56d4f8f685c073c7ed7203b78c57f5d893d65102
refs/heads/master: c47e8229fa5622e4e3f2d6b8e847c4429696a275
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/wl12xx/wl12xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,14 +234,14 @@ struct wl1271_stats {
#define NUM_TX_QUEUES 4
#define NUM_RX_PKT_DESC 8

#define AP_MAX_STATIONS 5
#define AP_MAX_STATIONS 8

/* Broadcast and Global links + system link + links to stations */
/*
* TODO: when WL1271_AP_STA_HLID_START is no longer constant, change all
* the places that use this.
*/
#define AP_MAX_LINKS (AP_MAX_STATIONS + 3)
#define AP_MAX_LINKS (AP_MAX_STATIONS + WL1271_AP_STA_HLID_START)

/* FW status registers */
struct wl12xx_fw_status {
Expand Down

0 comments on commit 79d1193

Please sign in to comment.