aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwl8k.c
AgeCommit message (Expand)Author
2010-11-16mwl8k: use const struct fw pointers throughoutBrian Cavagnolo
2010-11-16mwl8k: make initial firmware load asynchronousBrian Cavagnolo
2010-11-16mwl8k: add API version checking for AP firmwareBrian Cavagnolo
2010-11-16mwl8k: choose proper firmware image as directed by userBrian Cavagnolo
2010-11-16mwl8k: factor out firmware loading and hw init codeBrian Cavagnolo
2010-11-16mwl8k: rf_tx_power cmd not supported by AP firmware APIv1Nishant Sarmukadam
2010-11-16mwl8k: revert unnecessary modification of tx descriptorBrian Cavagnolo
2010-11-15mwl8k: force AP mode to use non-AMPDU framesNishant Sarmukadam
2010-08-18drivers/net/wireless: Restore upper case words in wiphy_<level> messagesJoe Perches
2010-07-29mwl8k: add get_survey callback in order to get channel noiseJohn W. Linville
2010-07-27drivers/net/wireless: Use wiphy_<level>Joe Perches
2010-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...John W. Linville
2010-07-20mwl8k: correct/silence sparse warningsJohn W. Linville
2010-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-06-03drivers/net: use __packed annotationEric Dumazet
2010-06-02mwl8k: use the dma state API instead of the pci equivalentsFUJITA Tomonori
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-04-30mac80211: remove deprecated noise field from ieee80211_rx_statusJohn W. Linville
2010-04-28mwl8k: remove usage of deprecated noise valueJohn W. Linville
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30Add a pci-id to the mwl8k driverBenjamin Larsson
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
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