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