.. | .. |
---|
163 | 163 | { |
---|
164 | 164 | islpci_private *priv = container_of(work, islpci_private, stats_work); |
---|
165 | 165 | char *data; |
---|
166 | | - int j; |
---|
167 | 166 | struct obj_bss bss, *bss2; |
---|
168 | 167 | union oid_res_t r; |
---|
169 | 168 | |
---|
.. | .. |
---|
187 | 186 | kfree(data); |
---|
188 | 187 | |
---|
189 | 188 | /* now ask for the corresponding bss */ |
---|
190 | | - j = mgt_get_request(priv, DOT11_OID_BSSFIND, 0, (void *) &bss, &r); |
---|
| 189 | + mgt_get_request(priv, DOT11_OID_BSSFIND, 0, (void *) &bss, &r); |
---|
191 | 190 | bss2 = r.ptr; |
---|
192 | 191 | /* report the rssi and use it to calculate |
---|
193 | 192 | * link quality through a signal-noise |
---|
.. | .. |
---|
1691 | 1690 | case DOT11_AUTH_BOTH: |
---|
1692 | 1691 | case DOT11_AUTH_SK: |
---|
1693 | 1692 | wrqu->encoding.flags |= IW_ENCODE_RESTRICTED; |
---|
| 1693 | + fallthrough; |
---|
1694 | 1694 | case DOT11_AUTH_OS: |
---|
1695 | 1695 | default: |
---|
1696 | 1696 | wrqu->encoding.flags |= IW_ENCODE_OPEN; |
---|