summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43legacy
Commit message (Expand)AuthorAgeFilesLines
* b43/legacy: Fix usage of host_pci pointerMichael Buesch2009-10-271-2/+2
* b44/b43/b43legacy: Fix switch warnings introduced by SSB-SDIOMichael Buesch2009-09-091-2/+6
* drivers: Kill now superfluous ->last_rx storesEric Dumazet2009-09-031-1/+0Star
* mac80211: allow configure_filter callback to sleepJohannes Berg2009-08-201-3/+1Star
* b43legacy: Work around mac80211 race conditionLarry Finger2009-08-041-6/+16
* mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez2009-08-041-4/+4
* mac80211: push rx status into skb->cbJohannes Berg2009-07-101-1/+2
* b43/b43legacy: fix radio LED initializationLarry Finger2009-07-072-2/+6
* b43/legacy: port to cfg80211 rfkillJohannes Berg2009-06-107-172/+30Star
* rfkill: rewriteJohannes Berg2009-06-034-91/+43Star
* b43/legacy: fix beacon change processingJohannes Berg2009-05-201-12/+9Star
* b43legacy: Remove unnecessary MMIO in interrupt hotpathStefano Brivio2009-05-203-59/+25Star
* mac80211: unify config_interface and bss_info_changedJohannes Berg2009-05-061-39/+24Star
* mac80211: clean up beacon interval settingsJohannes Berg2009-05-061-5/+5
* b43legacy: Clean up beacon IRQLarry Finger2009-04-224-51/+121
* b43legacy: Fixes for beaconingLarry Finger2009-04-222-8/+43
* b43legacy: Do not select HW_RANDOMLarry Finger2009-04-223-2/+16
* rfkill: remove user_claim stuffJohannes Berg2009-04-221-1/+0Star
* dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)Yang Hongyang2009-04-071-3/+3
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-4/+4
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-3/+3
* b43legacy: fix led namingDanny Kukawka2009-02-091-4/+4
* wireless: restrict to 32 legacy ratesJohannes Berg2009-01-291-1/+1
* b43legacy: fix "‘up_dev’ may be used uninitialized" warningJohn W. Linville2009-01-131-1/+1
* b43legacy: Fix sparse warningsLarry Finger2008-12-122-5/+3Star
* b43legacy: implement short slot and basic rate handlingJohannes Berg2008-11-212-13/+103
* b43legacy: reindent misleading statementIlpo Järvinen2008-11-101-1/+1
* b43/legacy: remove SSID codeJohannes Berg2008-11-101-24/+0Star
* mac80211/drivers: rewrite the rate control APIJohannes Berg2008-11-015-25/+82
* mac80211: make retry limits part of hw configJohannes Berg2008-11-011-37/+22Star
* mac80211: introduce hw config change flagsJohannes Berg2008-11-011-1/+2
* mac80211: kill hw.conf.antenna_sel_{rx,tx}Johannes Berg2008-11-011-16/+2Star
* mac80211: add multi-rate retry supportFelix Fietkau2008-10-072-1/+2
* mac80211: free up 2 bytes in skb->cbFelix Fietkau2008-10-071-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-011-18/+0Star
|\
| * Revert "b43/b43legacy: add RFKILL_STATE_HARD_BLOCKED support"Linus Torvalds2008-09-171-18/+0Star
| * removed unused #include <linux/version.h>'sAdrian Bunk2008-08-231-1/+0Star
* | mac80211: share STA information with driverJohannes Berg2008-09-151-1/+1
* | mac80211: use nl80211 interface typesJohannes Berg2008-09-152-17/+17
* | b43legacy: Fix to enhance TX speedEhud Gavron2008-09-111-13/+19
* | b43legacy: Fix failure in rate-adjustment mechanismLarry Finger2008-09-111-1/+1
* | cfg80211: keep track of supported interface modesLuis R. Rodriguez2008-09-051-0/+5
* | wireless: remove unused #include <version.h>Huang Weiyi2008-08-291-1/+0Star
* | b43legacy: use le16 frame control directly, avoid byteswappingHarvey Harrison2008-08-221-3/+1Star
|/
* mac80211: partially fix skb->cb useJohannes Berg2008-07-291-1/+1
* b43legacy: Release mutex in error handling codeJulia Lawall2008-07-291-1/+1
* mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flagJohannes Berg2008-07-291-2/+1Star
* mac80211: fix TX sequence numbersJohannes Berg2008-07-141-2/+1Star
* mac80211: revamp beacon configurationJohannes Berg2008-07-141-28/+17Star
* b43legacy: Remove switch statement with 64-bit indexLarry Finger2008-07-081-15/+51