aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/adm8211.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg1-14/+28
2009-07-24adm8211: remove uneeded code during suspend/resumeLuis R. Rodriguez1-17/+0
2009-07-10mac80211: push rx status into skb->cbJohannes Berg1-1/+2
2009-05-06mac80211: unify config_interface and bss_info_changedJohannes Berg1-6/+8
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2008-11-10adm8211: remove SSID codeJohannes Berg1-23/+0
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg1-10/+11
2008-10-31mac80211: introduce hw config change flagsJohannes Berg1-1/+2
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
2008-09-15mac80211: use nl80211 interface typesJohannes Berg1-11/+11
2008-09-05cfg80211: keep track of supported interface modesLuis R. Rodriguez1-0/+1
2008-06-26adm8211: remove unnecessary protected bit mask/checkHarvey Harrison1-8/+1
2008-05-21mac80211: move TX info into skb->cbJohannes Berg1-17/+14
2008-05-21mac80211: use rate index in TX controlJohannes Berg1-3/+3
2008-05-21mac80211: let drivers wake but not start queuesJohannes Berg1-1/+1
2008-05-14mac80211: use hardware flags for signal/noise unitsBruno Randolf1-3/+4
2008-05-07mac80211: clean up get_tx_stats callbackJohannes Berg1-4/+3
2008-04-08adm8211: remove commented-out codePavel Machek1-7/+0
2008-02-29adm8211: fix cfg80211 band API conversionJohannes Berg1-0/+2
2008-02-29adm8211: fix sparse warningsJohannes Berg1-8/+4
2008-02-29cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg1-35/+45
2008-01-28mac80211: dont use interface indices in driversJohannes Berg1-1/+2
2008-01-28misc wireless annotationsAl Viro1-4/+4
2007-10-10[MAC80211]: add "invalid" interface typeJohannes Berg1-4/+4
2007-10-10[PATCH] adm8211: Detect interface up/down in suspend/resume hooks correctlyMichael Wu1-3/+5
2007-10-10[PATCH] adm8211: Pass all TXed frames to tx_status_irqsafeMichael Wu1-14/+13
2007-10-10[PATCH] adm8211: Use revision from pci_devMichael Wu1-23/+21
2007-10-10[PATCH] adm8211: kill version printksMichael Wu1-15/+0
2007-10-10[PATCH] adm8211: Improve writing of mac addrs to registersMichael Wu1-4/+3
2007-10-10[PATCH] adm8211: kill interrupt loopMichael Wu1-45/+39
2007-10-10[PATCH] mac80211: revamp interface and filter configurationJohannes Berg1-66/+78
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-2/+3
2007-10-10[PATCH] Add adm8211 802.11b wireless driverMichael Wu1-0/+2063