index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mwl8k.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-29
mwl8k: remove duplicate local per-vif copy of ieee80211_bss_conf
Lennert Buytenhek
1
-22
/
+16
2009-12-29
mwl8k: remove unused mwl8k_vif::priv
Lennert Buytenhek
1
-6
/
+0
2009-12-29
mwl8k: fix up AP vs. STA firmware image receive descriptor handling
Lennert Buytenhek
1
-64
/
+60
2009-12-29
mwl8k: do rx/tx ring initialisation after loading firmware
Lennert Buytenhek
1
-47
/
+57
2009-12-29
mwl8k: get rid of the struct mwl8k_firmware abstraction
Lennert Buytenhek
1
-17
/
+9
2009-12-29
mwl8k: add 2.4GHz channels 12, 13 and 14
Lennert Buytenhek
1
-0
/
+3
2009-12-29
mwl8k: initialize the mwl8k_info_tbl table using the MWL* enums
Lennert Buytenhek
1
-2
/
+2
2009-12-29
mwl8k: inline qos field manipulation functions
Lennert Buytenhek
1
-41
/
+10
2009-12-29
mwl8k: get rid of the AMSDU check in the transmit path
Lennert Buytenhek
1
-11
/
+0
2009-12-29
mwl8k: hw is never NULL in mwl8k_set_radio_preamble()
Lennert Buytenhek
1
-5
/
+1
2009-12-29
mwl8k: firmware command code cleanup
Lennert Buytenhek
1
-324
/
+323
2009-12-08
mwl8k: don't complain about oversized beacons in FINALIZE_JOIN
Lennert Buytenhek
1
-21
/
+8
2009-12-08
mwl8k: don't overwrite mwl8k_vif::bssid until after disassociation
Lennert Buytenhek
1
-3
/
+2
2009-12-08
mwl8k: struct ieee80211_rx_status::qual is deprecated
Lennert Buytenhek
1
-1
/
+0
2009-12-08
mwl8k: don't forget to call pci_disable_device()
Lennert Buytenhek
1
-1
/
+3
2009-12-08
mwl8k: increase firmware loading timeouts
Lennert Buytenhek
1
-3
/
+2
2009-12-08
mwl8k: allow more time for transmit rings to drain
Lennert Buytenhek
1
-60
/
+67
2009-12-08
mwl8k: allow more time for firmware commands to complete
Lennert Buytenhek
1
-2
/
+11
2009-12-08
mwl8k: properly report rate on received 40MHz packets
Lennert Buytenhek
1
-2
/
+8
2009-12-08
mwl8k: fix addr4 zeroing and payload overwrite on DMA header creation
Lennert Buytenhek
1
-14
/
+15
2009-12-08
mwl8k: prevent corruption of QoS field on receive
Lennert Buytenhek
1
-15
/
+31
2009-12-08
mwl8k: fix UPDATE_STADB command struct legacy_rates array length
Lennert Buytenhek
1
-38
/
+13
2009-12-08
mwl8k: fix MCS bitmap size in SET_RATE command
Lennert Buytenhek
1
-4
/
+3
2009-11-19
drivers/net: request_irq - Remove unnecessary leading & from second arg
Joe Perches
1
-2
/
+2
2009-11-11
mwl8k: declare MODULE_FIRMWARE
Ben Hutchings
1
-0
/
+3
2009-11-07
mwl8k: use integral index instead of pointer for driver_data
John W. Linville
1
-24
/
+23
2009-11-07
mwl8k: add support for the 88w8366
Lennert Buytenhek
1
-1
/
+94
2009-11-07
mwl8k: implement AP firmware EDCA parameter configuration
Lennert Buytenhek
1
-12
/
+37
2009-11-07
mwl8k: add AP firmware (mbss) handling to mwl8k_set_mac_addr()
Lennert Buytenhek
1
-2
/
+14
2009-11-07
mwl8k: add AP firmware handling to ->start()
Lennert Buytenhek
1
-8
/
+10
2009-11-07
mwl8k: add AP firmware handling to ->configure_filter()
Lennert Buytenhek
1
-0
/
+10
2009-11-07
mwl8k: implement AP firmware antenna configuration
Lennert Buytenhek
1
-2
/
+42
2009-11-07
mwl8k: add the commands used for AP firmware initialisation
Lennert Buytenhek
1
-1
/
+132
2009-11-07
mwl8k: rename mwl8k_cmd_get_hw_spec() to mwl8k_cmd_get_hw_spec_sta()
Lennert Buytenhek
1
-5
/
+5
2009-11-07
mwl8k: set ->interface_modes from the driver data
Lennert Buytenhek
1
-1
/
+3
2009-11-07
mwl8k: allow for different receive descriptor formats
Lennert Buytenhek
1
-61
/
+119
2009-11-07
mwl8k: use pci_unmap_addr{,set}() to keep track of unmap addresses on rx
Lennert Buytenhek
1
-25
/
+30
2009-11-07
mwl8k: handle loading AP firmware images
Lennert Buytenhek
1
-4
/
+19
2009-11-07
mwl8k: spell out the names of firmware images in the pci driver data
Lennert Buytenhek
1
-21
/
+22
2009-11-07
mwl8k: change pci id table driver data to a structure pointer
Lennert Buytenhek
1
-17
/
+30
2009-11-05
mwl8k: pci BAR mapping changes
Lennert Buytenhek
1
-3
/
+22
2009-11-05
mwl8k: shorten receive/transmit state variable names
Lennert Buytenhek
1
-101
/
+93
2009-11-05
mwl8k: add support for enabling hardware sniffer mode
Lennert Buytenhek
1
-3
/
+63
2009-11-05
mwl8k: report rate and other information for received frames
Lennert Buytenhek
1
-6
/
+25
2009-11-05
mwl8k: clarify WME transmit queue 0/1 swizzling
Lennert Buytenhek
1
-20
/
+6
2009-11-05
mwl8k: use cond_resched() when loading firmware blocks
Lennert Buytenhek
1
-0
/
+2
2009-11-05
mwl8k: clear hardware MAC address if no STA interface configured
Lennert Buytenhek
1
-1
/
+42
2009-11-05
mwl8k: enforce FIF_BCN_PRBRESP_PROMISC when no STA interfaces are active
Lennert Buytenhek
1
-3
/
+14
2009-11-05
mwl8k: implement FIF_ALLMULTI
Lennert Buytenhek
1
-11
/
+28
2009-11-05
mwl8k: use the mac80211-provided workqueue instead of creating our own
Lennert Buytenhek
1
-22
/
+6
[next]