index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
iwlwifi
Age
Commit message (
Expand
)
Author
Files
Lines
2008-06-03
iwlwifi: implement apm stop function
Tomas Winkler
3
-1
/
+39
2008-06-03
iwlwifi: implement apm reset flow
Tomas Winkler
5
-18
/
+79
2008-06-03
iwlwifi: setup correctly L1 L0S pi link values
Tomas Winkler
4
-11
/
+39
2008-06-03
iwlwifi: remove 4965 from alive_resp structures
Tomas Winkler
3
-15
/
+15
2008-06-03
iwlwifi: clean up alive_start routine
Tomas Winkler
5
-26
/
+32
2008-06-03
iwlwifi: remove notif_missed_beacons variable
Tomas Winkler
4
-9
/
+0
2008-06-03
iwlwifi: remove unused variable form __iwl4965_down
Tomas Winkler
1
-3
/
+0
2008-06-03
iwlwifi: mark 4965 ucode types
Tomas Winkler
1
-2
/
+7
2008-06-03
iwlwifi: create drivers debugfs dir under wiphy->debugfsdir
Zhu Yi
1
-1
/
+2
2008-06-03
iwlwifi: increase max payload of iwl_cmd
Ron Rindjunsky
1
-1
/
+3
2008-06-03
iwlwifi: use uCode error and event tables pointer w.r.t loaded image
Gregory Greenman
1
-10
/
+19
2008-06-03
iwlwifi: add RTC data address for iwl5000
Ron Rindjunsky
1
-0
/
+7
2008-06-03
iwlwifi: move iwl_dump_nic_error_log to iwlcore module
Ester Kummer
3
-86
/
+74
2008-05-22
mac80211: use multi-queue master netdevice
Johannes Berg
2
-4
/
+4
2008-05-22
mac80211: move TX info into skb->cb
Johannes Berg
10
-143
/
+121
2008-05-22
mac80211: use rate index in TX control
Johannes Berg
7
-22
/
+27
2008-05-22
mac80211: let drivers wake but not start queues
Johannes Berg
2
-2
/
+2
2008-05-22
iwlwifi: trigger event log from debugfs
Ester Kummer
5
-113
/
+143
2008-05-22
iwlwifi: refactor pci prob flow
Tomas Winkler
4
-45
/
+54
2008-05-22
iwlwifi: add debugfs to disable/enable run time calibration
Tomas Winkler
5
-4
/
+44
2008-05-22
iwlwifi: remove 4965 remainings in iwl-eeprom.c file
Tomas Winkler
1
-11
/
+11
2008-05-22
iwlwifi: iwl5000 WiFi/WiMax coexistence
Ron Rindjunsky
2
-0
/
+66
2008-05-22
iwlwifi: add ucode init flow handling for iwl5000
Ron Rindjunsky
2
-0
/
+185
2008-05-22
iwlwifi: add ucode loaders for iwl5000
Ron Rindjunsky
3
-0
/
+145
2008-05-22
iwlwifi: add rx_handlers stub for iwl5000
Ron Rindjunsky
1
-0
/
+5
2008-05-22
iwlwifi: rename and move Tx queue activation/deactivation
Ron Rindjunsky
2
-12
/
+12
2008-05-22
iwlwifi: clean up and bug fix for security
Emmanuel Grumbach
6
-46
/
+29
2008-05-22
iwlwifi: don't switch to SGI if not supported by AP
Emmanuel Grumbach
3
-4
/
+22
2008-05-22
iwlwifi: move TX code into iwl-tx.c
Tomas Winkler
6
-691
/
+691
2008-05-22
iwlwifi: refactor ieee80211_get_qos_ctrl
Tomas Winkler
5
-60
/
+63
2008-05-22
iwlwifi: remove 4956 form iwl4965_tx_cmd
Tomas Winkler
5
-11
/
+7
2008-05-22
iwlwifi: move more station managment into iwl-sta.c
Tomas Winkler
6
-279
/
+283
2008-05-22
iwlwifi: move iwl_bcast_addr to iwlcore
Tomas Winkler
4
-8
/
+12
2008-05-22
iwlwifi: remove 4965 from iwl4965_rate_info
Tomas Winkler
5
-30
/
+31
2008-05-22
iwlwifi: remove 4965 prefix from iwl4965_frame
Tomas Winkler
3
-13
/
+13
2008-05-22
iwlwifi: remove 4965 from iwl4965_tx_queue_update_write_ptr
Tomas Winkler
1
-19
/
+19
2008-05-22
iwlwifi: get_hw_cmd_size
Gregory Greenman
7
-18
/
+65
2008-05-22
iwlwifi: rename iwl4965_tx_info to iwl_tx_info
Tomas Winkler
2
-4
/
+4
2008-05-22
iwlwifi: rename iwl4965_queue to iwl_queue
Tomas Winkler
4
-32
/
+22
2008-05-22
iwlwifi: filling Tx MCS set
Ron Rindjunsky
1
-6
/
+27
2008-05-22
mac80211: separate Tx and Rx MCS when configuring HT
Ron Rindjunsky
1
-6
/
+8
2008-05-22
iwlwifi: remove iwl4965_nic_start function
Ron Rindjunsky
1
-8
/
+2
2008-05-22
iwlwifi: changing irrelevant comment
Ron Rindjunsky
1
-1
/
+1
2008-05-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
20
-1479
/
+1838
2008-05-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
David S. Miller
4
-5
/
+4
2008-05-15
mac80211: use hardware flags for signal/noise units
Bruno Randolf
4
-38
/
+23
2008-05-15
iwl3945: do not delay hardware scan if it is a direct scan
Bill Moss
1
-3
/
+4
2008-05-15
iwlwifi: adding parameter of fw_restart
Ester Kummer
4
-4
/
+10
2008-05-15
iwlwifi: add device sysfs version entry
Tomas Winkler
1
-0
/
+20
2008-05-15
iwlwifi: update levels of debug prints
Ester Kummer
1
-16
/
+13
[next]