qca-wifi: CFR: Fix cookie lookup failure during RXTLV processing

37th bit is being set as an exchange between FW and ucode
to indicate that it is a DDR address to PCSS module.
As a result of which Cookie lookup fails while comparing
all 40 bits, since the physical address of DBR buffer 
does not match with the physical address of the received
buffer.

Since lower 36bits represents physical address,
Use only 4 least significant bits from higher 32bits along
with lower 32 bits while programming the physical address in
DBR SRNG. Format: ( low32 + 4 bits of high32 ).

Change-Id: I2cb09c00a9942966266ba81f56f0c6c173671e2f
1 file changed
tree: e556368f445319ff1824eeea84182bd8905cf79f
  1. configs/
  2. crypto/
  3. direct_attach/
  4. dp/
  5. qal/
  6. target_if/
  7. tools/
  8. umac/
  9. wmi/