Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: rtl8723bs: remove ELEMENT_ID enum

The ELEMENT_ID enum is no longer used, remove it.

Signed-off-by: Ross Schmidt <ross.schm.dev@gmail.com>
Link: https://lore.kernel.org/r/20201208040733.379197-22-ross.schm.dev@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Ross Schmidt and committed by
Greg Kroah-Hartman
8764c27f a228b401

-76
-76
drivers/staging/rtl8723bs/include/wifi.h
··· 387 387 388 388 #define _FIXED_IE_LENGTH_ _BEACON_IE_OFFSET_ 389 389 390 - enum ELEMENT_ID { 391 - EID_SsId = 0, /* service set identifier (0:32) */ 392 - EID_SupRates = 1, /* supported rates (1:8) */ 393 - EID_FHParms = 2, /* FH parameter set (5) */ 394 - EID_DSParms = 3, /* DS parameter set (1) */ 395 - EID_CFParms = 4, /* CF parameter set (6) */ 396 - EID_Tim = 5, /* Traffic Information Map (4:254) */ 397 - EID_IbssParms = 6, /* IBSS parameter set (2) */ 398 - EID_Country = 7, /* */ 399 - 400 - /* Form 7.3.2: Information elements in 802.11E/D13.0, page 46. */ 401 - EID_QBSSLoad = 11, 402 - EID_EDCAParms = 12, 403 - EID_TSpec = 13, 404 - EID_TClass = 14, 405 - EID_Schedule = 15, 406 - /* */ 407 - 408 - EID_Ctext = 16, /* challenge text*/ 409 - EID_POWER_CONSTRAINT = 32, /* Power Constraint*/ 410 - 411 - /* vivi for WIFITest, 802.11h AP, 20100427 */ 412 - /* 2010/12/26 MH The definition we can declare always!! */ 413 - EID_PowerCap = 33, 414 - EID_SupportedChannels = 36, 415 - EID_ChlSwitchAnnounce = 37, 416 - 417 - EID_MeasureRequest = 38, /* Measurement Request */ 418 - EID_MeasureReport = 39, /* Measurement Report */ 419 - 420 - EID_ERPInfo = 42, 421 - 422 - /* Form 7.3.2: Information elements in 802.11E/D13.0, page 46. */ 423 - EID_TSDelay = 43, 424 - EID_TCLASProc = 44, 425 - EID_HTCapability = 45, 426 - EID_QoSCap = 46, 427 - /* */ 428 - 429 - EID_WPA2 = 48, 430 - EID_ExtSupRates = 50, 431 - 432 - EID_FTIE = 55, /* Defined in 802.11r */ 433 - EID_Timeout = 56, /* Defined in 802.11r */ 434 - 435 - EID_SupRegulatory = 59, /* Supported Requlatory Classes 802.11y */ 436 - EID_HTInfo = 61, 437 - EID_SecondaryChnlOffset = 62, 438 - 439 - EID_BSSCoexistence = 72, /* 20/40 BSS Coexistence */ 440 - EID_BSSIntolerantChlReport = 73, 441 - EID_OBSS = 74, /* Overlapping BSS Scan Parameters */ 442 - 443 - EID_LinkIdentifier = 101, /* Defined in 802.11z */ 444 - EID_WakeupSchedule = 102, /* Defined in 802.11z */ 445 - EID_ChnlSwitchTimeing = 104, /* Defined in 802.11z */ 446 - EID_PTIControl = 105, /* Defined in 802.11z */ 447 - EID_PUBufferStatus = 106, /* Defined in 802.11z */ 448 - 449 - EID_EXTCapability = 127, /* Extended Capabilities */ 450 - /* From S19:Aironet IE and S21:AP IP address IE in CCX v1.13, p16 and p18. */ 451 - EID_Aironet = 133, /* 0x85: Aironet Element for Cisco CCX */ 452 - EID_CiscoIP = 149, /* 0x95: IP Address IE for Cisco CCX */ 453 - 454 - EID_CellPwr = 150, /* 0x96: Cell Power Limit IE. Ref. 0x96. */ 455 - 456 - EID_CCKM = 156, 457 - 458 - EID_Vendor = 221, /* 0xDD: Vendor Specific */ 459 - 460 - EID_WAPI = 68, 461 - EID_VHTCapability = 191, /* Based on 802.11ac D2.0 */ 462 - EID_VHTOperation = 192, /* Based on 802.11ac D2.0 */ 463 - EID_OpModeNotification = 199, /* Based on 802.11ac D3.0 */ 464 - }; 465 - 466 390 /* --------------------------------------------------------------------------- 467 391 Below is the fixed elements... 468 392 -----------------------------------------------------------------------------*/