index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
iwlwifi
/
iwl-agn.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iwlwifi: move ucode loading to op_mode
Johannes Berg
2012-03-07
1
-4
/
+5
*
iwlwifi: move firmware completion wait
Johannes Berg
2012-03-06
1
-2
/
+0
*
iwlwifi: move uCode deallocation to drv
Johannes Berg
2012-03-06
1
-2
/
+0
*
iwlwifi: move wowlan bool into priv
Johannes Berg
2012-03-06
1
-2
/
+2
*
iwlwifi: use valid TX/RX antenna from hw_params
Johannes Berg
2012-03-06
1
-1
/
+1
*
iwlwifi: remove SKU from config
Johannes Berg
2012-03-06
1
-3
/
+2
*
iwlwifi: make EXIT_PENDING depend on mac80211
Johannes Berg
2012-03-06
1
-6
/
+0
*
iwlwifi: remove shared lock
Johannes Berg
2012-03-06
1
-4
/
+1
*
iwlwifi: introduce statistics lock
Johannes Berg
2012-03-06
1
-0
/
+1
*
iwlwifi: make sta lock private & BH lock
Johannes Berg
2012-03-06
1
-4
/
+3
*
iwlwifi: move iwl_clear_driver_stations to user
Johannes Berg
2012-03-06
1
-0
/
+35
*
iwlwifi: kill iwl_bus.h
Emmanuel Grumbach
2012-02-27
1
-1
/
+0
*
iwlwifi: eeprom gets transport and not bus
Emmanuel Grumbach
2012-02-27
1
-1
/
+1
*
iwlwifi: virtualize op_mode's fw_error
Emmanuel Grumbach
2012-02-27
1
-0
/
+1
*
iwlwifi: virtualize op_mode's set_hw_rf_kill
Emmanuel Grumbach
2012-02-27
1
-0
/
+1
*
iwlwifi: virtualize op_mode's stop/start queue
Emmanuel Grumbach
2012-02-27
1
-0
/
+2
*
iwlwifi: virtualize op_mode's rx
Emmanuel Grumbach
2012-02-27
1
-0
/
+1
*
iwlwifi: virtualize op_mode's free skb
Emmanuel Grumbach
2012-02-27
1
-0
/
+3
*
iwlwifi: virtualize the op_mode
Emmanuel Grumbach
2012-02-27
1
-11
/
+21
*
iwlwifi: rename iwl_remove to iwl_op_mode_dvm_stop
Emmanuel Grumbach
2012-02-27
1
-1
/
+1
*
iwlwifi: introducing the drv object's flows
Emmanuel Grumbach
2012-02-27
1
-10
/
+0
*
iwlwifi: move uCode flags handling to op_mode
Johannes Berg
2012-02-27
1
-3
/
+20
*
iwlwifi: move content of iwl_probe to post fetch_fw
Emmanuel Grumbach
2012-02-27
1
-5
/
+48
*
iwlwifi: changes args to iwl_nic for firmware operations
Don Fry
2012-02-17
1
-1
/
+1
*
iwlwifi: iwl_set_hw_params returns always 0
Emmanuel Grumbach
2012-02-17
1
-7
/
+3
*
iwlwifi: kill iwl_down and s/__iwl_down/iwl_down
Emmanuel Grumbach
2012-02-17
1
-14
/
+5
*
iwlwifi: change args to ucode routines
Don Fry
2012-02-17
1
-1
/
+1
*
iwlwifi: move firmware_loading_complete to iwl_nic
Don Fry
2012-02-17
1
-2
/
+2
*
iwlwifi: move ucode_ver to iwl_nic
Don Fry
2012-02-17
1
-1
/
+1
*
iwlwifi: move workqueue to priv
Johannes Berg
2012-02-17
1
-7
/
+7
*
iwlwifi: move all ucode routines to iwl-ucode.c
Don Fry
2012-02-02
1
-607
/
+2
*
iwlwifi: move bcast_sta_id init to common routine
Don Fry
2012-02-02
1
-0
/
+1
*
iwlwifi: clarify comment
Don Fry
2012-02-02
1
-1
/
+1
*
iwlwifi: move hw_rev to transport layer
Emmanuel Grumbach
2012-02-02
1
-11
/
+2
*
iwlwifi: move the RF kill logic from iwl_probe to transport
Emmanuel Grumbach
2012-02-02
1
-23
/
+0
*
iwlwifi: introduce trans_ops->stop_hw
Emmanuel Grumbach
2012-02-02
1
-1
/
+1
*
iwlwifi: move apm_init to start_hw
Emmanuel Grumbach
2012-02-02
1
-2
/
+0
*
iwlwifi: move prepare_card_hw to start_hw
Emmanuel Grumbach
2012-02-02
1
-6
/
+0
*
iwlwifi: rename trans_ops->request_irq to trans_ops->start_hw
Emmanuel Grumbach
2012-02-02
1
-1
/
+1
*
iwlwifi: don't use the bus for ucode fw_desc any more
Emmanuel Grumbach
2012-02-02
1
-6
/
+8
*
iwlwifi: remove the pointer to dev from the bus layer
Emmanuel Grumbach
2012-02-02
1
-2
/
+2
*
iwlwifi: give trans to all the read / write functions
Emmanuel Grumbach
2012-02-02
1
-21
/
+21
*
iwlwifi: allocate the transport from the bus layer
Emmanuel Grumbach
2012-02-02
1
-13
/
+3
*
iwlwifi: move the shrd memory from priv
Emmanuel Grumbach
2012-02-02
1
-3
/
+1
*
iwlwifi: separate the APM from the EEPROM
Emmanuel Grumbach
2012-02-02
1
-0
/
+4
*
iwlwifi: add fw_alive to transport layer API, kill tx_start
Emmanuel Grumbach
2012-02-02
1
-3
/
+0
*
iwlwifi: add option to disalbe LED
Wey-Yi Guy
2012-01-28
1
-1
/
+1
*
iwlwifi: fix uCode event tracing
Johannes Berg
2012-01-28
1
-28
/
+71
*
iwlwifi: update Copyright
Wey-Yi Guy
2012-01-06
1
-1
/
+1
*
iwlwifi: Execute runtime calibration always
Venkataraman, Meenakshi
2011-12-19
1
-3
/
+4
[next]