Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221687
b: refs/heads/master
c: 73bb2f2
h: refs/heads/master
i:
  221685: 7e228ca
  221683: 810fb89
  221679: d645a40
v: v3
  • Loading branch information
Vipin Mehta authored and Greg Kroah-Hartman committed Nov 3, 2010
1 parent 2cfd8d2 commit 63cb9af
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: 27d68fbbd555765974052ef2f5a14824da0818fe
refs/heads/master: 73bb2f250db841e54db3278517e09831014a62ac
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,9 @@ A_STATUS SetupHIFScatterSupport(HIF_DEVICE *device, HIF_DEVICE_SCATTER_SUPPORT_I
do {

/* check if host supports scatter requests and it meets our requirements */
if (device->func->card->host->max_hw_segs < MAX_SCATTER_ENTRIES_PER_REQ) {
if (device->func->card->host->max_segs < MAX_SCATTER_ENTRIES_PER_REQ) {
AR_DEBUG_PRINTF(ATH_DEBUG_ERR,("HIF-SCATTER : host only supports scatter of : %d entries, need: %d \n",
device->func->card->host->max_hw_segs, MAX_SCATTER_ENTRIES_PER_REQ));
device->func->card->host->max_segs, MAX_SCATTER_ENTRIES_PER_REQ));
status = A_ENOTSUP;
break;
}
Expand Down

0 comments on commit 63cb9af

Please sign in to comment.