aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwl8k.c
AgeCommit message (Expand)Author
2010-02-22mwl8k: convert to new station add/remove callbacksJohannes Berg
2010-02-16mwl8k: disable softirqs when accessing sta_notify_listPavel Roskin
2010-02-08mwl8k: remove get_tx_stats() mac80211 opKalle Valo
2010-01-26mac80211: wait for beacon before enabling powersaveJohannes Berg
2010-01-12mwl8k: update version number (to 0.12) and copyrightLennert Buytenhek
2010-01-12mwl8k: enable multi-BSS AP operationLennert Buytenhek
2010-01-12mwl8k: post per-vif firmware commands as per-vif commandsLennert Buytenhek
2010-01-12mwl8k: prepare for posting per-vif firmware commandsLennert Buytenhek
2010-01-12mwl8k: convert the priv->vif pointer to a list of vifsLennert Buytenhek
2010-01-12mwl8k: use firmware capability field to decide which bands to registerLennert Buytenhek
2010-01-12mwl8k: allow selecting 5 GHz channelsLennert Buytenhek
2010-01-12mwl8k: handle 5 GHz legacy rate bitmaps in firmware commandsLennert Buytenhek
2010-01-12mwl8k: properly set receive status rate index on 5 GHz receiveLennert Buytenhek
2010-01-12mwl8k: add 5 GHz band channels and ratesLennert Buytenhek
2010-01-12mwl8k: move responsibility for initialising wiphy bands to GET_HW_SPECLennert Buytenhek
2010-01-12mwl8k: rename 2.4 GHz band/channels/rates related variables from FOO to FOO_24Lennert Buytenhek
2010-01-12mwl8k: add another 88w8366 PCI IDLennert Buytenhek
2010-01-12mwl8k: simplify sequence number assignmentLennert Buytenhek
2010-01-12mwl8k: don't call SET_AID if we're not associatedLennert Buytenhek
2010-01-12mwl8k: remove (mostly) write-only variable priv->current_channelLennert Buytenhek
2010-01-12mwl8k: update MODULE_FIRMWARE tagsLennert Buytenhek
2010-01-12mwl8k: move receive processing to taskletLennert Buytenhek
2010-01-12mwl8k: keep TX_DONE interrupt masked while transmit reclaim is runningLennert Buytenhek
2010-01-12mwl8k: allow limiting the amount of transmit reclaim doneLennert Buytenhek
2010-01-12mwl8k: basic AP interface supportLennert Buytenhek
2010-01-12mwl8k: correctly set the mac_type field for AP SET_MAC_ADDRLennert Buytenhek
2010-01-12mwl8k: implement AP firmware station database maintenanceLennert Buytenhek
2010-01-12mwl8k: add the AP version of USE_FIXED_RATELennert Buytenhek
2010-01-12mwl8k: simplify mwl8k_cmd_use_fixed_rate()Lennert Buytenhek
2010-01-12mwl8k: bump the transmit wait timeout to 5 secondsLennert Buytenhek
2010-01-12mwl8k: undo transmit queue 0/1 swapping in mwl8k_cmd_set_edca_params()Lennert Buytenhek
2010-01-12mwl8k: minor cleanupsLennert Buytenhek
2010-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville
2010-01-05mwl8k: pass GET_HW_SPEC capability bitmask up the stackLennert Buytenhek
2010-01-05mwl8k: trivial rx-only ampdu implementationLennert Buytenhek
2010-01-05mwl8k: pass in HT capabilities and rates when associatingLennert Buytenhek
2010-01-05mwl8k: allow setting HT channelsLennert Buytenhek
2010-01-05mwl8k: add support for 88w8363 in STA modeLennert Buytenhek
2010-01-05mwl8k: fix changed flags handling in mwl8k_bss_info_changed()Lennert Buytenhek
2010-01-05mwl8k: honor peer rate setLennert Buytenhek
2010-01-05mwl8k: move ->peer_id from mwl8k_vif to mwl8k_staLennert Buytenhek
2010-01-05mwl8k: remove mwl8k_vif::bssid, which is now uselessLennert Buytenhek
2010-01-05mwl8k: handle station database update for AP's sta entry via ->sta_notify()Lennert Buytenhek
2010-01-05mwl8k: move struct peer_capability_info to its only userLennert Buytenhek
2010-01-05mwl8k: make the tx ring drain status messages somewhat more friendlyLennert Buytenhek
2010-01-05mwl8k: prevent freeing free IRQ if ieee80211_register_hw() failsLennert Buytenhek
2010-01-05mwl8k: bail out if there is no AP firmware image support for this chipLennert Buytenhek
2010-01-05mwl8k: update version number to 0.11Lennert Buytenhek
2010-01-04mwl8k: fix configure_filter() memory leak on errorLennert Buytenhek
2009-12-28mac80211: remove struct ieee80211_if_init_confJohannes Berg