Procházet zdrojové kódy

qcacld-3.0: Remove rsvd1 from tDphHashNode

The tDphHashNode is no longer part of an ABI, so using rsvd1 to
preserve bit positions is no longer required, so remove it.

Change-Id: Iea1a757d30f93a31fc1b0a315cae512bfce95d31
CRs-Fixed: 2414649
Jeff Johnson před 6 roky
rodič
revize
d085129a9b
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      core/mac/src/include/dph_global.h

+ 0 - 1
core/mac/src/include/dph_global.h

@@ -160,7 +160,6 @@ typedef struct sDphHashNode {
 	 */
 	uint8_t htSupportedChannelWidthSet:1;
 	uint8_t htSecondaryChannelOffset:2;
-	uint8_t rsvd1:2;
 	uint16_t bssId;         /* BSSID */
 	uint16_t assocId;       /* Association ID */
 	/* This is the real sta index generated by HAL */