qcacmn: Add support for beacon filtering

qcacld-2.0 to qcacld-3.0 propagation

In case of DFS channels and EBT is disabled, beacons are
forwarded to host in every 50msecs which increase power consumption.
Add the changes to set beacon filter once DUT connect to AP.

CRs-Fixed: 973958
Change-Id: I1a9379eacbd13f8dc7fae08923cd91f087d1b2b2
这个提交包含在:
Gupta, Kapil
2016-04-16 18:15:23 -07:00
提交者 Gerrit - the friendly Code Review server
父节点 841f5e87c6
当前提交 8b2f77a059
修改 2 个文件,包含 20 行新增0 行删除

查看文件

@@ -96,6 +96,15 @@ static inline int qdf_status_to_os_return(QDF_STATUS status)
return __qdf_status_to_os_return(status);
}
/**
* qdf_set_bit() - set bit in address
* @nr: bit number to be set
* @addr: address buffer pointer
*
* Return: none
*/
#define qdf_set_bit(nr, addr) __qdf_set_bit(nr, addr)
/**
* qdf_container_of - cast a member of a structure out to the containing
* structure