event.h 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. /*
  2. * This file is part of wl1271
  3. *
  4. * Copyright (C) 1998-2009 Texas Instruments. All rights reserved.
  5. * Copyright (C) 2008-2009 Nokia Corporation
  6. *
  7. * Contact: Luciano Coelho <luciano.coelho@nokia.com>
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * version 2 as published by the Free Software Foundation.
  12. *
  13. * This program is distributed in the hope that it will be useful, but
  14. * WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  16. * General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program; if not, write to the Free Software
  20. * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  21. * 02110-1301 USA
  22. *
  23. */
  24. #ifndef __EVENT_H__
  25. #define __EVENT_H__
  26. /*
  27. * Mbox events
  28. *
  29. * The event mechanism is based on a pair of event buffers (buffers A and
  30. * B) at fixed locations in the target's memory. The host processes one
  31. * buffer while the other buffer continues to collect events. If the host
  32. * is not processing events, an interrupt is issued to signal that a buffer
  33. * is ready. Once the host is done with processing events from one buffer,
  34. * it signals the target (with an ACK interrupt) that the event buffer is
  35. * free.
  36. */
  37. enum {
  38. RSSI_SNR_TRIGGER_0_EVENT_ID = BIT(0),
  39. RSSI_SNR_TRIGGER_1_EVENT_ID = BIT(1),
  40. RSSI_SNR_TRIGGER_2_EVENT_ID = BIT(2),
  41. RSSI_SNR_TRIGGER_3_EVENT_ID = BIT(3),
  42. RSSI_SNR_TRIGGER_4_EVENT_ID = BIT(4),
  43. RSSI_SNR_TRIGGER_5_EVENT_ID = BIT(5),
  44. RSSI_SNR_TRIGGER_6_EVENT_ID = BIT(6),
  45. RSSI_SNR_TRIGGER_7_EVENT_ID = BIT(7),
  46. MEASUREMENT_START_EVENT_ID = BIT(8),
  47. MEASUREMENT_COMPLETE_EVENT_ID = BIT(9),
  48. SCAN_COMPLETE_EVENT_ID = BIT(10),
  49. WFD_DISCOVERY_COMPLETE_EVENT_ID = BIT(11),
  50. AP_DISCOVERY_COMPLETE_EVENT_ID = BIT(12),
  51. RESERVED1 = BIT(13),
  52. PSPOLL_DELIVERY_FAILURE_EVENT_ID = BIT(14),
  53. ROLE_STOP_COMPLETE_EVENT_ID = BIT(15),
  54. RADAR_DETECTED_EVENT_ID = BIT(16),
  55. CHANNEL_SWITCH_COMPLETE_EVENT_ID = BIT(17),
  56. BSS_LOSE_EVENT_ID = BIT(18),
  57. REGAINED_BSS_EVENT_ID = BIT(19),
  58. MAX_TX_RETRY_EVENT_ID = BIT(20),
  59. DUMMY_PACKET_EVENT_ID = BIT(21),
  60. SOFT_GEMINI_SENSE_EVENT_ID = BIT(22),
  61. CHANGE_AUTO_MODE_TIMEOUT_EVENT_ID = BIT(23),
  62. SOFT_GEMINI_AVALANCHE_EVENT_ID = BIT(24),
  63. PLT_RX_CALIBRATION_COMPLETE_EVENT_ID = BIT(25),
  64. INACTIVE_STA_EVENT_ID = BIT(26),
  65. PEER_REMOVE_COMPLETE_EVENT_ID = BIT(27),
  66. PERIODIC_SCAN_COMPLETE_EVENT_ID = BIT(28),
  67. PERIODIC_SCAN_REPORT_EVENT_ID = BIT(29),
  68. BA_SESSION_RX_CONSTRAINT_EVENT_ID = BIT(30),
  69. REMAIN_ON_CHANNEL_COMPLETE_EVENT_ID = BIT(31),
  70. EVENT_MBOX_ALL_EVENT_ID = 0x7fffffff,
  71. };
  72. enum {
  73. EVENT_ENTER_POWER_SAVE_FAIL = 0,
  74. EVENT_ENTER_POWER_SAVE_SUCCESS,
  75. };
  76. #define NUM_OF_RSSI_SNR_TRIGGERS 8
  77. struct event_mailbox {
  78. __le32 events_vector;
  79. __le32 events_mask;
  80. __le32 reserved_1;
  81. __le32 reserved_2;
  82. u8 number_of_scan_results;
  83. u8 scan_tag;
  84. u8 completed_scan_status;
  85. u8 reserved_3;
  86. u8 soft_gemini_sense_info;
  87. u8 soft_gemini_protective_info;
  88. s8 rssi_snr_trigger_metric[NUM_OF_RSSI_SNR_TRIGGERS];
  89. u8 change_auto_mode_timeout;
  90. u8 scheduled_scan_status;
  91. u8 reserved4;
  92. /* tuned channel (roc) */
  93. u8 roc_channel;
  94. __le16 hlid_removed_bitmap;
  95. /* bitmap of aged stations (by HLID) */
  96. __le16 sta_aging_status;
  97. /* bitmap of stations (by HLID) which exceeded max tx retries */
  98. __le16 sta_tx_retry_exceeded;
  99. /* discovery completed results */
  100. u8 discovery_tag;
  101. u8 number_of_preq_results;
  102. u8 number_of_prsp_results;
  103. u8 reserved_5;
  104. /* rx ba constraint */
  105. u8 role_id; /* 0xFF means any role. */
  106. u8 rx_ba_allowed;
  107. u8 reserved_6[2];
  108. /* Channel switch results */
  109. u8 channel_switch_role_id;
  110. u8 channel_switch_status;
  111. u8 reserved_7[2];
  112. u8 ps_poll_delivery_failure_role_ids;
  113. u8 stopped_role_ids;
  114. u8 started_role_ids;
  115. u8 reserved_8[9];
  116. } __packed;
  117. int wl1271_event_unmask(struct wl1271 *wl);
  118. void wl1271_event_mbox_config(struct wl1271 *wl);
  119. int wl1271_event_handle(struct wl1271 *wl, u8 mbox);
  120. #endif