qcacmn: revert 2 gerrits from 4k ini change
This reverts commit Icd1bbe85182d6baf1e25dceed0b45994aa9f55fc. This reverts commit Id00c6351bf6bc1b9df5e19064b2057dadd315e9b. - revert add rx_buffer_size to softumac case - revert 4k skb buffer change. Change-Id: I623b200c0c5f08f0e372629cb1c972b521c25eaa CRs-Fixed: 3623665
This commit is contained in:

committed by
Rahul Choudhary

parent
712dc13309
commit
4a7db7f38e
@@ -177,7 +177,6 @@ struct wlan_srng_cfg {
|
||||
* @int_timer_threshold_mon_dest: Timer threshold counter for monitor dest
|
||||
* @tx_ring_size:
|
||||
* @time_control_bp:
|
||||
* @rx_buffer_size: skb size
|
||||
* @qref_control_size: list size for memory history arrays
|
||||
* @tx_comp_ring_size:
|
||||
* @tx_comp_ring_size_nss:
|
||||
@@ -387,7 +386,6 @@ struct wlan_cfg_dp_soc_ctxt {
|
||||
int int_timer_threshold_mon_dest;
|
||||
int tx_ring_size;
|
||||
int time_control_bp;
|
||||
int rx_buffer_size;
|
||||
int qref_control_size;
|
||||
int tx_comp_ring_size;
|
||||
int tx_comp_ring_size_nss;
|
||||
@@ -1619,14 +1617,6 @@ void wlan_cfg_set_tx_ring_size(struct wlan_cfg_dp_soc_ctxt *cfg,
|
||||
*/
|
||||
int wlan_cfg_time_control_bp(struct wlan_cfg_dp_soc_ctxt *cfg);
|
||||
|
||||
/**
|
||||
* wlan_cfg_rx_buffer_size - Get buffer size for skb
|
||||
* @cfg: soc configuration context
|
||||
*
|
||||
* Return: buffer size
|
||||
*/
|
||||
int wlan_cfg_rx_buffer_size(struct wlan_cfg_dp_soc_ctxt *cfg);
|
||||
|
||||
/**
|
||||
* wlan_cfg_qref_control_size - Get debug array size
|
||||
* @cfg: soc configuration context
|
||||
|
Reference in New Issue
Block a user