---- On Wed, 13 Jan 2016 01:58:14 -0700 Stefan Sperling <s...@stsp.name>
wrote ----
 > So it's clear we still have an issue here. This could be a problem
 > with frame protection settings, which if wrongly configured would
 > cause Tx failures and frames damaged while in flight. Protection
 > settings for the network are advertised by the AP and we must apply
 > them correctly or many things won't work.
 > (cf.
http://www.testequipmentdepot.com/flukenetworks/pdf/802.11n-compatibility.pdf
)
 >
 > One issue I'm already aware of is that we currently don't update
 > protection settings in case the AP decides to change them while
 > we're associated. But your problem indicates that perhaps we're
 > not configuring frame protection correctly in the first place.
 >
 > Can you please send one line showing a beacon for your AP at home,
 > and a few lines showing beacons from the various APs at your office?
 >
 > You can print beacons as a line of text like this:
 >
 >   tcpdump -n -i iwm0 -s 1500 -vvv -y IEEE802_11_RADIO subtype beacon
 >
 > Note that if you run this command while associated to an AP (i.e. while
 > ifconfig iwm0 shows status: active) it will only show beacons for that AP.
 >
 > Could you also compile and run a kernel with the follwing diff applied,
 > and show me what this prints while you're tyring to associate and DHCP
 > to the APs?
 >
 > Thanks.
 >
 > Index: if_iwm.c
 > ===================================================================
 > RCS file: /cvs/src/sys/dev/pci/if_iwm.c,v
 > retrieving revision 1.75
 > diff -u -p -r1.75 if_iwm.c
 > --- if_iwm.c    7 Jan 2016 23:08:38 -0000    1.75
 > +++ if_iwm.c    13 Jan 2016 08:55:33 -0000
 > @@ -145,6 +145,7 @@
 >  #define le16_to_cpup(_a_) (le16toh(*(const uint16_t *)(_a_)))
 >  #define le32_to_cpup(_a_) (le32toh(*(const uint32_t *)(_a_)))
 >
 > +#define IWM_DEBUG
 >  #ifdef IWM_DEBUG
 >  #define DPRINTF(x)    do { if (iwm_debug > 0) printf x; } while (0)
 >  #define DPRINTFN(n, x)    do { if (iwm_debug >= (n)) printf x; } while
(0)
 > @@ -4948,6 +4949,7 @@ iwm_mvm_mac_ctxt_cmd_common(struct iwm_s
 >      if (ni->ni_flags & IEEE80211_NODE_HT) {
 >          enum ieee80211_htprot htprot =
 >              (ni->ni_htop1 & IEEE80211_HTOP1_PROT_MASK);
 > +        DPRINTF(("%s: htprot = %d\n", __func__, htprot));
 >          switch (htprot) {
 >          case IEEE80211_HTPROT_NONE:
 >              break;
 >
 >
 >

Here is a one liner from the beacons at home:
19:19:02.891580 802.11 flags=42<PROTECTED>: QoS data: 30:85:a9:8b:27:2c >
18:5e:0f:6e:57:44 sap 00 I (s=18,r=0,C) len=98, <radiotap v0, tsf 79151629,
0Mbit/s, chan 1, 11g, sig 47dBm, noise -
86dBm>

This is a selection of my home dmesg output approximately when connecting:
iwm apm stop
iwm apm start
iwm apm start
Radio type=0x0-0x2-0x1
loading ring 0 descriptors (0xffffff0001c04000) at 1c040
loading ring 1 descriptors (0xffffff0001c21000) at 1c210
loading ring 2 descriptors (0xffffff0001c3e000) at 1c3e0
loading ring 3 descriptors (0xffffff0001c5b000) at 1c5b0
loading ring 4 descriptors (0xffffff0001c78000) at 1c780
loading ring 5 descriptors (0xffffff0001c95000) at 1c950
loading ring 6 descriptors (0xffffff0001cb2000) at 1cb20
loading ring 7 descriptors (0xffffff0001ccf000) at 1ccf0
loading ring 8 descriptors (0xffffff0001cec000) at 1cec0
loading ring 9 descriptors (0xffffff0001d09000) at 1d090
loading ring 10 descriptors (0xffffff0001d26000) at 1d260
loading ring 11 descriptors (0xffffff0001d2e000) at 1d2e0
loading ring 12 descriptors (0xffffff0001d36000) at 1d360
loading ring 13 descriptors (0xffffff0001d3e000) at 1d3e0
loading ring 14 descriptors (0xffffff0001d46000) at 1d460
loading ring 15 descriptors (0xffffff0001d4e000) at 1d4e0
loading ring 16 descriptors (0xffffff0001d56000) at 1d560
loading ring 17 descriptors (0xffffff0001d5e000) at 1d5e0
loading ring 18 descriptors (0xffffff0001d66000) at 1d660
loading ring 19 descriptors (0xffffff0001d6e000) at 1d6e0
shadow registers enabled
LOAD FIRMWARE type 1 offset 8388608 len 81920
LOAD FIRMWARE type 1 offset 0 len 183268
LOAD FIRMWARE type 1 offset 4294954188 len 32
enabled txq 9 FIFO 7
sending command 0x98 qid 9, idx 0
Sending phy db data and configuration to runtime image
sending command 0x6c qid 9, idx 1
sending command 0x6c qid 9, idx 2
sending command 0x6c qid 9, idx 3
sending command 0x6c qid 9, idx 4
sending command 0x6c qid 9, idx 5
sending command 0x6c qid 9, idx 6
sending command 0x6c qid 9, idx 7
sending command 0x6c qid 9, idx 8
sending command 0x6c qid 9, idx 9
sending command 0x6c qid 9, idx 10
sending command 0x6c qid 9, idx 11
sending command 0x6c qid 9, idx 12
sending command 0x6c qid 9, idx 13
sending command 0x6c qid 9, idx 14
sending command 0x6c qid 9, idx 15
Finished sending phy db non channel data
sending command 0x6a qid 9, idx 16
sending command 0x18 qid 9, idx 17
Internal station added.
sending command 0x8 qid 9, idx 18
sending command 0x8 qid 9, idx 19
sending command 0x8 qid 9, idx 20
Sending device power command with flags = 0x2001
sending command 0x77 qid 9, idx 21
enabled txq 0 FIFO 0
enabled txq 1 FIFO 1
enabled txq 2 FIFO 2
enabled txq 3 FIFO 3
dtim 1 0
sending command 0x28 qid 9, idx 22
switching state INIT->SCAN
Handling ieee80211 scan request
sending command 0x80 qid 9, idx 23
Scan request was sent successfully
iwm apm stop
iwm apm start
iwm apm start
Radio type=0x0-0x2-0x1
loading ring 0 descriptors (0xffffff0001c04000) at 1c040
loading ring 1 descriptors (0xffffff0001c21000) at 1c210
loading ring 2 descriptors (0xffffff0001c3e000) at 1c3e0
loading ring 3 descriptors (0xffffff0001c5b000) at 1c5b0
loading ring 4 descriptors (0xffffff0001c78000) at 1c780
loading ring 5 descriptors (0xffffff0001c95000) at 1c950
loading ring 6 descriptors (0xffffff0001cb2000) at 1cb20
loading ring 7 descriptors (0xffffff0001ccf000) at 1ccf0
loading ring 8 descriptors (0xffffff0001cec000) at 1cec0
loading ring 9 descriptors (0xffffff0001d09000) at 1d090
loading ring 10 descriptors (0xffffff0001d26000) at 1d260
loading ring 11 descriptors (0xffffff0001d2e000) at 1d2e0
loading ring 12 descriptors (0xffffff0001d36000) at 1d360
loading ring 13 descriptors (0xffffff0001d3e000) at 1d3e0
loading ring 14 descriptors (0xffffff0001d46000) at 1d460
loading ring 15 descriptors (0xffffff0001d4e000) at 1d4e0
loading ring 16 descriptors (0xffffff0001d56000) at 1d560
loading ring 17 descriptors (0xffffff0001d5e000) at 1d5e0
loading ring 18 descriptors (0xffffff0001d66000) at 1d660
loading ring 19 descriptors (0xffffff0001d6e000) at 1d6e0
shadow registers enabled
LOAD FIRMWARE type 0 offset 8388608 len 81920
LOAD FIRMWARE type 0 offset 0 len 101588
LOAD FIRMWARE type 0 offset 4294954188 len 32
enabled txq 9 FIFO 7
sending command 0x98 qid 9, idx 0
sending command 0x6a qid 9, idx 1
iwm apm stop
iwm apm start
iwm apm start
Radio type=0x0-0x2-0x1
loading ring 0 descriptors (0xffffff0001c04000) at 1c040
loading ring 1 descriptors (0xffffff0001c21000) at 1c210
loading ring 2 descriptors (0xffffff0001c3e000) at 1c3e0
loading ring 3 descriptors (0xffffff0001c5b000) at 1c5b0
loading ring 4 descriptors (0xffffff0001c78000) at 1c780
loading ring 5 descriptors (0xffffff0001c95000) at 1c950
loading ring 6 descriptors (0xffffff0001cb2000) at 1cb20
loading ring 7 descriptors (0xffffff0001ccf000) at 1ccf0
loading ring 8 descriptors (0xffffff0001cec000) at 1cec0
loading ring 9 descriptors (0xffffff0001d09000) at 1d090
loading ring 10 descriptors (0xffffff0001d26000) at 1d260
loading ring 11 descriptors (0xffffff0001d2e000) at 1d2e0
loading ring 12 descriptors (0xffffff0001d36000) at 1d360
loading ring 13 descriptors (0xffffff0001d3e000) at 1d3e0
loading ring 14 descriptors (0xffffff0001d46000) at 1d460
loading ring 15 descriptors (0xffffff0001d4e000) at 1d4e0
loading ring 16 descriptors (0xffffff0001d56000) at 1d560
loading ring 17 descriptors (0xffffff0001d5e000) at 1d5e0
loading ring 18 descriptors (0xffffff0001d66000) at 1d660
loading ring 19 descriptors (0xffffff0001d6e000) at 1d6e0
shadow registers enabled
LOAD FIRMWARE type 1 offset 8388608 len 81920
LOAD FIRMWARE type 1 offset 0 len 183268
LOAD FIRMWARE type 1 offset 4294954188 len 32
enabled txq 9 FIFO 7
sending command 0x98 qid 9, idx 0
Sending phy db data and configuration to runtime image
sending command 0x6c qid 9, idx 1
sending command 0x6c qid 9, idx 2
sending command 0x6c qid 9, idx 3
sending command 0x6c qid 9, idx 4
sending command 0x6c qid 9, idx 5
sending command 0x6c qid 9, idx 6
sending command 0x6c qid 9, idx 7
sending command 0x6c qid 9, idx 8
sending command 0x6c qid 9, idx 9
sending command 0x6c qid 9, idx 10
sending command 0x6c qid 9, idx 11
sending command 0x6c qid 9, idx 12
sending command 0x6c qid 9, idx 13
sending command 0x6c qid 9, idx 14
sending command 0x6c qid 9, idx 15
Finished sending phy db non channel data
sending command 0x6a qid 9, idx 16
sending command 0x18 qid 9, idx 17
Internal station added.
sending command 0x8 qid 9, idx 18
sending command 0x8 qid 9, idx 19
sending command 0x8 qid 9, idx 20
Sending device power command with flags = 0x2001
sending command 0x77 qid 9, idx 21
enabled txq 0 FIFO 0
enabled txq 1 FIFO 1
enabled txq 2 FIFO 2
enabled txq 3 FIFO 3
dtim 1 0
sending command 0x28 qid 9, idx 22
switching state INIT->SCAN
Handling ieee80211 scan request
sending command 0x80 qid 9, idx 23
Scan request was sent successfully
scan ended
Handling ieee80211 scan request
sending command 0x80 qid 9, idx 24
Scan request was sent successfully
scan ended
switching state SCAN->AUTH
sending command 0xd0 qid 9, idx 25
sending command 0x8 qid 9, idx 26
sending command 0x2b qid 9, idx 27
sending command 0x18 qid 9, idx 28
Add new TE, duration 1000 TU
sending command 0x29 qid 9, idx 29
iwm0: TE notif status = 0x1 action = 0x1
switching state AUTH->ASSOC
sending command 0x18 qid 9, idx 30
dtim 1 0
DTIM TBTT is 0x87917b2183/0x3720a7, offset 0
sending command 0x28 qid 9, idx 31
switching state ASSOC->RUN
Sending power table command on mac id 0x0 for power level 1, flags = 0x0
Keep alive = 25 sec
Disable power management
sending command 0xa9 qid 9, idx 32
sending command 0xd2 qid 9, idx 33
ba_enable_beacon_abort is: 0
ba_escape_timer is: 6
bf_debug_flag is: 0
bf_enable_beacon_filter is: 1
bf_energy_delta is: 5
bf_escape_timer is: 50
bf_roaming_energy_delta is: 1
bf_roaming_state is: 72
bf_temp_threshold is: 112
bf_temp_fast_filter is: 1
bf_temp_slow_filter is: 5
sending command 0x2c qid 9, idx 34
sending command 0x4e qid 9, idx 35
sending command 0x18 qid 9, idx 36
RX BA Session started in fw
iwm0: TE notif status = 0x1 action = 0x2



Here are a few beacons from work:
10:33:15.817662 802.11 flags=0<>: beacon, timestamp 23562979537691, interval
100, caps=2041<ESS,SHORT_PREAMBLE,SHORT_SLOTTIME>, ssid (), rates 1M 2M 5M 11M
6M 9M 12M 18M, ds (chan 11), tim 0x0002000000, erp 0x00,
htcaps=<20MHz,SGI@20MHz,RXSTBC 1 stream,A-MSDU 3839,A-MPDU max 65535,RxMCS
0xff000000000000000000>, xrates 24M 36M 48M 54M, htop=<20MHz chan 11,STA chanw
20MHz,RIFS,basic MCS set 0x0000000000000000>, vendor
0x0050f2020101800003a4000027a4000042435e0062322f00, <radiotap v0, tsf
232055160, 1Mbit/s, chan 11, 11g, sig 45dBm, noise 0dBm>
10:33:15.820014 802.11 flags=0<>: beacon, timestamp 23562979569940, interval
102, caps=12061<ESS,PRIVACY,SHORT_PREAMBLE,SHORT_SLOTTIME,RADIO_MEASUREMENT>,
ssid (UW-AUTH), rates 1M 2M 5M 6M 9M 11M 12M 18M, ds (chan 11), tim
0x00010000, country 'US ', 9 stations, 56% utilization, admission capacity
732us/s, erp 0x00, htcaps=<20MHz,SGI@20MHz,TXSTBC,RXSTBC 1 stream,A-MSDU
7935,DSSS/CCK@40MHz,A-MPDU max 65535,A-MPDU spacing 8.00us,RxMCS
0xffffff00000000000000>, rsn 0x0100000fac040100000fac040100000fac012800,
xrates 24M 36M 48M 54M, htop=<20MHz chan 11,STA chanw 20MHz,protect
non-member,non-greenfield STA,basic MCS set 0x0000000000000000>, 127:4
0x00100000, 133:30
0x14008f000f00ff03590055572d41502d303500000000000000000900003c, 150:6
0x004096000e00, vendor 0x0050f2020101800003a4000027a4000042435e0062322f00,
vendor 0x004096010104, vendor 0x0040960305, vendor 0x0040960b09, vendor
0x0040961401, <radiotap v0, tsf 232056505, 1Mbit/s, chan 11, 11g, sig 29dBm,
noise 0dBm>
10:33:15.835904 802.11 flags=0<>: beacon, timestamp 23562979567316, interval
102, caps=12061<ESS,PRIVACY,SHORT_PREAMBLE,SHORT_SLOTTIME,RADIO_MEASUREMENT>,
ssid (UW-Guest), rates 1M 2M 5M 6M 9M 11M 12M 18M, ds (chan 11), tim
0x00010000, country 'US ', 9 stations, 56% utilization, admission capacity
732us/s, erp 0x00, htcaps=<20MHz,SGI@20MHz,TXSTBC,RXSTBC 1 stream,A-MSDU
7935,DSSS/CCK@40MHz,A-MPDU max 65535,A-MPDU spacing 8.00us,RxMCS
0xffffff00000000000000>, rsn 0x0100000fac040100000fac040100000fac022800,
xrates 24M 36M 48M 54M, htop=<20MHz chan 11,STA chanw 20MHz,protect
non-member,non-greenfield STA,basic MCS set 0x0000000000000000>, 127:4
0x00100000, 133:30
0x14008f000f00ff03590055572d41502d303500000000000000000900003c, 150:6
0x004096000e00, vendor 0x0050f2020101800003a4000027a4000042435e0062322f00,
vendor 0x004096010104, vendor 0x0040960305, vendor 0x0040960b09, vendor
0x0040961401, <radiotap v0, tsf 232072316, 1Mbit/s, chan 11, 11g, sig 29dBm,
noise 0dBm>
10:33:16.098388 802.11 flags=0<>: beacon, timestamp 10105362278450, interval
102, caps=10021<ESS,PRIVACY,RADIO_MEASUREMENT>, ssid (UW-AUTH), rates 6M 9M
12M 18M 24M 36M 48M 54M, tim 0x00010000, country 'US ', channels 36-39 limit
17dB, channels 52-55 limit 24dB, channels 100-104 limit 24dB, channels 132-134
limit 24dB, 7 stations, 11% utilization, admission capacity 732us/s,
htcaps=<20/40MHz,SGI@20MHz,SGI@40MHz,TXSTBC,RXSTBC 1 stream,A-MSDU
7935,DSSS/CCK@40MHz,A-MPDU max 65535,A-MPDU spacing 8.00us,RxMCS
0xffffff00000000000000>, rsn 0x0100000fac040100000fac040100000fac012800,
htop=<20MHz chan 36,STA chanw 20MHz,RIFS,non-greenfield STA,basic MCS set
0x0000000000000000>, 127:4 0x00100000, 133:30
0x04008f000f00ff03590055572d41502d303600000000000000000700003b, 150:6
0x004096000e00, vendor 0x0050f2020101800003a4000027a4000042435e0062322f00,
vendor 0x004096010104, vendor 0x0040960305, vendor 0x0040960b09, vendor
0x0040961401, <radiotap v0, tsf 232335401, 6Mbit/s, chan 36, 11a, sig 14dBm,
noise 0dBm>
10:33:16.116947 802.11 flags=0<>: beacon, timestamp 10105362278450, interval
102, caps=10021<ESS,PRIVACY,RADIO_MEASUREMENT>, ssid (UW-Guest), rates 6M 9M
12M 18M 24M 36M 48M 54M, tim 0x00010000, country 'US ', channels 36-39 limit
17dB, channels 52-55 limit 24dB, channels 100-104 limit 24dB, channels 132-134
limit 24dB, 7 stations, 11% utilization, admission capacity 732us/s,
htcaps=<20/40MHz,SGI@20MHz,SGI@40MHz,TXSTBC,RXSTBC 1 stream,A-MSDU
7935,DSSS/CCK@40MHz,A-MPDU max 65535,A-MPDU spacing 8.00us,RxMCS
0xffffff00000000000000>, rsn 0x0100000fac040100000fac040100000fac022800,
htop=<20MHz chan 36,STA chanw 20MHz,RIFS,non-greenfield STA,basic MCS set
0x0000000000000000>, 127:4 0x00100000, 133:30
0x04008f000f00ff03590055572d41502d303600000000000000000700003b, 150:6
0x004096000e00, vendor 0x0050f2020101800003a4000027a4000042435e0062322f00,
vendor 0x004096010104, vendor 0x0040960305, vendor 0x0040960b09, vendor
0x0040961401, <radiotap v0, tsf 232353833, 6Mbit/s, chan 36, 11a, sig 13dBm,
noise 0dBm>
10:33:16.122286 802.11 flags=0<>: beacon, timestamp 52449989855282, interval
102, caps=10021<ESS,PRIVACY,RADIO_MEASUREMENT>, ssid (UW-Wireless), rates 6M
9M 12M 18M 24M 36M 48M 54M, tim 0x00010100000000, country 'US ', channels
36-39 limit 17dB, channels 52-55 limit 24dB, channels 100-104 limit 24dB,
channels 132-134 limit 24dB, 40 stations, 0% utilization, admission capacity
731us/s, htcaps=<20/40MHz,SGI@20MHz,SGI@40MHz,TXSTBC,RXSTBC 1 stream,A-MSDU
7935,DSSS/CCK@40MHz,A-MPDU max 65535,A-MPDU spacing 8.00us,RxMCS
0xffffff00000000000000>, rsn 0x0100000fac040100000fac040100000fac022800,
htop=<20MHz chan 36,STA chanw 20MHz,RIFS,non-greenfield STA,basic MCS set
0x0000000000000000>, 127:4 0x00100000, 133:30
0x0c008f000f00ff03590055572d41502d303100000000000000002800003b, 150:6
0x004096000e00, vendor 0x0050f2020101800003a4000027a4000042435e0062322f00,
vendor 0x004096010104, vendor 0x0040960305, vendor 0x0040960b09, vendor
0x0040961401, <radiotap v0, tsf 232359195, 6Mbit/s, chan 36, 11a, sig 5dBm,
noise 0dBm>
10:33:16.425514 802.11 flags=0<>: beacon, timestamp 447966720043, interval
100,
caps=143061<ESS,PRIVACY,SHORT_PREAMBLE,QOS,SHORT_SLOTTIME,DELAYED_B_ACK,IMMED
IATE_B_ACK>, ssid (), vendor 0x0050f2110110022c0128000000010000, <radiotap v0,
tsf 232661143, 6Mbit/s, chan 48, 11a, sig 16dBm, noise 0dBm>


This would be a selection of dmesg output for the work AP's:
iwm apm stop
iwm apm start
iwm apm start
Radio type=0x0-0x2-0x1
loading ring 0 descriptors (0xffffff0001c04000) at 1c040
loading ring 1 descriptors (0xffffff0001c21000) at 1c210
loading ring 2 descriptors (0xffffff0001c3e000) at 1c3e0
loading ring 3 descriptors (0xffffff0001c5b000) at 1c5b0
loading ring 4 descriptors (0xffffff0001c78000) at 1c780
loading ring 5 descriptors (0xffffff0001c95000) at 1c950
loading ring 6 descriptors (0xffffff0001cb2000) at 1cb20
loading ring 7 descriptors (0xffffff0001ccf000) at 1ccf0
loading ring 8 descriptors (0xffffff0001cec000) at 1cec0
loading ring 9 descriptors (0xffffff0001d09000) at 1d090
loading ring 10 descriptors (0xffffff0001d26000) at 1d260
loading ring 11 descriptors (0xffffff0001d2e000) at 1d2e0
loading ring 12 descriptors (0xffffff0001d36000) at 1d360
loading ring 13 descriptors (0xffffff0001d3e000) at 1d3e0
loading ring 14 descriptors (0xffffff0001d46000) at 1d460
loading ring 15 descriptors (0xffffff0001d4e000) at 1d4e0
loading ring 16 descriptors (0xffffff0001d56000) at 1d560
loading ring 17 descriptors (0xffffff0001d5e000) at 1d5e0
loading ring 18 descriptors (0xffffff0001d66000) at 1d660
loading ring 19 descriptors (0xffffff0001d6e000) at 1d6e0
shadow registers enabled
LOAD FIRMWARE type 0 offset 8388608 len 81920
LOAD FIRMWARE type 0 offset 0 len 101588
LOAD FIRMWARE type 0 offset 4294954188 len 32
enabled txq 9 FIFO 7
sending command 0x98 qid 9, idx 0
sending command 0x6a qid 9, idx 1
iwm apm stop
iwm apm start
iwm apm start
Radio type=0x0-0x2-0x1
loading ring 0 descriptors (0xffffff0001c04000) at 1c040
loading ring 1 descriptors (0xffffff0001c21000) at 1c210
loading ring 2 descriptors (0xffffff0001c3e000) at 1c3e0
loading ring 3 descriptors (0xffffff0001c5b000) at 1c5b0
loading ring 4 descriptors (0xffffff0001c78000) at 1c780
loading ring 5 descriptors (0xffffff0001c95000) at 1c950
loading ring 6 descriptors (0xffffff0001cb2000) at 1cb20
loading ring 7 descriptors (0xffffff0001ccf000) at 1ccf0
loading ring 8 descriptors (0xffffff0001cec000) at 1cec0
loading ring 9 descriptors (0xffffff0001d09000) at 1d090
loading ring 10 descriptors (0xffffff0001d26000) at 1d260
loading ring 11 descriptors (0xffffff0001d2e000) at 1d2e0
loading ring 12 descriptors (0xffffff0001d36000) at 1d360
loading ring 13 descriptors (0xffffff0001d3e000) at 1d3e0
loading ring 14 descriptors (0xffffff0001d46000) at 1d460
loading ring 15 descriptors (0xffffff0001d4e000) at 1d4e0
loading ring 16 descriptors (0xffffff0001d56000) at 1d560
loading ring 17 descriptors (0xffffff0001d5e000) at 1d5e0
loading ring 18 descriptors (0xffffff0001d66000) at 1d660
loading ring 19 descriptors (0xffffff0001d6e000) at 1d6e0
shadow registers enabled
LOAD FIRMWARE type 1 offset 8388608 len 81920
LOAD FIRMWARE type 1 offset 0 len 183268
LOAD FIRMWARE type 1 offset 4294954188 len 32
enabled txq 9 FIFO 7
sending command 0x98 qid 9, idx 0
Sending phy db data and configuration to runtime image
sending command 0x6c qid 9, idx 1
sending command 0x6c qid 9, idx 2
sending command 0x6c qid 9, idx 3
sending command 0x6c qid 9, idx 4
sending command 0x6c qid 9, idx 5
sending command 0x6c qid 9, idx 6
sending command 0x6c qid 9, idx 7
sending command 0x6c qid 9, idx 8
sending command 0x6c qid 9, idx 9
sending command 0x6c qid 9, idx 10
sending command 0x6c qid 9, idx 11
sending command 0x6c qid 9, idx 12
sending command 0x6c qid 9, idx 13
sending command 0x6c qid 9, idx 14
sending command 0x6c qid 9, idx 15
Finished sending phy db non channel data
sending command 0x6a qid 9, idx 16
sending command 0x18 qid 9, idx 17
Internal station added.
sending command 0x8 qid 9, idx 18
sending command 0x8 qid 9, idx 19
sending command 0x8 qid 9, idx 20
Sending device power command with flags = 0x2001
sending command 0x77 qid 9, idx 21
enabled txq 0 FIFO 0
enabled txq 1 FIFO 1
enabled txq 2 FIFO 2
enabled txq 3 FIFO 3
iwm_mvm_mac_ctxt_cmd_common: htprot = 0
dtim 1 0
sending command 0x28 qid 9, idx 22
switching state INIT->SCAN
Handling ieee80211 scan request
sending command 0x80 qid 9, idx 23
Scan request was sent successfully
iwm apm stop
iwm apm start
iwm apm start
Radio type=0x0-0x2-0x1
loading ring 0 descriptors (0xffffff0001c04000) at 1c040
loading ring 1 descriptors (0xffffff0001c21000) at 1c210
loading ring 2 descriptors (0xffffff0001c3e000) at 1c3e0
loading ring 3 descriptors (0xffffff0001c5b000) at 1c5b0
loading ring 4 descriptors (0xffffff0001c78000) at 1c780
loading ring 5 descriptors (0xffffff0001c95000) at 1c950
loading ring 6 descriptors (0xffffff0001cb2000) at 1cb20
loading ring 7 descriptors (0xffffff0001ccf000) at 1ccf0
loading ring 8 descriptors (0xffffff0001cec000) at 1cec0
loading ring 9 descriptors (0xffffff0001d09000) at 1d090
loading ring 10 descriptors (0xffffff0001d26000) at 1d260
loading ring 11 descriptors (0xffffff0001d2e000) at 1d2e0
loading ring 12 descriptors (0xffffff0001d36000) at 1d360
loading ring 13 descriptors (0xffffff0001d3e000) at 1d3e0
loading ring 14 descriptors (0xffffff0001d46000) at 1d460
loading ring 15 descriptors (0xffffff0001d4e000) at 1d4e0
loading ring 16 descriptors (0xffffff0001d56000) at 1d560
loading ring 17 descriptors (0xffffff0001d5e000) at 1d5e0
loading ring 18 descriptors (0xffffff0001d66000) at 1d660
loading ring 19 descriptors (0xffffff0001d6e000) at 1d6e0
shadow registers enabled
LOAD FIRMWARE type 0 offset 8388608 len 81920
LOAD FIRMWARE type 0 offset 0 len 101588
LOAD FIRMWARE type 0 offset 4294954188 len 32
enabled txq 9 FIFO 7
sending command 0x98 qid 9, idx 0
sending command 0x6a qid 9, idx 1
iwm apm stop
iwm apm start
iwm apm start
Radio type=0x0-0x2-0x1
loading ring 0 descriptors (0xffffff0001c04000) at 1c040
loading ring 1 descriptors (0xffffff0001c21000) at 1c210
loading ring 2 descriptors (0xffffff0001c3e000) at 1c3e0
loading ring 3 descriptors (0xffffff0001c5b000) at 1c5b0
loading ring 4 descriptors (0xffffff0001c78000) at 1c780
loading ring 5 descriptors (0xffffff0001c95000) at 1c950
loading ring 6 descriptors (0xffffff0001cb2000) at 1cb20
loading ring 7 descriptors (0xffffff0001ccf000) at 1ccf0
loading ring 8 descriptors (0xffffff0001cec000) at 1cec0
loading ring 9 descriptors (0xffffff0001d09000) at 1d090
loading ring 10 descriptors (0xffffff0001d26000) at 1d260
loading ring 11 descriptors (0xffffff0001d2e000) at 1d2e0
loading ring 12 descriptors (0xffffff0001d36000) at 1d360
loading ring 13 descriptors (0xffffff0001d3e000) at 1d3e0
loading ring 14 descriptors (0xffffff0001d46000) at 1d460
loading ring 15 descriptors (0xffffff0001d4e000) at 1d4e0
loading ring 16 descriptors (0xffffff0001d56000) at 1d560
loading ring 17 descriptors (0xffffff0001d5e000) at 1d5e0
loading ring 18 descriptors (0xffffff0001d66000) at 1d660
loading ring 19 descriptors (0xffffff0001d6e000) at 1d6e0
shadow registers enabled
LOAD FIRMWARE type 1 offset 8388608 len 81920
LOAD FIRMWARE type 1 offset 0 len 183268
LOAD FIRMWARE type 1 offset 4294954188 len 32
enabled txq 9 FIFO 7
sending command 0x98 qid 9, idx 0
Sending phy db data and configuration to runtime image
sending command 0x6c qid 9, idx 1
sending command 0x6c qid 9, idx 2
sending command 0x6c qid 9, idx 3
sending command 0x6c qid 9, idx 4
sending command 0x6c qid 9, idx 5
sending command 0x6c qid 9, idx 6
sending command 0x6c qid 9, idx 7
sending command 0x6c qid 9, idx 8
sending command 0x6c qid 9, idx 9
sending command 0x6c qid 9, idx 10
sending command 0x6c qid 9, idx 11
sending command 0x6c qid 9, idx 12
sending command 0x6c qid 9, idx 13
sending command 0x6c qid 9, idx 14
sending command 0x6c qid 9, idx 15
Finished sending phy db non channel data
sending command 0x6a qid 9, idx 16
sending command 0x18 qid 9, idx 17
Internal station added.
sending command 0x8 qid 9, idx 18
sending command 0x8 qid 9, idx 19
sending command 0x8 qid 9, idx 20
Sending device power command with flags = 0x2001
sending command 0x77 qid 9, idx 21
enabled txq 0 FIFO 0
enabled txq 1 FIFO 1
enabled txq 2 FIFO 2
enabled txq 3 FIFO 3
iwm_mvm_mac_ctxt_cmd_common: htprot = 0
dtim 1 0
sending command 0x28 qid 9, idx 22
switching state INIT->SCAN
Handling ieee80211 scan request
sending command 0x80 qid 9, idx 23
iwm apm stop
iwm apm start
iwm apm start
Radio type=0x0-0x2-0x1
loading ring 0 descriptors (0xffffff0001c04000) at 1c040
loading ring 1 descriptors (0xffffff0001c21000) at 1c210
loading ring 2 descriptors (0xffffff0001c3e000) at 1c3e0
loading ring 3 descriptors (0xffffff0001c5b000) at 1c5b0
loading ring 4 descriptors (0xffffff0001c78000) at 1c780
loading ring 5 descriptors (0xffffff0001c95000) at 1c950
loading ring 6 descriptors (0xffffff0001cb2000) at 1cb20
loading ring 7 descriptors (0xffffff0001ccf000) at 1ccf0
loading ring 8 descriptors (0xffffff0001cec000) at 1cec0
loading ring 9 descriptors (0xffffff0001d09000) at 1d090
loading ring 10 descriptors (0xffffff0001d26000) at 1d260
loading ring 11 descriptors (0xffffff0001d2e000) at 1d2e0
loading ring 12 descriptors (0xffffff0001d36000) at 1d360
loading ring 13 descriptors (0xffffff0001d3e000) at 1d3e0
loading ring 14 descriptors (0xffffff0001d46000) at 1d460
loading ring 15 descriptors (0xffffff0001d4e000) at 1d4e0
loading ring 16 descriptors (0xffffff0001d56000) at 1d560
loading ring 17 descriptors (0xffffff0001d5e000) at 1d5e0
loading ring 18 descriptors (0xffffff0001d66000) at 1d660
loading ring 19 descriptors (0xffffff0001d6e000) at 1d6e0
shadow registers enabled
LOAD FIRMWARE type 0 offset 8388608 len 81920
LOAD FIRMWARE type 0 offset 0 len 101588
LOAD FIRMWARE type 0 offset 4294954188 len 32
enabled txq 9 FIFO 7
sending command 0x98 qid 9, idx 0
sending command 0x6a qid 9, idx 1
iwm apm stop
iwm apm start
iwm apm start
Radio type=0x0-0x2-0x1
loading ring 0 descriptors (0xffffff0001c04000) at 1c040
loading ring 1 descriptors (0xffffff0001c21000) at 1c210
loading ring 2 descriptors (0xffffff0001c3e000) at 1c3e0
loading ring 3 descriptors (0xffffff0001c5b000) at 1c5b0
loading ring 4 descriptors (0xffffff0001c78000) at 1c780
loading ring 5 descriptors (0xffffff0001c95000) at 1c950
loading ring 6 descriptors (0xffffff0001cb2000) at 1cb20
loading ring 7 descriptors (0xffffff0001ccf000) at 1ccf0
loading ring 8 descriptors (0xffffff0001cec000) at 1cec0
loading ring 9 descriptors (0xffffff0001d09000) at 1d090
loading ring 10 descriptors (0xffffff0001d26000) at 1d260
loading ring 11 descriptors (0xffffff0001d2e000) at 1d2e0
loading ring 12 descriptors (0xffffff0001d36000) at 1d360
loading ring 13 descriptors (0xffffff0001d3e000) at 1d3e0
loading ring 14 descriptors (0xffffff0001d46000) at 1d460
loading ring 15 descriptors (0xffffff0001d4e000) at 1d4e0
loading ring 16 descriptors (0xffffff0001d56000) at 1d560
loading ring 17 descriptors (0xffffff0001d5e000) at 1d5e0
loading ring 18 descriptors (0xffffff0001d66000) at 1d660
loading ring 19 descriptors (0xffffff0001d6e000) at 1d6e0
shadow registers enabled
LOAD FIRMWARE type 1 offset 8388608 len 81920
LOAD FIRMWARE type 1 offset 0 len 183268
LOAD FIRMWARE type 1 offset 4294954188 len 32
enabled txq 9 FIFO 7
sending command 0x98 qid 9, idx 0
Sending phy db data and configuration to runtime image
sending command 0x6c qid 9, idx 1
sending command 0x6c qid 9, idx 2
sending command 0x6c qid 9, idx 3
sending command 0x6c qid 9, idx 4
sending command 0x6c qid 9, idx 5
sending command 0x6c qid 9, idx 6
sending command 0x6c qid 9, idx 7
sending command 0x6c qid 9, idx 8
sending command 0x6c qid 9, idx 9
sending command 0x6c qid 9, idx 10
sending command 0x6c qid 9, idx 11
sending command 0x6c qid 9, idx 12
sending command 0x6c qid 9, idx 13
sending command 0x6c qid 9, idx 14
sending command 0x6c qid 9, idx 15
Finished sending phy db non channel data
sending command 0x6a qid 9, idx 16
iwm0: could not initiate 2 GHz scan
sending command 0x18 qid 9, idx 17
Internal station added.
sending command 0x8 qid 9, idx 18
sending command 0x8 qid 9, idx 19
sending command 0x8 qid 9, idx 20
Sending device power command with flags = 0x2001
sending command 0x77 qid 9, idx 21
enabled txq 0 FIFO 0
enabled txq 1 FIFO 1
enabled txq 2 FIFO 2
enabled txq 3 FIFO 3
iwm_mvm_mac_ctxt_cmd_common: htprot = 0
dtim 1 0
sending command 0x28 qid 9, idx 22
switching state INIT->SCAN
Handling ieee80211 scan request
sending command 0x80 qid 9, idx 23
iwm apm stop
iwm apm start
iwm apm start
Radio type=0x0-0x2-0x1
loading ring 0 descriptors (0xffffff0001c04000) at 1c040
loading ring 1 descriptors (0xffffff0001c21000) at 1c210
loading ring 2 descriptors (0xffffff0001c3e000) at 1c3e0
loading ring 3 descriptors (0xffffff0001c5b000) at 1c5b0
loading ring 4 descriptors (0xffffff0001c78000) at 1c780
loading ring 5 descriptors (0xffffff0001c95000) at 1c950
loading ring 6 descriptors (0xffffff0001cb2000) at 1cb20
loading ring 7 descriptors (0xffffff0001ccf000) at 1ccf0
loading ring 8 descriptors (0xffffff0001cec000) at 1cec0
loading ring 9 descriptors (0xffffff0001d09000) at 1d090
loading ring 10 descriptors (0xffffff0001d26000) at 1d260
loading ring 11 descriptors (0xffffff0001d2e000) at 1d2e0
loading ring 12 descriptors (0xffffff0001d36000) at 1d360
loading ring 13 descriptors (0xffffff0001d3e000) at 1d3e0
loading ring 14 descriptors (0xffffff0001d46000) at 1d460
loading ring 15 descriptors (0xffffff0001d4e000) at 1d4e0
loading ring 16 descriptors (0xffffff0001d56000) at 1d560
loading ring 17 descriptors (0xffffff0001d5e000) at 1d5e0
loading ring 18 descriptors (0xffffff0001d66000) at 1d660
loading ring 19 descriptors (0xffffff0001d6e000) at 1d6e0
shadow registers enabled
LOAD FIRMWARE type 0 offset 8388608 len 81920
LOAD FIRMWARE type 0 offset 0 len 101588
LOAD FIRMWARE type 0 offset 4294954188 len 32
enabled txq 9 FIFO 7
sending command 0x98 qid 9, idx 0
sending command 0x6a qid 9, idx 1
iwm apm stop
iwm apm start
iwm apm start
Radio type=0x0-0x2-0x1
loading ring 0 descriptors (0xffffff0001c04000) at 1c040
loading ring 1 descriptors (0xffffff0001c21000) at 1c210
loading ring 2 descriptors (0xffffff0001c3e000) at 1c3e0
loading ring 3 descriptors (0xffffff0001c5b000) at 1c5b0
loading ring 4 descriptors (0xffffff0001c78000) at 1c780
loading ring 5 descriptors (0xffffff0001c95000) at 1c950
loading ring 6 descriptors (0xffffff0001cb2000) at 1cb20
loading ring 7 descriptors (0xffffff0001ccf000) at 1ccf0
loading ring 8 descriptors (0xffffff0001cec000) at 1cec0
loading ring 9 descriptors (0xffffff0001d09000) at 1d090
loading ring 10 descriptors (0xffffff0001d26000) at 1d260
loading ring 11 descriptors (0xffffff0001d2e000) at 1d2e0
loading ring 12 descriptors (0xffffff0001d36000) at 1d360
loading ring 13 descriptors (0xffffff0001d3e000) at 1d3e0
loading ring 14 descriptors (0xffffff0001d46000) at 1d460
loading ring 15 descriptors (0xffffff0001d4e000) at 1d4e0
loading ring 16 descriptors (0xffffff0001d56000) at 1d560
loading ring 17 descriptors (0xffffff0001d5e000) at 1d5e0
loading ring 18 descriptors (0xffffff0001d66000) at 1d660
loading ring 19 descriptors (0xffffff0001d6e000) at 1d6e0
shadow registers enabled
LOAD FIRMWARE type 1 offset 8388608 len 81920
LOAD FIRMWARE type 1 offset 0 len 183268
LOAD FIRMWARE type 1 offset 4294954188 len 32
enabled txq 9 FIFO 7
sending command 0x98 qid 9, idx 0
Sending phy db data and configuration to runtime image
sending command 0x6c qid 9, idx 1
sending command 0x6c qid 9, idx 2
sending command 0x6c qid 9, idx 3
sending command 0x6c qid 9, idx 4
sending command 0x6c qid 9, idx 5
sending command 0x6c qid 9, idx 6
sending command 0x6c qid 9, idx 7
sending command 0x6c qid 9, idx 8
sending command 0x6c qid 9, idx 9
sending command 0x6c qid 9, idx 10
sending command 0x6c qid 9, idx 11
sending command 0x6c qid 9, idx 12
sending command 0x6c qid 9, idx 13
sending command 0x6c qid 9, idx 14
sending command 0x6c qid 9, idx 15
Finished sending phy db non channel data
sending command 0x6a qid 9, idx 16
iwm0: could not initiate 2 GHz scan
sending command 0x18 qid 9, idx 17
Internal station added.
sending command 0x8 qid 9, idx 18
sending command 0x8 qid 9, idx 19
sending command 0x8 qid 9, idx 20
Sending device power command with flags = 0x2001
sending command 0x77 qid 9, idx 21
enabled txq 0 FIFO 0
enabled txq 1 FIFO 1
enabled txq 2 FIFO 2
enabled txq 3 FIFO 3
iwm_mvm_mac_ctxt_cmd_common: htprot = 0
dtim 1 0
sending command 0x28 qid 9, idx 22
switching state INIT->SCAN
Handling ieee80211 scan request
sending command 0x80 qid 9, idx 23
Scan request was sent successfully
scan ended
Handling ieee80211 scan request
sending command 0x80 qid 9, idx 24
Scan request was sent successfully
scan ended
switching state SCAN->AUTH
sending command 0xd0 qid 9, idx 25
sending command 0x8 qid 9, idx 26
sending command 0x2b qid 9, idx 27
sending command 0x18 qid 9, idx 28
Add new TE, duration 1000 TU
sending command 0x29 qid 9, idx 29
iwm0: TE notif status = 0x1 action = 0x1
switching state AUTH->ASSOC
sending command 0x18 qid 9, idx 30
dtim 1 0
DTIM TBTT is 0x156e74a104b5/0x41a53f, offset 0
sending command 0x28 qid 9, idx 31
iwm0: TE notif status = 0x1 action = 0x2
switching state ASSOC->AUTH
iwm apm stop
iwm apm start
iwm apm start
Radio type=0x0-0x2-0x1
loading ring 0 descriptors (0xffffff0001c04000) at 1c040
loading ring 1 descriptors (0xffffff0001c21000) at 1c210
loading ring 2 descriptors (0xffffff0001c3e000) at 1c3e0
loading ring 3 descriptors (0xffffff0001c5b000) at 1c5b0
loading ring 4 descriptors (0xffffff0001c78000) at 1c780
loading ring 5 descriptors (0xffffff0001c95000) at 1c950
loading ring 6 descriptors (0xffffff0001cb2000) at 1cb20
loading ring 7 descriptors (0xffffff0001ccf000) at 1ccf0
loading ring 8 descriptors (0xffffff0001cec000) at 1cec0
loading ring 9 descriptors (0xffffff0001d09000) at 1d090
loading ring 10 descriptors (0xffffff0001d26000) at 1d260
loading ring 11 descriptors (0xffffff0001d2e000) at 1d2e0
loading ring 12 descriptors (0xffffff0001d36000) at 1d360
loading ring 13 descriptors (0xffffff0001d3e000) at 1d3e0
loading ring 14 descriptors (0xffffff0001d46000) at 1d460
loading ring 15 descriptors (0xffffff0001d4e000) at 1d4e0
loading ring 16 descriptors (0xffffff0001d56000) at 1d560
loading ring 17 descriptors (0xffffff0001d5e000) at 1d5e0
loading ring 18 descriptors (0xffffff0001d66000) at 1d660
loading ring 19 descriptors (0xffffff0001d6e000) at 1d6e0
shadow registers enabled
LOAD FIRMWARE type 0 offset 8388608 len 81920
LOAD FIRMWARE type 0 offset 0 len 101588
LOAD FIRMWARE type 0 offset 4294954188 len 32
enabled txq 9 FIFO 7
sending command 0x98 qid 9, idx 0
sending command 0x6a qid 9, idx 1
iwm apm stop
iwm apm start
iwm apm start
Radio type=0x0-0x2-0x1
loading ring 0 descriptors (0xffffff0001c04000) at 1c040
loading ring 1 descriptors (0xffffff0001c21000) at 1c210
loading ring 2 descriptors (0xffffff0001c3e000) at 1c3e0
loading ring 3 descriptors (0xffffff0001c5b000) at 1c5b0
loading ring 4 descriptors (0xffffff0001c78000) at 1c780
loading ring 5 descriptors (0xffffff0001c95000) at 1c950
loading ring 6 descriptors (0xffffff0001cb2000) at 1cb20
loading ring 7 descriptors (0xffffff0001ccf000) at 1ccf0
loading ring 8 descriptors (0xffffff0001cec000) at 1cec0
loading ring 9 descriptors (0xffffff0001d09000) at 1d090
loading ring 10 descriptors (0xffffff0001d26000) at 1d260
loading ring 11 descriptors (0xffffff0001d2e000) at 1d2e0
loading ring 12 descriptors (0xffffff0001d36000) at 1d360
loading ring 13 descriptors (0xffffff0001d3e000) at 1d3e0
loading ring 14 descriptors (0xffffff0001d46000) at 1d460
loading ring 15 descriptors (0xffffff0001d4e000) at 1d4e0
loading ring 16 descriptors (0xffffff0001d56000) at 1d560
loading ring 17 descriptors (0xffffff0001d5e000) at 1d5e0
loading ring 18 descriptors (0xffffff0001d66000) at 1d660
loading ring 19 descriptors (0xffffff0001d6e000) at 1d6e0
shadow registers enabled
LOAD FIRMWARE type 1 offset 8388608 len 81920
LOAD FIRMWARE type 1 offset 0 len 183268
LOAD FIRMWARE type 1 offset 4294954188 len 32
enabled txq 9 FIFO 7
sending command 0x98 qid 9, idx 0
Sending phy db data and configuration to runtime image
sending command 0x6c qid 9, idx 1
sending command 0x6c qid 9, idx 2
sending command 0x6c qid 9, idx 3
sending command 0x6c qid 9, idx 4
sending command 0x6c qid 9, idx 5
sending command 0x6c qid 9, idx 6
sending command 0x6c qid 9, idx 7
sending command 0x6c qid 9, idx 8
sending command 0x6c qid 9, idx 9
sending command 0x6c qid 9, idx 10
sending command 0x6c qid 9, idx 11
sending command 0x6c qid 9, idx 12
sending command 0x6c qid 9, idx 13
sending command 0x6c qid 9, idx 14
sending command 0x6c qid 9, idx 15
Finished sending phy db non channel data
sending command 0x6a qid 9, idx 16
sending command 0x18 qid 9, idx 17
Internal station added.
sending command 0x8 qid 9, idx 18
sending command 0x8 qid 9, idx 19
sending command 0x8 qid 9, idx 20
Sending device power command with flags = 0x2001
sending command 0x77 qid 9, idx 21
enabled txq 0 FIFO 0
enabled txq 1 FIFO 1
enabled txq 2 FIFO 2
enabled txq 3 FIFO 3
dtim 1 0
sending command 0x28 qid 9, idx 22
Force transition to INIT; MGT=192
Going INIT->SCAN
Handling ieee80211 scan request
sending command 0x80 qid 9, idx 23
Scan request was sent successfully
scan ended
Handling ieee80211 scan request
sending command 0x80 qid 9, idx 24
Scan request was sent successfully
scan ended
switching state SCAN->AUTH
sending command 0xd0 qid 9, idx 25
sending command 0x8 qid 9, idx 26
sending command 0x2b qid 9, idx 27
sending command 0x18 qid 9, idx 28
Add new TE, duration 1000 TU
sending command 0x29 qid 9, idx 29
iwm0: TE notif status = 0x1 action = 0x1
switching state AUTH->ASSOC
sending command 0x18 qid 9, idx 30
dtim 1 0
DTIM TBTT is 0xd1db54b0960/0x342c5f, offset 0
sending command 0x28 qid 9, idx 31
iwm0: TE notif status = 0x1 action = 0x2

Reply via email to