Bladeren bron

qcacld-3.0: Remove macro ol_ctrl_addba_req()

The original snapshot of the driver included the macro
ol_ctrl_addba_req(). However, this macro has never been used and,
since it references an unknown identifier ol_addba_req_reject, it
could never be used, so remove it.

Change-Id: Ib934617376ba241fc7502cfef49bc895e8cc4102
CRs-Fixed: 3428342
Jeff Johnson 2 jaren geleden
bovenliggende
commit
f23b5ba829
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      core/dp/txrx/ol_ctrl_txrx_api.h

+ 1 - 1
core/dp/txrx/ol_ctrl_txrx_api.h

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2011-2017, 2019 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -140,7 +141,6 @@ ol_rx_notify(struct cdp_cfg *cfg_pdev,
 	     uint32_t tsf32,
 	     enum ol_rx_notify_type notify_type, qdf_nbuf_t rx_frame);
 
-#define ol_ctrl_addba_req(pdev, peer_mac_addr, tid) ol_addba_req_reject
 #define ol_ctrl_rx_addba_complete(pdev, peer_mac_addr, tid, failed) /* no-op */
 
 #endif /* _OL_CTRL_TXRX_API__H_ */