Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106099297
D7930.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
843 B
Referenced Files
None
Subscribers
None
D7930.diff
View Options
Index: head/sys/dev/iwm/if_iwmreg.h
===================================================================
--- head/sys/dev/iwm/if_iwmreg.h
+++ head/sys/dev/iwm/if_iwmreg.h
@@ -3251,7 +3251,7 @@
* @full_on_timeouts: timer values for each scenario in full on state.
*/
struct iwm_sf_cfg_cmd {
- enum iwm_sf_state state;
+ uint32_t state;
uint32_t watermark[IWM_SF_TRANSIENT_STATES_NUMBER];
uint32_t long_delay_timeouts[IWM_SF_NUM_SCENARIO][IWM_SF_NUM_TIMEOUT_TYPES];
uint32_t full_on_timeouts[IWM_SF_NUM_SCENARIO][IWM_SF_NUM_TIMEOUT_TYPES];
Index: head/sys/dev/iwm/if_iwmvar.h
===================================================================
--- head/sys/dev/iwm/if_iwmvar.h
+++ head/sys/dev/iwm/if_iwmvar.h
@@ -275,7 +275,6 @@
struct iwm_rx_data {
struct mbuf *m;
bus_dmamap_t map;
- int wantresp;
};
struct iwm_rx_ring {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 26, 9:35 AM (11 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15603401
Default Alt Text
D7930.diff (843 B)
Attached To
Mode
D7930: [iwm] Remove unused field from iwm_rx_data. Use uint32_t instead of enum type.
Attached
Detach File
Event Timeline
Log In to Comment