summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwl8k.c
Commit message (Expand)AuthorAgeFilesLines
...
| * mwl8k: fix configure_filter() memory leak on errorLennert Buytenhek2010-01-041-1/+3
* | mwl8k: pass GET_HW_SPEC capability bitmask up the stackLennert Buytenhek2010-01-051-0/+64
* | mwl8k: trivial rx-only ampdu implementationLennert Buytenhek2010-01-051-0/+17
* | mwl8k: pass in HT capabilities and rates when associatingLennert Buytenhek2010-01-051-15/+20
* | mwl8k: allow setting HT channelsLennert Buytenhek2010-01-051-5/+13
* | mwl8k: add support for 88w8363 in STA modeLennert Buytenhek2010-01-051-1/+9
* | mwl8k: fix changed flags handling in mwl8k_bss_info_changed()Lennert Buytenhek2010-01-051-19/+33
* | mwl8k: honor peer rate setLennert Buytenhek2010-01-051-14/+43
* | mwl8k: move ->peer_id from mwl8k_vif to mwl8k_staLennert Buytenhek2010-01-051-52/+67
* | mwl8k: remove mwl8k_vif::bssid, which is now uselessLennert Buytenhek2010-01-051-14/+5
* | mwl8k: handle station database update for AP's sta entry via ->sta_notify()Lennert Buytenhek2010-01-051-9/+73
* | mwl8k: move struct peer_capability_info to its only userLennert Buytenhek2010-01-051-48/+43
* | mwl8k: make the tx ring drain status messages somewhat more friendlyLennert Buytenhek2010-01-051-2/+2
* | mwl8k: prevent freeing free IRQ if ieee80211_register_hw() failsLennert Buytenhek2010-01-051-1/+1
* | mwl8k: bail out if there is no AP firmware image support for this chipLennert Buytenhek2010-01-051-2/+9
* | mwl8k: update version number to 0.11Lennert Buytenhek2010-01-051-1/+1
* | mac80211: remove struct ieee80211_if_init_confJohannes Berg2009-12-281-7/+7
* | mwl8k: remove duplicate local per-vif copy of ieee80211_bss_confLennert Buytenhek2009-12-281-22/+16
* | mwl8k: remove unused mwl8k_vif::privLennert Buytenhek2009-12-281-6/+0
* | mwl8k: fix up AP vs. STA firmware image receive descriptor handlingLennert Buytenhek2009-12-281-64/+60
* | mwl8k: do rx/tx ring initialisation after loading firmwareLennert Buytenhek2009-12-281-47/+57
* | mwl8k: get rid of the struct mwl8k_firmware abstractionLennert Buytenhek2009-12-281-17/+9
* | mwl8k: add 2.4GHz channels 12, 13 and 14Lennert Buytenhek2009-12-281-0/+3
* | mwl8k: initialize the mwl8k_info_tbl table using the MWL* enumsLennert Buytenhek2009-12-281-2/+2
* | mwl8k: inline qos field manipulation functionsLennert Buytenhek2009-12-281-41/+10
* | mwl8k: get rid of the AMSDU check in the transmit pathLennert Buytenhek2009-12-281-11/+0
* | mwl8k: hw is never NULL in mwl8k_set_radio_preamble()Lennert Buytenhek2009-12-281-5/+1
* | mwl8k: firmware command code cleanupLennert Buytenhek2009-12-281-324/+323
|/
* mwl8k: don't complain about oversized beacons in FINALIZE_JOINLennert Buytenhek2009-12-071-21/+8
* mwl8k: don't overwrite mwl8k_vif::bssid until after disassociationLennert Buytenhek2009-12-071-3/+2
* mwl8k: struct ieee80211_rx_status::qual is deprecatedLennert Buytenhek2009-12-071-1/+0
* mwl8k: don't forget to call pci_disable_device()Lennert Buytenhek2009-12-071-1/+3
* mwl8k: increase firmware loading timeoutsLennert Buytenhek2009-12-071-3/+2
* mwl8k: allow more time for transmit rings to drainLennert Buytenhek2009-12-071-60/+67
* mwl8k: allow more time for firmware commands to completeLennert Buytenhek2009-12-071-2/+11
* mwl8k: properly report rate on received 40MHz packetsLennert Buytenhek2009-12-071-2/+8
* mwl8k: fix addr4 zeroing and payload overwrite on DMA header creationLennert Buytenhek2009-12-071-14/+15
* mwl8k: prevent corruption of QoS field on receiveLennert Buytenhek2009-12-071-15/+31
* mwl8k: fix UPDATE_STADB command struct legacy_rates array lengthLennert Buytenhek2009-12-071-38/+13
* mwl8k: fix MCS bitmap size in SET_RATE commandLennert Buytenhek2009-12-071-4/+3
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-181-2/+2
* mwl8k: declare MODULE_FIRMWAREBen Hutchings2009-11-111-0/+3
* mwl8k: use integral index instead of pointer for driver_dataJohn W. Linville2009-11-061-24/+23
* mwl8k: add support for the 88w8366Lennert Buytenhek2009-11-061-1/+94
* mwl8k: implement AP firmware EDCA parameter configurationLennert Buytenhek2009-11-061-12/+37
* mwl8k: add AP firmware (mbss) handling to mwl8k_set_mac_addr()Lennert Buytenhek2009-11-061-2/+14
* mwl8k: add AP firmware handling to ->start()Lennert Buytenhek2009-11-061-8/+10
* mwl8k: add AP firmware handling to ->configure_filter()Lennert Buytenhek2009-11-061-0/+10
* mwl8k: implement AP firmware antenna configurationLennert Buytenhek2009-11-061-2/+42
* mwl8k: add the commands used for AP firmware initialisationLennert Buytenhek2009-11-061-1/+132
OpenPOWER on IntegriCloud