qcacld-3.0: Rename legacy definitions containing BPF to APF

In implementation of Android Packet Filter, functions, variables,
definitions are named after BPF, which stands for Berkely Packet
Filter. The term was more appropriate for Link Layer packet
filters implemented in the Linux kernel, known as Linux Socket
Filters.

The term BPF is obsolete now, so rename it with the
appropriate acronym, APF.

Change-Id: I9e02edbc580ffb2c559c8e864f54d255fc2d51a3
CRs-Fixed: 2191530
This commit is contained in:
Nachiket Kukade
2018-05-22 16:43:30 +05:30
committed by nshrivas
orang tua ca44875a70
melakukan 8a37ee8431
3 mengubah file dengan 6 tambahan dan 6 penghapusan

Melihat File

@@ -260,7 +260,7 @@ enum pmo_auto_pwr_detect_failure_mode {
/**
* struct pmo_psoc_cfg - user configuration required for pmo
* @ptrn_match_enable_all_vdev: true when pattern match is enable for all vdev
* @apf_enable: true if psoc supports bpf else false
* @apf_enable: true if psoc supports apf else false
* @arp_offload_enable: true if arp offload is supported for psoc else false
* @hw_filter_mode: which mode the hardware filter should use during DTIM
* @ns_offload_enable_static: true if psoc supports ns offload in ini else false