Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
3be522a9514f58e0596db34898a514df206cadc5
/
drivers
/
net
/
wireless
/
mwl8k.c
16cec43
mwl8k: don't complain about oversized beacons in FINALIZE_JOIN
by Lennert Buytenhek
· 15 years ago
d1844d7
mwl8k: don't overwrite mwl8k_vif::bssid until after disassociation
by Lennert Buytenhek
· 15 years ago
d8a8dd8
mwl8k: struct ieee80211_rx_status::qual is deprecated
by Lennert Buytenhek
· 15 years ago
3db95e5
mwl8k: don't forget to call pci_disable_device()
by Lennert Buytenhek
· 15 years ago
89b872e
mwl8k: increase firmware loading timeouts
by Lennert Buytenhek
· 15 years ago
7e1112d
mwl8k: allow more time for transmit rings to drain
by Lennert Buytenhek
· 15 years ago
0c9cc64
mwl8k: allow more time for firmware commands to complete
by Lennert Buytenhek
· 15 years ago
8e9f33f
mwl8k: properly report rate on received 40MHz packets
by Lennert Buytenhek
· 15 years ago
ca00930
mwl8k: fix addr4 zeroing and payload overwrite on DMA header creation
by Lennert Buytenhek
· 15 years ago
20f09c3
mwl8k: prevent corruption of QoS field on receive
by Lennert Buytenhek
· 15 years ago
140eb5e
mwl8k: fix UPDATE_STADB command struct legacy_rates array length
by Lennert Buytenhek
· 15 years ago
0b5351a
mwl8k: fix MCS bitmap size in SET_RATE command
by Lennert Buytenhek
· 15 years ago
a0607fd
drivers/net: request_irq - Remove unnecessary leading & from second arg
by Joe Perches
· 15 years ago
7e75b94
mwl8k: declare MODULE_FIRMWARE
by Ben Hutchings
· 15 years ago
bcb628d
mwl8k: use integral index instead of pointer for driver_data
by John W. Linville
· 15 years ago
6f6d1e9
mwl8k: add support for the 88w8366
by Lennert Buytenhek
· 15 years ago
2e484c8
mwl8k: implement AP firmware EDCA parameter configuration
by Lennert Buytenhek
· 15 years ago
259a8e7
mwl8k: add AP firmware (mbss) handling to mwl8k_set_mac_addr()
by Lennert Buytenhek
· 15 years ago
5e4cf16
mwl8k: add AP firmware handling to ->start()
by Lennert Buytenhek
· 15 years ago
c0adae2
mwl8k: add AP firmware handling to ->configure_filter()
by Lennert Buytenhek
· 15 years ago
08b0634
mwl8k: implement AP firmware antenna configuration
by Lennert Buytenhek
· 15 years ago
42fba21
mwl8k: add the commands used for AP firmware initialisation
by Lennert Buytenhek
· 15 years ago
04b147b
mwl8k: rename mwl8k_cmd_get_hw_spec() to mwl8k_cmd_get_hw_spec_sta()
by Lennert Buytenhek
· 15 years ago
547810e
mwl8k: set ->interface_modes from the driver data
by Lennert Buytenhek
· 15 years ago
54bc3a0
mwl8k: allow for different receive descriptor formats
by Lennert Buytenhek
· 15 years ago
788838e
mwl8k: use pci_unmap_addr{,set}() to keep track of unmap addresses on rx
by Lennert Buytenhek
· 15 years ago
eae74e6
mwl8k: handle loading AP firmware images
by Lennert Buytenhek
· 15 years ago
a74b295
mwl8k: spell out the names of firmware images in the pci driver data
by Lennert Buytenhek
· 15 years ago
45a390d
mwl8k: change pci id table driver data to a structure pointer
by Lennert Buytenhek
· 15 years ago
5b9482d
mwl8k: pci BAR mapping changes
by Lennert Buytenhek
· 15 years ago
45eb400
mwl8k: shorten receive/transmit state variable names
by Lennert Buytenhek
· 15 years ago
a43c49a
mwl8k: add support for enabling hardware sniffer mode
by Lennert Buytenhek
· 15 years ago
5dfd3e2
mwl8k: report rate and other information for received frames
by Lennert Buytenhek
· 15 years ago
22995b2
mwl8k: clarify WME transmit queue 0/1 swizzling
by Lennert Buytenhek
· 15 years ago
3d76e82
mwl8k: use cond_resched() when loading firmware blocks
by Lennert Buytenhek
· 15 years ago
32060e1
mwl8k: clear hardware MAC address if no STA interface configured
by Lennert Buytenhek
· 15 years ago
77165d8
mwl8k: enforce FIF_BCN_PRBRESP_PROMISC when no STA interfaces are active
by Lennert Buytenhek
· 15 years ago
447ced0
mwl8k: implement FIF_ALLMULTI
by Lennert Buytenhek
· 15 years ago
3779752
mwl8k: use the mac80211-provided workqueue instead of creating our own
by Lennert Buytenhek
· 15 years ago
d5e3084
mwl8k: fix multicast address filter programming
by Lennert Buytenhek
· 15 years ago
88de754a
mwl8k: minor transmit quiescing rework
by Lennert Buytenhek
· 15 years ago
c2c357c
mwl8k: coding style cleanups
by Lennert Buytenhek
· 15 years ago
8848fd2
mwl8k: fix GET_STAT firmware command packet layout
by Lennert Buytenhek
· 15 years ago
2aa7b01
mwl8k: separate driver and device info reporting during probe
by Lennert Buytenhek
· 15 years ago
76c962a
mwl8k: missing endian conversion when printing firmware command result
by Lennert Buytenhek
· 15 years ago
39a1e42
mwl8k: fix pci dma mapping leak in mwl8k_post_cmd() error path
by Lennert Buytenhek
· 15 years ago
942457d
mwl8k: fix inverted error test in mwl8k_bss_info_changed()
by Lennert Buytenhek
· 15 years ago
a145d57
mwl8k: update copyright and version number
by Lennert Buytenhek
· 15 years ago
ab56579
mwl8k: remove mwl8k_queue_work()
by Lennert Buytenhek
· 15 years ago
e6935ea
mwl8k: get rid of mwl8k_configure_filter() workqueue use
by Lennert Buytenhek
· 15 years ago
954ef50
mwl8k: get rid of mwl8k_get_stats() workqueue use
by Lennert Buytenhek
· 15 years ago
3e4f542
mwl8k: get rid of mwl8k_conf_tx() workqueue use
by Lennert Buytenhek
· 15 years ago
733d306
mwl8k: get rid of mwl8k_set_rts_threshold() workqueue use
by Lennert Buytenhek
· 15 years ago
3a980d0
mwl8k: get rid of mwl8k_bss_info_changed() workqueue use
by Lennert Buytenhek
· 15 years ago
ee03a93
mwl8k: get rid of mwl8k_config() workqueue use
by Lennert Buytenhek
· 15 years ago
d3cea0b
mwl8k: get rid of mwl8k_stop() workqueue use
by Lennert Buytenhek
· 15 years ago
2ec610c
mwl8k: get rid of mwl8k_start() workqueue use
by Lennert Buytenhek
· 15 years ago
618952a
mwl8k: fix firmware command serialisation
by Lennert Buytenhek
· 15 years ago
950d5b0
mwl8k: mwl8k_queue_work() cleanup
by Lennert Buytenhek
· 15 years ago
23b3390
mwl8k: mwl8k_txq_xmit() rework
by Lennert Buytenhek
· 15 years ago
7595d67
mwl8k: implement idle mode
by Lennert Buytenhek
· 15 years ago
361c55c
mwl8k: no need to hold ->tx_lock while setting the hardware interrupt mask
by Lennert Buytenhek
· 15 years ago
c3f967d
mwl8k: don't hardcode the number of transmit queues
by Lennert Buytenhek
· 15 years ago
d4b70570
mwl8k: don't touch 'command done' interrupt during firmware load
by Lennert Buytenhek
· 15 years ago
76266b2
mwl8k: dma header manipulations can't fail
by Lennert Buytenhek
· 15 years ago
240e86e
mwl8k: ->add_interface() is not called for monitor interfaces
by Lennert Buytenhek
· 15 years ago
e81cd2d
mwl8k: fix mwl8k_configure_filter() parameter lifetime issue
by Lennert Buytenhek
· 15 years ago
5539bb5
mwl8k: remove MWL8K_*_SLOTTIME defines
by Lennert Buytenhek
· 15 years ago
0439b1f
mwl8k: remove MWL8K_WMM_* defines
by Lennert Buytenhek
· 15 years ago
68ce388
mwl8k: remove MWL8K_RADIO_*_PREAMBLE defines
by Lennert Buytenhek
· 15 years ago
c46563b
mwl8k: remove MWL8K_RADIO_* defines
by Lennert Buytenhek
· 15 years ago
ce9e2e1
mwl8k: various coding style cleanups
by Lennert Buytenhek
· 15 years ago
ff45fc6
mwl8k: sort firmware command list by opcode, and trim unused commands
by Lennert Buytenhek
· 15 years ago
d89173f
mwl8k: s/IEEE80211_ADDR_LEN/ETH_ALEN/g
by Lennert Buytenhek
· 15 years ago
c23b5a6
mwl8k: remove various unused struct members and defines
by Lennert Buytenhek
· 15 years ago
f424afa
mac80211: remove deprecated API
by Johannes Berg
· 15 years ago
3ac64be
mac80211: allow configure_filter callback to sleep
by Johannes Berg
· 15 years ago
aa11d95
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
60aa569
mwl8k: prevent module unload hang
by Lennert Buytenhek
· 15 years ago
a94cc97
mwl8k: prevent crash in ->configure_filter() if no interface was added
by Lennert Buytenhek
· 15 years ago
37055bd
mwl8k: call pci_unmap_single() before accessing command structure again
by Lennert Buytenhek
· 15 years ago
4ff6432
mwl8k: add various missing GET_HW_SPEC endian conversions
by Lennert Buytenhek
· 15 years ago
d25f9f1
mwl8k: fix NULL pointer dereference on receive out-of-memory
by Lennert Buytenhek
· 15 years ago
e91d833
wireless: remove print_mac uses
by Johannes Berg
· 15 years ago
f1d58c2
mac80211: push rx status into skb->cb
by Johannes Berg
· 15 years ago
9ed6bcc
mac80211: move HT operation mode BSS info
by Johannes Berg
· 16 years ago
2d0ddec
mac80211: unify config_interface and bss_info_changed
by Johannes Berg
· 16 years ago
c491bf1
mwl8: fix build warning.
by Rami Rosen
· 16 years ago
230f7af
mwl8k: fix module re-insertion bug
by Joerg Albert
· 16 years ago
a66098d
mwl8k: Marvell TOPDOG wireless driver
by Lennert Buytenhek
· 16 years ago