diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2015-10-12 05:21:51 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2015-10-12 05:21:51 +0000 |
| commit | 4f4a7a03cea15a671284f9c06ada80755c994df6 (patch) | |
| tree | 89d9af1dbac1f7b85fbbad15b7590d4d8d1a2a70 /sys/dev/iwm | |
| parent | c0658ced70dc9dad95f7276d5ed7cf081343e86f (diff) | |
Notes
Diffstat (limited to 'sys/dev/iwm')
| -rw-r--r-- | sys/dev/iwm/if_iwmvar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/iwm/if_iwmvar.h b/sys/dev/iwm/if_iwmvar.h index ead690462438..9434b838fce1 100644 --- a/sys/dev/iwm/if_iwmvar.h +++ b/sys/dev/iwm/if_iwmvar.h @@ -496,14 +496,12 @@ struct iwm_softc { uint8_t pad[IEEE80211_RADIOTAP_HDRLEN]; } sc_rxtapu; #define sc_rxtap sc_rxtapu.th - int sc_rxtap_len; union { struct iwm_tx_radiotap_header th; uint8_t pad[IEEE80211_RADIOTAP_HDRLEN]; } sc_txtapu; #define sc_txtap sc_txtapu.th - int sc_txtap_len; int sc_max_rssi; }; |
