Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235743
b: refs/heads/master
c: bd11888
h: refs/heads/master
i:
  235741: 5fed556
  235739: b299656
  235735: 004944a
  235727: 5b4f953
  235711: ac8114a
v: v3
  • Loading branch information
Joe Perches authored and Greg Kroah-Hartman committed Jan 31, 2011
1 parent 07b1e62 commit a6dd7b9
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: 807208fe775e3c41776007544bc7d4f7e5d2ef25
refs/heads/master: bd1188851eb075a99508d3e724571d506b119895
6 changes: 3 additions & 3 deletions trunk/drivers/staging/ath6kl/os/linux/ar6000_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ ar6000_transfer_bin_file(AR_SOFTC_T *ar, AR6K_BIN_FILE file, A_UINT32 address, A
ar->arVersion.target_ver));
return A_ERROR;
}
compressed = 0;
compressed = FALSE;
}

#ifdef CONFIG_HOST_TCMD_SUPPORT
Expand All @@ -1047,7 +1047,7 @@ ar6000_transfer_bin_file(AR_SOFTC_T *ar, AR6K_BIN_FILE file, A_UINT32 address, A
AR_DEBUG_PRINTF(ATH_DEBUG_ERR, ("Unknown firmware revision: %d\n", ar->arVersion.target_ver));
return A_ERROR;
}
compressed = 0;
compressed = FALSE;
}
#endif
#ifdef HTC_RAW_INTERFACE
Expand All @@ -1060,7 +1060,7 @@ ar6000_transfer_bin_file(AR_SOFTC_T *ar, AR6K_BIN_FILE file, A_UINT32 address, A
AR_DEBUG_PRINTF(ATH_DEBUG_ERR, ("Unknown firmware revision: %d\n", ar->arVersion.target_ver));
return A_ERROR;
}
compressed = 0;
compressed = FALSE;
}
#endif
break;
Expand Down

0 comments on commit a6dd7b9

Please sign in to comment.