summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/adm8211.c
Commit message (Expand)AuthorAgeFilesLines
* adm8211: fix memory leakKulikov Vasiliy2010-07-121-1/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | net: convert multicast list to list_headJiri Pirko2010-04-031-7/+5Star
|/
* Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-02-151-13/+0Star
|\
| * adm821: remove get_tx_stats() mac80211 opKalle Valo2010-02-081-13/+0Star
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-081-1/+1
|/
* mac80211: remove struct ieee80211_if_init_confJohannes Berg2009-12-281-6/+6
* drivers/net/adm8211.c: remove exceptional & on function nameJulia Lawall2009-11-181-1/+1
* mac80211: allow configure_filter callback to sleepJohannes Berg2009-08-201-14/+28
* adm8211: remove uneeded code during suspend/resumeLuis R. Rodriguez2009-07-241-17/+0Star
* mac80211: push rx status into skb->cbJohannes Berg2009-07-101-1/+2
* mac80211: unify config_interface and bss_info_changedJohannes Berg2009-05-061-6/+8
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* adm8211: remove SSID codeJohannes Berg2008-11-101-23/+0Star
* mac80211/drivers: rewrite the rate control APIJohannes Berg2008-11-011-10/+11
* mac80211: introduce hw config change flagsJohannes Berg2008-11-011-1/+2
* net: convert print_mac to %pMJohannes Berg2008-10-281-3/+2Star
* mac80211: use nl80211 interface typesJohannes Berg2008-09-151-11/+11
* cfg80211: keep track of supported interface modesLuis R. Rodriguez2008-09-051-0/+1
* adm8211: remove unnecessary protected bit mask/checkHarvey Harrison2008-06-261-8/+1Star
* mac80211: move TX info into skb->cbJohannes Berg2008-05-221-17/+14Star
* mac80211: use rate index in TX controlJohannes Berg2008-05-221-3/+3
* mac80211: let drivers wake but not start queuesJohannes Berg2008-05-221-1/+1
* mac80211: use hardware flags for signal/noise unitsBruno Randolf2008-05-141-3/+4
* mac80211: clean up get_tx_stats callbackJohannes Berg2008-05-071-4/+3Star
* adm8211: remove commented-out codePavel Machek2008-04-081-7/+0Star
* adm8211: fix cfg80211 band API conversionJohannes Berg2008-02-291-0/+2
* adm8211: fix sparse warningsJohannes Berg2008-02-291-8/+4Star
* cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg2008-02-291-35/+45
* mac80211: dont use interface indices in driversJohannes Berg2008-01-291-1/+2
* misc wireless annotationsAl Viro2008-01-291-4/+4
* [MAC80211]: add "invalid" interface typeJohannes Berg2007-10-111-4/+4
* [PATCH] adm8211: Detect interface up/down in suspend/resume hooks correctlyMichael Wu2007-10-111-3/+5
* [PATCH] adm8211: Pass all TXed frames to tx_status_irqsafeMichael Wu2007-10-111-14/+13Star
* [PATCH] adm8211: Use revision from pci_devMichael Wu2007-10-111-23/+21Star
* [PATCH] adm8211: kill version printksMichael Wu2007-10-111-15/+0Star
* [PATCH] adm8211: Improve writing of mac addrs to registersMichael Wu2007-10-111-4/+3Star
* [PATCH] adm8211: kill interrupt loopMichael Wu2007-10-111-45/+39Star
* [PATCH] mac80211: revamp interface and filter configurationJohannes Berg2007-10-111-66/+78
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-2/+3
* [PATCH] Add adm8211 802.11b wireless driverMichael Wu2007-10-111-0/+2063