From: Arowa Suliman Date: Sun, 19 Sep 2021 06:24:28 +0000 (-0700) Subject: hostap: Remove unused driver enum values with "master" in them X-Git-Tag: hostap_2_10~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e69ea242af2ab0f4ae4a3b56363d5dbd5e38c1a9;p=thirdparty%2Fhostap.git hostap: Remove unused driver enum values with "master" in them Get rid of some more used of the word "master". Signed-off-by: Arowa Suliman --- diff --git a/src/drivers/driver_hostap.h b/src/drivers/driver_hostap.h index 4c1e6d69f..ac0b83ad2 100644 --- a/src/drivers/driver_hostap.h +++ b/src/drivers/driver_hostap.h @@ -55,8 +55,6 @@ enum { PRISM2_PARAM_MONITOR_ALLOW_FCSERR = 16, PRISM2_PARAM_HOST_ENCRYPT = 17, PRISM2_PARAM_HOST_DECRYPT = 18, - PRISM2_PARAM_BUS_MASTER_THRESHOLD_RX = 19, - PRISM2_PARAM_BUS_MASTER_THRESHOLD_TX = 20, PRISM2_PARAM_HOST_ROAMING = 21, PRISM2_PARAM_BCRX_STA_KEY = 22, PRISM2_PARAM_IEEE_802_1X = 23,