index
:
kernel-crypto.git
audit
bugfixes
herbert
integration
master
ncr-audit
ncr-integration
ncr-rhel5-patches
ncr-standalone-master
ncr-standalone-rename
ncr-submission-2
ncr-userspace-crypto
User-space crypto API development for Linux
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mwl8k.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mwl8k: don't complain about oversized beacons in FINALIZE_JOIN
Lennert Buytenhek
2009-12-07
1
-21
/
+8
*
mwl8k: don't overwrite mwl8k_vif::bssid until after disassociation
Lennert Buytenhek
2009-12-07
1
-3
/
+2
*
mwl8k: struct ieee80211_rx_status::qual is deprecated
Lennert Buytenhek
2009-12-07
1
-1
/
+0
*
mwl8k: don't forget to call pci_disable_device()
Lennert Buytenhek
2009-12-07
1
-1
/
+3
*
mwl8k: increase firmware loading timeouts
Lennert Buytenhek
2009-12-07
1
-3
/
+2
*
mwl8k: allow more time for transmit rings to drain
Lennert Buytenhek
2009-12-07
1
-60
/
+67
*
mwl8k: allow more time for firmware commands to complete
Lennert Buytenhek
2009-12-07
1
-2
/
+11
*
mwl8k: properly report rate on received 40MHz packets
Lennert Buytenhek
2009-12-07
1
-2
/
+8
*
mwl8k: fix addr4 zeroing and payload overwrite on DMA header creation
Lennert Buytenhek
2009-12-07
1
-14
/
+15
*
mwl8k: prevent corruption of QoS field on receive
Lennert Buytenhek
2009-12-07
1
-15
/
+31
*
mwl8k: fix UPDATE_STADB command struct legacy_rates array length
Lennert Buytenhek
2009-12-07
1
-38
/
+13
*
mwl8k: fix MCS bitmap size in SET_RATE command
Lennert Buytenhek
2009-12-07
1
-4
/
+3
*
drivers/net: request_irq - Remove unnecessary leading & from second arg
Joe Perches
2009-11-18
1
-2
/
+2
*
mwl8k: declare MODULE_FIRMWARE
Ben Hutchings
2009-11-11
1
-0
/
+3
*
mwl8k: use integral index instead of pointer for driver_data
John W. Linville
2009-11-06
1
-24
/
+23
*
mwl8k: add support for the 88w8366
Lennert Buytenhek
2009-11-06
1
-1
/
+94
*
mwl8k: implement AP firmware EDCA parameter configuration
Lennert Buytenhek
2009-11-06
1
-12
/
+37
*
mwl8k: add AP firmware (mbss) handling to mwl8k_set_mac_addr()
Lennert Buytenhek
2009-11-06
1
-2
/
+14
*
mwl8k: add AP firmware handling to ->start()
Lennert Buytenhek
2009-11-06
1
-8
/
+10
*
mwl8k: add AP firmware handling to ->configure_filter()
Lennert Buytenhek
2009-11-06
1
-0
/
+10
*
mwl8k: implement AP firmware antenna configuration
Lennert Buytenhek
2009-11-06
1
-2
/
+42
*
mwl8k: add the commands used for AP firmware initialisation
Lennert Buytenhek
2009-11-06
1
-1
/
+132
*
mwl8k: rename mwl8k_cmd_get_hw_spec() to mwl8k_cmd_get_hw_spec_sta()
Lennert Buytenhek
2009-11-06
1
-5
/
+5
*
mwl8k: set ->interface_modes from the driver data
Lennert Buytenhek
2009-11-06
1
-1
/
+3
*
mwl8k: allow for different receive descriptor formats
Lennert Buytenhek
2009-11-06
1
-61
/
+119
*
mwl8k: use pci_unmap_addr{,set}() to keep track of unmap addresses on rx
Lennert Buytenhek
2009-11-06
1
-25
/
+30
*
mwl8k: handle loading AP firmware images
Lennert Buytenhek
2009-11-06
1
-4
/
+19
*
mwl8k: spell out the names of firmware images in the pci driver data
Lennert Buytenhek
2009-11-06
1
-21
/
+22
*
mwl8k: change pci id table driver data to a structure pointer
Lennert Buytenhek
2009-11-06
1
-17
/
+30
*
mwl8k: pci BAR mapping changes
Lennert Buytenhek
2009-11-04
1
-3
/
+22
*
mwl8k: shorten receive/transmit state variable names
Lennert Buytenhek
2009-11-04
1
-101
/
+93
*
mwl8k: add support for enabling hardware sniffer mode
Lennert Buytenhek
2009-11-04
1
-3
/
+63
*
mwl8k: report rate and other information for received frames
Lennert Buytenhek
2009-11-04
1
-6
/
+25
*
mwl8k: clarify WME transmit queue 0/1 swizzling
Lennert Buytenhek
2009-11-04
1
-20
/
+6
*
mwl8k: use cond_resched() when loading firmware blocks
Lennert Buytenhek
2009-11-04
1
-0
/
+2
*
mwl8k: clear hardware MAC address if no STA interface configured
Lennert Buytenhek
2009-11-04
1
-1
/
+42
*
mwl8k: enforce FIF_BCN_PRBRESP_PROMISC when no STA interfaces are active
Lennert Buytenhek
2009-11-04
1
-3
/
+14
*
mwl8k: implement FIF_ALLMULTI
Lennert Buytenhek
2009-11-04
1
-11
/
+28
*
mwl8k: use the mac80211-provided workqueue instead of creating our own
Lennert Buytenhek
2009-11-04
1
-22
/
+6
*
mwl8k: fix multicast address filter programming
Lennert Buytenhek
2009-11-04
1
-13
/
+27
*
mwl8k: minor transmit quiescing rework
Lennert Buytenhek
2009-11-04
1
-22
/
+15
*
mwl8k: coding style cleanups
Lennert Buytenhek
2009-11-04
1
-57
/
+65
*
mwl8k: fix GET_STAT firmware command packet layout
Lennert Buytenhek
2009-11-04
1
-2
/
+0
*
mwl8k: separate driver and device info reporting during probe
Lennert Buytenhek
2009-08-28
1
-9
/
+12
*
mwl8k: missing endian conversion when printing firmware command result
Lennert Buytenhek
2009-08-28
1
-1
/
+1
*
mwl8k: fix pci dma mapping leak in mwl8k_post_cmd() error path
Lennert Buytenhek
2009-08-28
1
-1
/
+4
*
mwl8k: fix inverted error test in mwl8k_bss_info_changed()
Lennert Buytenhek
2009-08-28
1
-1
/
+1
*
mwl8k: update copyright and version number
Lennert Buytenhek
2009-08-20
1
-2
/
+2
*
mwl8k: remove mwl8k_queue_work()
Lennert Buytenhek
2009-08-20
1
-64
/
+0
*
mwl8k: get rid of mwl8k_configure_filter() workqueue use
Lennert Buytenhek
2009-08-20
1
-45
/
+20
[next]