Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
raise INDEX_MAX_LOCAL to 15, at least the av7110 supports it
Browse files Browse the repository at this point in the history
git-svn-id: http://www.streamboard.tv/svn/oscam/trunk@11170 4b0bc96b-bc66-0410-9d44-ebda105a78c1
  • Loading branch information
Aeon authored and Aeon committed Nov 23, 2015
1 parent a2071d1 commit 3442882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-dvbapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
typedef uint32_t ca_index_t;

// INDEX_MAX is limited by sizeof(uint64_t * 8) - 1 [ == 63 ]
#define INDEX_MAX_LOCAL 7
#define INDEX_MAX_LOCAL 15
#define INDEX_MAX_NET 63
#define INDEX_MAX INDEX_MAX_NET

Expand Down

0 comments on commit 3442882

Please sign in to comment.