aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwl8k.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-6/+6
2010-06-03drivers/net: use __packed annotationEric Dumazet1-33/+33
2010-06-02mwl8k: use the dma state API instead of the pci equivalentsFUJITA Tomonori1-6/+6
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-4/+2
2010-04-30mac80211: remove deprecated noise field from ieee80211_rx_statusJohn W. Linville1-2/+2
2010-04-28mwl8k: remove usage of deprecated noise valueJohn W. Linville1-2/+0
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-12/+12
2010-03-30Add a pci-id to the mwl8k driverBenjamin Larsson1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-22mwl8k: convert to new station add/remove callbacksJohannes Berg1-84/+22
2010-02-16mwl8k: disable softirqs when accessing sta_notify_listPavel Roskin1-2/+2
2010-02-08mwl8k: remove get_tx_stats() mac80211 opKalle Valo1-28/+7
2010-01-26mac80211: wait for beacon before enabling powersaveJohannes Berg1-5/+9
2010-01-12mwl8k: update version number (to 0.12) and copyrightLennert Buytenhek1-2/+2
2010-01-12mwl8k: enable multi-BSS AP operationLennert Buytenhek1-14/+56
2010-01-12mwl8k: post per-vif firmware commands as per-vif commandsLennert Buytenhek1-23/+26
2010-01-12mwl8k: prepare for posting per-vif firmware commandsLennert Buytenhek1-1/+16
2010-01-12mwl8k: convert the priv->vif pointer to a list of vifsLennert Buytenhek1-16/+35
2010-01-12mwl8k: use firmware capability field to decide which bands to registerLennert Buytenhek1-6/+25
2010-01-12mwl8k: allow selecting 5 GHz channelsLennert Buytenhek1-0/+2
2010-01-12mwl8k: handle 5 GHz legacy rate bitmaps in firmware commandsLennert Buytenhek1-5/+25
2010-01-12mwl8k: properly set receive status rate index on 5 GHz receiveLennert Buytenhek1-2/+14
2010-01-12mwl8k: add 5 GHz band channels and ratesLennert Buytenhek1-0/+41
2010-01-12mwl8k: move responsibility for initialising wiphy bands to GET_HW_SPECLennert Buytenhek1-11/+24
2010-01-12mwl8k: rename 2.4 GHz band/channels/rates related variables from FOO to FOO_24Lennert Buytenhek1-39/+37
2010-01-12mwl8k: add another 88w8366 PCI IDLennert Buytenhek1-0/+1
2010-01-12mwl8k: simplify sequence number assignmentLennert Buytenhek1-4/+2
2010-01-12mwl8k: don't call SET_AID if we're not associatedLennert Buytenhek1-3/+4
2010-01-12mwl8k: remove (mostly) write-only variable priv->current_channelLennert Buytenhek1-7/+1
2010-01-12mwl8k: update MODULE_FIRMWARE tagsLennert Buytenhek1-3/+7
2010-01-12mwl8k: move receive processing to taskletLennert Buytenhek1-10/+37
2010-01-12mwl8k: keep TX_DONE interrupt masked while transmit reclaim is runningLennert Buytenhek1-31/+46
2010-01-12mwl8k: allow limiting the amount of transmit reclaim doneLennert Buytenhek1-9/+13
2010-01-12mwl8k: basic AP interface supportLennert Buytenhek1-13/+158
2010-01-12mwl8k: correctly set the mac_type field for AP SET_MAC_ADDRLennert Buytenhek1-1/+4
2010-01-12mwl8k: implement AP firmware station database maintenanceLennert Buytenhek1-17/+117
2010-01-12mwl8k: add the AP version of USE_FIXED_RATELennert Buytenhek1-0/+41
2010-01-12mwl8k: simplify mwl8k_cmd_use_fixed_rate()Lennert Buytenhek1-66/+22
2010-01-12mwl8k: bump the transmit wait timeout to 5 secondsLennert Buytenhek1-1/+1
2010-01-12mwl8k: undo transmit queue 0/1 swapping in mwl8k_cmd_set_edca_params()Lennert Buytenhek1-6/+0
2010-01-12mwl8k: minor cleanupsLennert Buytenhek1-17/+10
2010-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+3
2010-01-05mwl8k: pass GET_HW_SPEC capability bitmask up the stackLennert Buytenhek1-0/+64
2010-01-05mwl8k: trivial rx-only ampdu implementationLennert Buytenhek1-0/+17
2010-01-05mwl8k: pass in HT capabilities and rates when associatingLennert Buytenhek1-15/+20
2010-01-05mwl8k: allow setting HT channelsLennert Buytenhek1-5/+13
2010-01-05mwl8k: add support for 88w8363 in STA modeLennert Buytenhek1-1/+9