Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_oneplus_msm8996
/
1a076689cda8a1d623dcda170b2dc2b476cc6f1a
/
drivers
/
net
/
wireless
/
iwlegacy
2e42e47
drivers/net: Convert compare_ether_addr to ether_addr_equal
by Joe Perches
· 14 years ago
8065248
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 14 years ago
d748b46
mac80211: remove antenna_sel_tx TX info field
by Johannes Berg
· 14 years ago
5d32c88
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 14 years ago
234e340
simple_open: automatically convert to simple_open()
by Stephen Boyd
· 14 years ago
7dd30d4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by David S. Miller
· 14 years ago
e92109b
iwlegacy: fix BSSID setting
by Stanislaw Gruszka
· 14 years ago
883a649
iwlegacy: do not nulify il->vif on reset
by Stanislaw Gruszka
· 14 years ago
50269e1
net: add a truesize parameter to skb_add_rx_frag()
by Eric Dumazet
· 14 years ago
4da0bd73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 14 years ago
e9ac074
mac80211: rename bss_conf timestamp to last_tsf
by Johannes Berg
· 14 years ago
210787e
iwl3945: fix possible il->txq NULL pointer dereference in delayed works
by Stanislaw Gruszka
· 14 years ago
aef6a62
iwlegacy: remove unused enum il4965_calib_enabled_state
by Greg Dietsche
· 14 years ago
d7b6b6a
iwlegacy: remove enum iw_calib and related code
by Greg Dietsche
· 14 years ago
08db1ab
iwlegacy: Kconfig: Change Debug Option to be more clear
by Greg Dietsche
· 14 years ago
6499214
iwlegacy: Kconfig: Move Debugging Options
by Greg Dietsche
· 14 years ago
02f2f1a
mac80211: handle non-bufferable MMPDUs correctly
by Johannes Berg
· 14 years ago
4e3bc14
iwlegacy: remove il_is_rfkill_hw
by Stanislaw Gruszka
· 14 years ago
6668e4e
iwlegacy: s/il_txq_mem/il_free_txq_mem/g
by Stanislaw Gruszka
· 14 years ago
bc269a8
iwlegacy: s/S_RF_KILL_HW/S_RFKILL/g
by Stanislaw Gruszka
· 14 years ago
d87c771
iwlegacy: small queue initializations cleanup
by Stanislaw Gruszka
· 14 years ago
3976b45
iwlegacy: enable only rfkill interrupt when rfkill switch is on during IFF_UP
by Stanislaw Gruszka
· 14 years ago
71e0c6c
iwlegacy: small il4965_set_hw_ready cleanup
by Stanislaw Gruszka
· 14 years ago
586e45e
iwlegacy: check correct il_poll_bit error value
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
774212b
iwleagcy: remove old comments
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
c936355
iwlegacy: merge all ops structures into one
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
a89268e
iwlegacy: merge eeprom_ops into lib_ops
by Stanislaw Gruszka
· 14 years ago
527901d
iwlegacy: remove temp_ops
by Stanislaw Gruszka
· 14 years ago
93b7654
iwlegacy: move debugfs_ops to il_priv
by Stanislaw Gruszka
· 14 years ago
3dfea27
iwlegacy: gather all 4965 handlers in one place
by Stanislaw Gruszka
· 14 years ago
93a984a
iwlegacy: regulatory_bands is not an ops
by Stanislaw Gruszka
· 14 years ago
a5f1613
iwlegacy: use writeb,writel,readl directly
by Stanislaw Gruszka
· 14 years ago
4e5ea20
iwlegacy: cleanup/fix memory barriers
by Stanislaw Gruszka
· 14 years ago
1e0f32a
iwlegacy: always check if got h/w access before write
by Stanislaw Gruszka
· 14 years ago
b660303
iwlegacy: dump stack when fail to gain access to the device
by Stanislaw Gruszka
· 14 years ago
1023f3b
iwlegacy: remove set_hw_params callback
by Stanislaw Gruszka
· 14 years ago
00ea99e
iwlegacy: remove struct il_tx_info
by Stanislaw Gruszka
· 14 years ago
89ef1ed
iwlegacy: merge il_base_params into il_cfg
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
20c47eb
iwlegacy: remove il_setup_interface()
by Stanislaw Gruszka
· 14 years ago
dee9a09
iwlegacy: get rid of ctx->is_active
by Stanislaw Gruszka
· 14 years ago
eb123af
iwlegacy: get rid of ctx->ac_to_queue
by Stanislaw Gruszka
· 14 years ago
b75b3a7
iwlegacy: get rid of ctx->ac_to_fifo
by Stanislaw Gruszka
· 14 years ago
1c03c46
iwlegacy: move ht out of ctx structure
by Stanislaw Gruszka
· 14 years ago
8d44f2b
iwlegacy: move qos_data out of ctx structure
by Stanislaw Gruszka
· 14 years ago
8c9c48d
iwlegacy: remove ctx interface_modes
by Stanislaw Gruszka
· 14 years ago
fd6415b
iwlegacy: get rid of ctx->station_flags
by Stanislaw Gruszka
· 14 years ago
d735f92
iwlegacy: move wep_keys out of context
by Stanislaw Gruszka
· 14 years ago
d1e14e9
iwlegacy: get rid of mcast_queue
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
5d0bef9
iwlegacy: random 3945-rs.c cleanups
by Stanislaw Gruszka
· 14 years ago
5bf0dac
iwlegacy: 4965: remove one il4965_hdl_beacon
by Stanislaw Gruszka
· 14 years ago
280ade5
iwlegacy: 3945: get rid of hw_{set,get}_rate
by Stanislaw Gruszka
· 14 years ago
616107e
iwlegacy: 4965: small tx_cmd build cleanup
by Stanislaw Gruszka
· 14 years ago
a0c1ef3
iwlegacy: 4965: toggle tx antenna inline
by Stanislaw Gruszka
· 14 years ago
17d4eca
iwlegacy: move some i/o helpers out of inline
by Stanislaw Gruszka
· 14 years ago
d71be93
iwlegacy: off by one in iwl3945_hw_build_tx_cmd_rate()
by Dan Carpenter
· 14 years ago
2b20920
iwlegacy: remove iwl-sta.c
by Stanislaw Gruszka
· 14 years ago
2b50b8f
iwlegacy: Use kcalloc instead of kzalloc to allocate array
by Thomas Meyer
· 14 years ago
515db09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
by John W. Linville
· 14 years ago
9b5e2f4
iwlegacy: debugfs_ops should depend on CONFIG_IWLEGACY_DEBUGFS
by Greg Dietsche
· 15 years ago
e3a2c77
iwlegacy: 4965-rs: cleanup il4965_rs_sta_dbgfs_rate_scale_data_read
by Greg Dietsche
· 15 years ago
a741b99
iwlegacy: 4965-rs: don't return rate from il4965_rs_update_rate_tbl
by Greg Dietsche
· 15 years ago
3e4b065
iwlegacy: 4965-rs: il4965_rs_alloc_sta: remove lq_sta local var
by Greg Dietsche
· 15 years ago
144c0961
iwlegacy: 4965-rs: remove unnecessary null check for sta and lq_sta
by Greg Dietsche
· 15 years ago
da6134d
iwlegacy: 4965-rs: remove null check on sta in il4965_rs_tx_status
by Greg Dietsche
· 15 years ago
730b4c2
iwlegacy: 4965: remove vif null check in request_scan
by Greg Dietsche
· 15 years ago
c63b2d0
iwlegacy: remove unused IL_AC_UNSET define
by Stanislaw Gruszka
· 14 years ago
dd44eb9
iwlegacy: change IL_ERR to D_HT in iwl4965_rs_tl_turn_on_agg_for_tid
by Greg Dietsche
· 15 years ago
53611e0
iwlegacy: change IL_WARN to D_HT in il4965_tx_agg_start
by Greg Dietsche
· 15 years ago
1722f8e
iwlegacy: checkpatch.pl fixes
by Stanislaw Gruszka
· 14 years ago
e739236
iwlegacy: indentions and whitespaces
by Stanislaw Gruszka
· 14 years ago
f02579e
iwlegacy: merge iwl-debug.h into common.h
by Stanislaw Gruszka
· 15 years ago
f19ab37
iwlegacy: rename iwl-debug.c to debug.c
by Stanislaw Gruszka
· 14 years ago
eac3b21
iwlegacy: merge iwl-fh.h into 4965.h
by Stanislaw Gruszka
· 15 years ago
9a95b37
iwlegacy: use FH49_ prefix in 4965 code
by Stanislaw Gruszka
· 15 years ago
53143a1
iwlegacy: use FH39_ prefix in 3945 code
by Stanislaw Gruszka
· 15 years ago
e8c39d4
iwlegacy: rename iwl-prph.h to prph.h
by Stanislaw Gruszka
· 15 years ago
47ef694
iwlegacy: merge iwl-{eeprom,led}.h into common.h
by Stanislaw Gruszka
· 15 years ago
9941200
iwlegacy: merge iwl-power.h into common.h
by Stanislaw Gruszka
· 15 years ago
3fbbf9a
iwlegacy: merge iwl-legacy-rs.h into common.h
by Stanislaw Gruszka
· 15 years ago
f44cfaf
iwlegacy: remove iwl-helpers.h
by Stanislaw Gruszka
· 15 years ago
Next »