Browse Source

qcacmn: Fix definition of function reg_freq_width_to_chan_op_class_auto

Fix definition of function reg_freq_width_to_chan_op_class_auto

Change-Id: I92504d992153f6ee2dd6d31b2d2976822505856a
CRs-Fixed: 2626433
Amar Singhal 5 years ago
parent
commit
c749787a01
1 changed files with 1 additions and 0 deletions
  1. 1 0
      umac/regulatory/core/src/reg_opclass.h

+ 1 - 0
umac/regulatory/core/src/reg_opclass.h

@@ -273,6 +273,7 @@ reg_freq_width_to_chan_op_class(struct wlan_objmgr_pdev *pdev,
 static inline void
 reg_freq_width_to_chan_op_class_auto(struct wlan_objmgr_pdev *pdev,
 				     qdf_freq_t freq,
+				     uint16_t chan_width,
 				     bool global_tbl_lookup,
 				     uint16_t behav_limit,
 				     uint8_t *op_class,