qcacld-3.0: Fix typo "pAadapter"
Previously all instances of the identifier "pAdapter" were renamed within the driver. However the hdd_enable_default_pkt_filters() prototype had a misspelling and hence it was not renamed, so rename it now. Change-Id: I6b2045496e5e6775dc12061254d06bcadf60be88 CRs-Fixed: 2362720
This commit is contained in:
parent
6a3f237a64
commit
b62fd65aff
@ -37,7 +37,7 @@
|
||||
*
|
||||
* Return: zero if success, non-zero otherwise
|
||||
*/
|
||||
int hdd_enable_default_pkt_filters(struct hdd_adapter *pAadapter);
|
||||
int hdd_enable_default_pkt_filters(struct hdd_adapter *adapter);
|
||||
|
||||
/**
|
||||
* hdd_disable_default_pkt_filters() - Disable default packet filters based
|
||||
|
Loading…
Reference in New Issue
Block a user