aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43legacy (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-09b44/b43/b43legacy: Fix switch warnings introduced by SSB-SDIOMichael Buesch1-2/+6
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet1-1/+0
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg1-3/+1
2009-08-04b43legacy: Work around mac80211 race conditionLarry Finger1-6/+16
2009-08-04mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez1-4/+4
2009-07-10mac80211: push rx status into skb->cbJohannes Berg1-1/+2
2009-07-07b43/b43legacy: fix radio LED initializationLarry Finger2-2/+6
2009-06-10b43/legacy: port to cfg80211 rfkillJohannes Berg7-172/+30
2009-06-03rfkill: rewriteJohannes Berg4-91/+43
2009-05-20b43/legacy: fix beacon change processingJohannes Berg1-12/+9
2009-05-20b43legacy: Remove unnecessary MMIO in interrupt hotpathStefano Brivio3-59/+25
2009-05-06mac80211: unify config_interface and bss_info_changedJohannes Berg1-39/+24
2009-05-06mac80211: clean up beacon interval settingsJohannes Berg1-5/+5
2009-04-22b43legacy: Clean up beacon IRQLarry Finger4-51/+121
2009-04-22b43legacy: Fixes for beaconingLarry Finger2-8/+43
2009-04-22b43legacy: Do not select HW_RANDOMLarry Finger3-2/+16
2009-04-22rfkill: remove user_claim stuffJohannes Berg1-1/+0
2009-04-07dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)Yang Hongyang1-3/+3
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-4/+4
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-3/+3
2009-02-09b43legacy: fix led namingDanny Kukawka1-4/+4
2009-01-29wireless: restrict to 32 legacy ratesJohannes Berg1-1/+1
2009-01-13b43legacy: fix "‘up_dev’ may be used uninitialized" warningJohn W. Linville1-1/+1
2008-12-12b43legacy: Fix sparse warningsLarry Finger2-5/+3
2008-11-21b43legacy: implement short slot and basic rate handlingJohannes Berg2-13/+103
2008-11-10b43legacy: reindent misleading statementIlpo Järvinen1-1/+1
2008-11-10b43/legacy: remove SSID codeJohannes Berg1-24/+0
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg5-25/+82
2008-10-31mac80211: make retry limits part of hw configJohannes Berg1-37/+22
2008-10-31mac80211: introduce hw config change flagsJohannes Berg1-1/+2
2008-10-31mac80211: kill hw.conf.antenna_sel_{rx,tx}Johannes Berg1-16/+2
2008-10-06mac80211: add multi-rate retry supportFelix Fietkau2-1/+2
2008-10-06mac80211: free up 2 bytes in skb->cbFelix Fietkau1-2/+2
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-18/+0
2008-09-16Revert "b43/b43legacy: add RFKILL_STATE_HARD_BLOCKED support"Linus Torvalds1-18/+0
2008-09-15mac80211: share STA information with driverJohannes Berg1-1/+1
2008-09-15mac80211: use nl80211 interface typesJohannes Berg2-17/+17
2008-09-11b43legacy: Fix to enhance TX speedEhud Gavron1-13/+19
2008-09-11b43legacy: Fix failure in rate-adjustment mechanismLarry Finger1-1/+1
2008-09-05cfg80211: keep track of supported interface modesLuis R. Rodriguez1-0/+5
2008-08-29wireless: remove unused #include <version.h>Huang Weiyi1-1/+0
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-08-22b43legacy: use le16 frame control directly, avoid byteswappingHarvey Harrison1-3/+1
2008-07-29mac80211: partially fix skb->cb useJohannes Berg1-1/+1
2008-07-29b43legacy: Release mutex in error handling codeJulia Lawall1-1/+1
2008-07-29mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flagJohannes Berg1-2/+1
2008-07-14mac80211: fix TX sequence numbersJohannes Berg1-2/+1
2008-07-14mac80211: revamp beacon configurationJohannes Berg1-28/+17
2008-07-08b43legacy: Remove switch statement with 64-bit indexLarry Finger1-15/+51
2008-06-30b43/b43legacy: add RFKILL_STATE_HARD_BLOCKED supportAdel Gadllah1-0/+18