qcacmn: Add support for hash based rx steering
This change includes: - Adding the hooks to send LRO and hash configuration to the firmware - Configuring the REO remap registers Change-Id: I6d83e2a2365647f2c7a6440bd1d4b42fa7df7eff CRs-Fixed: 1094775
This commit is contained in:

committed by
Sandeep Puligilla

vanhempi
ebeac94625
commit
1404917b6e
@@ -535,4 +535,15 @@ int qdf_set_dma_coherent_mask(struct device *dev, uint8_t addr_bits)
|
||||
return __qdf_set_dma_coherent_mask(dev, addr_bits);
|
||||
}
|
||||
|
||||
/**
|
||||
* qdf_get_random_bytes() - returns nbytes bytes of random
|
||||
* data
|
||||
*
|
||||
* Return: random bytes of data
|
||||
*/
|
||||
static inline
|
||||
void qdf_get_random_bytes(void *buf, int nbytes)
|
||||
{
|
||||
return __qdf_get_random_bytes(buf, nbytes);
|
||||
}
|
||||
#endif /*_QDF_UTIL_H*/
|
||||
|
Viittaa uudesa ongelmassa
Block a user