aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwl8k.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-05mwl8k: move ->peer_id from mwl8k_vif to mwl8k_staLennert Buytenhek1-52/+67
2010-01-05mwl8k: remove mwl8k_vif::bssid, which is now uselessLennert Buytenhek1-14/+5
2010-01-05mwl8k: handle station database update for AP's sta entry via ->sta_notify()Lennert Buytenhek1-9/+73
2010-01-05mwl8k: move struct peer_capability_info to its only userLennert Buytenhek1-48/+43
2010-01-05mwl8k: make the tx ring drain status messages somewhat more friendlyLennert Buytenhek1-2/+2
2010-01-05mwl8k: prevent freeing free IRQ if ieee80211_register_hw() failsLennert Buytenhek1-1/+1
2010-01-05mwl8k: bail out if there is no AP firmware image support for this chipLennert Buytenhek1-2/+9
2010-01-05mwl8k: update version number to 0.11Lennert Buytenhek1-1/+1
2010-01-04mwl8k: fix configure_filter() memory leak on errorLennert Buytenhek1-1/+3
2009-12-28mac80211: remove struct ieee80211_if_init_confJohannes Berg1-7/+7
2009-12-28mwl8k: remove duplicate local per-vif copy of ieee80211_bss_confLennert Buytenhek1-22/+16
2009-12-28mwl8k: remove unused mwl8k_vif::privLennert Buytenhek1-6/+0
2009-12-28mwl8k: fix up AP vs. STA firmware image receive descriptor handlingLennert Buytenhek1-64/+60
2009-12-28mwl8k: do rx/tx ring initialisation after loading firmwareLennert Buytenhek1-47/+57
2009-12-28mwl8k: get rid of the struct mwl8k_firmware abstractionLennert Buytenhek1-17/+9
2009-12-28mwl8k: add 2.4GHz channels 12, 13 and 14Lennert Buytenhek1-0/+3
2009-12-28mwl8k: initialize the mwl8k_info_tbl table using the MWL* enumsLennert Buytenhek1-2/+2
2009-12-28mwl8k: inline qos field manipulation functionsLennert Buytenhek1-41/+10
2009-12-28mwl8k: get rid of the AMSDU check in the transmit pathLennert Buytenhek1-11/+0
2009-12-28mwl8k: hw is never NULL in mwl8k_set_radio_preamble()Lennert Buytenhek1-5/+1
2009-12-28mwl8k: firmware command code cleanupLennert Buytenhek1-324/+323
2009-12-07mwl8k: don't complain about oversized beacons in FINALIZE_JOINLennert Buytenhek1-21/+8
2009-12-07mwl8k: don't overwrite mwl8k_vif::bssid until after disassociationLennert Buytenhek1-3/+2
2009-12-07mwl8k: struct ieee80211_rx_status::qual is deprecatedLennert Buytenhek1-1/+0
2009-12-07mwl8k: don't forget to call pci_disable_device()Lennert Buytenhek1-1/+3
2009-12-07mwl8k: increase firmware loading timeoutsLennert Buytenhek1-3/+2
2009-12-07mwl8k: allow more time for transmit rings to drainLennert Buytenhek1-60/+67
2009-12-07mwl8k: allow more time for firmware commands to completeLennert Buytenhek1-2/+11
2009-12-07mwl8k: properly report rate on received 40MHz packetsLennert Buytenhek1-2/+8
2009-12-07mwl8k: fix addr4 zeroing and payload overwrite on DMA header creationLennert Buytenhek1-14/+15
2009-12-07mwl8k: prevent corruption of QoS field on receiveLennert Buytenhek1-15/+31
2009-12-07mwl8k: fix UPDATE_STADB command struct legacy_rates array lengthLennert Buytenhek1-38/+13
2009-12-07mwl8k: fix MCS bitmap size in SET_RATE commandLennert Buytenhek1-4/+3
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-2/+2
2009-11-11mwl8k: declare MODULE_FIRMWAREBen Hutchings1-0/+3
2009-11-06mwl8k: use integral index instead of pointer for driver_dataJohn W. Linville1-24/+23
2009-11-06mwl8k: add support for the 88w8366Lennert Buytenhek1-1/+94
2009-11-06mwl8k: implement AP firmware EDCA parameter configurationLennert Buytenhek1-12/+37
2009-11-06mwl8k: add AP firmware (mbss) handling to mwl8k_set_mac_addr()Lennert Buytenhek1-2/+14
2009-11-06mwl8k: add AP firmware handling to ->start()Lennert Buytenhek1-8/+10
2009-11-06mwl8k: add AP firmware handling to ->configure_filter()Lennert Buytenhek1-0/+10
2009-11-06mwl8k: implement AP firmware antenna configurationLennert Buytenhek1-2/+42
2009-11-06mwl8k: add the commands used for AP firmware initialisationLennert Buytenhek1-1/+132
2009-11-06mwl8k: rename mwl8k_cmd_get_hw_spec() to mwl8k_cmd_get_hw_spec_sta()Lennert Buytenhek1-5/+5
2009-11-06mwl8k: set ->interface_modes from the driver dataLennert Buytenhek1-1/+3
2009-11-06mwl8k: allow for different receive descriptor formatsLennert Buytenhek1-61/+119
2009-11-06mwl8k: use pci_unmap_addr{,set}() to keep track of unmap addresses on rxLennert Buytenhek1-25/+30
2009-11-06mwl8k: handle loading AP firmware imagesLennert Buytenhek1-4/+19
2009-11-06mwl8k: spell out the names of firmware images in the pci driver dataLennert Buytenhek1-21/+22
2009-11-06mwl8k: change pci id table driver data to a structure pointerLennert Buytenhek1-17/+30