Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
ba0dc5f6e0ba5a5d2f575bcdb35e5d1960cf7c04
/
drivers
/
net
/
wireless
/
intel
/
iwlegacy
/
3945-mac.c
ae3cf47
iwlegacy: make il3945_mac_ops __ro_after_init
by Johannes Berg
· 9 years ago
57fbcce
cfg80211: remove enum ieee80211_band
by Johannes Berg
· 9 years ago
7ac9a36
iwlegacy: move under intel directory
by Kalle Valo
· 10 years ago
[Renamed from drivers/net/wireless/iwlegacy/3945-mac.c]
8358491
iwlegacy: convert hex_dump_to_buffer() to %*ph
by Andy Shevchenko
· 10 years ago
30686bf
mac80211: convert HW flags to unsigned long bitmap
by Johannes Berg
· 10 years ago
df14046
mac80211: remove support for IFF_PROMISC
by Johannes Berg
· 10 years ago
1a94ace
iwl3945: Use setup_timer
by Julia Lawall
· 11 years ago
8e67427
iwlegacy: merge reclaim check
by Stanislaw Gruszka
· 11 years ago
59f0118
iwl3945: fix wakeup interrupt
by Stanislaw Gruszka
· 11 years ago
5f5deff
iwl3945: do not print RFKILL message
by Stanislaw Gruszka
· 12 years ago
a2f73b6
cfg80211: move regulatory flags to their own variable
by Luis R. Rodriguez
· 12 years ago
8fe02e1
cfg80211: consolidate passive-scan and no-ibss flags
by Luis R. Rodriguez
· 12 years ago
c1faf2c
wireless: iwlegacy: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 12 years ago
7d2a47a
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
ca3ae51
iwlegacy: fix error return code in il3945_pci_probe()
by Wei Yongjun
· 12 years ago
27d7f47
net: wireless: replace strict_strtoul() with kstrtoul()
by Jingoo Han
· 12 years ago
ea3d1cc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
7f42ace
iwl3945: fix length of dma buffers
by Stanislaw Gruszka
· 12 years ago
60c46bf
iwlegacy: fix sparse warnings
by Stephen Hemminger
· 12 years ago
bdb084b
iwlegacy: more checks for dma mapping errors
by Stanislaw Gruszka
· 12 years ago
96ebbe8
iwlegacy: check for dma mapping errors
by Stanislaw Gruszka
· 13 years ago
9ebea38
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 13 years ago
07db8f8
iwlegacy: allow to enable PS
by Stanislaw Gruszka
· 13 years ago
70277f4
iwlegacy: add flush callback
by Stanislaw Gruszka
· 13 years ago
407ee23
drivers/net/wireless/iwlegacy: use strlcpy instead of strncpy
by Chen Gang
· 13 years ago
a027cb8
iwlegacy: remove __dev* attributes
by Bill Pemberton
· 13 years ago
36323f8
mac80211: move TX station pointer and restructure TX
by Thomas Huehn
· 13 years ago
883a649
iwlegacy: do not nulify il->vif on reset
by Stanislaw Gruszka
· 13 years ago
4da0bd73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
210787e
iwl3945: fix possible il->txq NULL pointer dereference in delayed works
by Stanislaw Gruszka
· 13 years ago
bc269a8
iwlegacy: s/S_RF_KILL_HW/S_RFKILL/g
by Stanislaw Gruszka
· 14 years ago
775ed8a
iwlegacy: do not grab nic access if rfkill
by Stanislaw Gruszka
· 14 years ago
c37281a
iwleagcy: fix ident code damage
by Stanislaw Gruszka
· 14 years ago
9ce7b73
iwlegacy: improve mac operation debuggability a bit
by Stanislaw Gruszka
· 14 years ago
288f9954
iwlegacy: get rid of tx/rx traffic log
by Stanislaw Gruszka
· 14 years ago
1600b87
iwlegacy: merge il_lib_ops into il_ops
by Stanislaw Gruszka
· 14 years ago
f03ee2a
iwlegacy: remove il_apm_ops
by Stanislaw Gruszka
· 14 years ago
93b7654
iwlegacy: move debugfs_ops to il_priv
by Stanislaw Gruszka
· 14 years ago
a5f1613
iwlegacy: use writeb,writel,readl directly
by Stanislaw Gruszka
· 14 years ago
00ea99e
iwlegacy: remove struct il_tx_info
by Stanislaw Gruszka
· 14 years ago
c39ae9f
iwlegacy: move ops out of config
by Stanislaw Gruszka
· 14 years ago
8300719
iwlegacy: get rid of ctx structure
by Stanislaw Gruszka
· 14 years ago
8c9c48d
iwlegacy: remove ctx interface_modes
by Stanislaw Gruszka
· 14 years ago
6aa0c25
iwlegacy: get rid of ctxid
by Stanislaw Gruszka
· 14 years ago
0f8b90f
iwlegacy: get rid of *_devtype
by Stanislaw Gruszka
· 14 years ago
b16db50
iwlegacy: move bcast_sta_id to hw_params
by Stanislaw Gruszka
· 14 years ago
8f9e564
iwlegacy: get rid of ap_sta_id
by Stanislaw Gruszka
· 14 years ago
d98e294
iwlegacy: get rid of wep_key_cmd
by Stanislaw Gruszka
· 14 years ago
b96ed60
iwlegacy: get rid of qos_cmd
by Stanislaw Gruszka
· 14 years ago
5e349f0
iwlegacy: get rid of rxon_assoc_cmd
by Stanislaw Gruszka
· 14 years ago
63d0f0c
iwlegacy: get rid of ctx->rxon_timing_cmd
by Stanislaw Gruszka
· 14 years ago
6122d18
iwlegacy: get rid of ctx->rxon_cmd
by Stanislaw Gruszka
· 14 years ago
c8b0395
iwlegacy: move rxon commands out of ctx structure
by Stanislaw Gruszka
· 14 years ago
68acc4a
iwlegacy: 3945: fix hw passive scan on radar channels
by Stanislaw Gruszka
· 14 years ago
81fb461
iwlegacy: 3945: simplify calculations of retry limit
by Stanislaw Gruszka
· 14 years ago
1722f8e
iwlegacy: checkpatch.pl fixes
by Stanislaw Gruszka
· 14 years ago
e739236
iwlegacy: indentions and whitespaces
by Stanislaw Gruszka
· 14 years ago
53143a1
iwlegacy: use FH39_ prefix in 3945 code
by Stanislaw Gruszka
· 14 years ago
e94a409
iwlegacy: merge common header files
by Stanislaw Gruszka
· 14 years ago
98613be
iwlegacy: rename iwl-core.h to common.h
by Stanislaw Gruszka
· 14 years ago
6278dda
iwlegacy: remove il_ieee80211_get_hw_conf
by Stanislaw Gruszka
· 14 years ago
d4459a9
iwlegacy: rename iwl-commands.h to commands.h
by Stanislaw Gruszka
· 14 years ago
d2dfb33
iwlegacy: rename other handlers
by Stanislaw Gruszka
· 14 years ago
6e9848b4
iwlegacy: s/rx_reply/hdl/
by Stanislaw Gruszka
· 14 years ago
d0c7234
iwlegacy: s/rx_handler/handler/
by Stanislaw Gruszka
· 14 years ago
4d69c75
iwlegacy: rename REPLY_ to N_ or C_
by Stanislaw Gruszka
· 14 years ago
db7746f
iwlegacy: s/STATISTICS/STATS/
by Stanislaw Gruszka
· 14 years ago
a6766cc
iwlegacy: s/STATUS_/S_/
by Stanislaw Gruszka
· 14 years ago
6bbb137
iwlegacy: move iwl-3945-{,hw,fh,debugfs}.h to 3945.h
by Stanislaw Gruszka
· 14 years ago
61fe55f
iwlegacy: rename base 4965 and 3945 file names
by Stanislaw Gruszka
· 14 years ago
[Renamed from drivers/net/wireless/iwlegacy/iwl3945-base.c]
17d6e55
iwlegacy: remove for_each_context
by Stanislaw Gruszka
· 14 years ago
3b98c7f
iwlegacy: s/TABLE/TBL/
by Stanislaw Gruszka
· 14 years ago
0c2c885
iwlegacy: s/index/idx/
by Stanislaw Gruszka
· 14 years ago
2d09b06
iwlegacy: s/INDEX/IDX/
by Stanislaw Gruszka
· 14 years ago
2eb0581
iwlegacy: s/IL_RATE/RATE/
by Stanislaw Gruszka
· 14 years ago
ebf0d90
iwlegacy: s/statistics/stats/
by Stanislaw Gruszka
· 14 years ago
b73bb5f
iwlegacy: s/il_rx_mem_buffer/il_rx_buf/
by Stanislaw Gruszka
· 14 years ago
7c2cde2
iwlegacy: partial rxon context cleanup
by Stanislaw Gruszka
· 14 years ago
dcae1c6
iwlegacy: s/iwl_rx_packet/iwl_rx_pkt/
by Stanislaw Gruszka
· 14 years ago
d317516
iwlegacy: rename remaining IWLs to ILs
by Stanislaw Gruszka
· 14 years ago
232913b
iwlegacy: remove not needed parentheses
by Stanislaw Gruszka
· 14 years ago
db54eb5
iwlegacy: rename il_{read,write}_prph
by Stanislaw Gruszka
· 14 years ago
0c1a94e
iwlegacy: rename i/o direct methods
by Stanislaw Gruszka
· 14 years ago
1c8cae5
iwlegacy: remove _il_{read,write}_direct32
by Stanislaw Gruszka
· 14 years ago
841b2cc
iwlegacy: rename il_{read,write}32 to _il_{rd,wr}
by Stanislaw Gruszka
· 14 years ago
b6297cd
iwlegacy: remove IL_CRIT
by Stanislaw Gruszka
· 14 years ago
9406f79
iwlegacy: remove il argument from IWL_ERR/INFO/WARN/CRIT
by Stanislaw Gruszka
· 14 years ago
58de00a
iwlegacy: rename IL_DEBUG_ to D_
by Stanislaw Gruszka
· 14 years ago
d2ddf621
iwlegacy: rename iwlegacy to il
by Stanislaw Gruszka
· 14 years ago
46bc8d4
iwlegacy: rename priv to il
by Stanislaw Gruszka
· 14 years ago
e2ebc83
iwlegacy: rename iwl to il
by Stanislaw Gruszka
· 14 years ago
fee005e
iwlegacy: remove tracing
by Stanislaw Gruszka
· 14 years ago
0874073
Merge branch 'master' of git://git.infradead.org/users/linville/wireless
by John W. Linville
· 14 years ago
65d0f19
iwlegacy: do not use interruptible waits
by Stanislaw Gruszka
· 14 years ago
e2a772f
iwlegacy: remove wireless extensions inclusions
by Johannes Berg
· 14 years ago
1ba2f12
iwlegacy: remove firmware event log
by Stanislaw Gruszka
· 14 years ago
dd6d2a8
iwlegacy: remove reset rf infrastructure
by Stanislaw Gruszka
· 14 years ago
22450902
iwlegacy: remove sync_cmd_mutex
by Stanislaw Gruszka
· 14 years ago
28a6e57
iwlegacy: more priv->mutex serialization
by Stanislaw Gruszka
· 14 years ago
332704a
iwlegacy: fix tx_power initialization
by Stanislaw Gruszka
· 14 years ago
Next »