summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43legacy/main.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed"Uwe Kleine-König2009-11-091-1/+1
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* b44/b43/b43legacy: Fix switch warnings introduced by SSB-SDIOMichael Buesch2009-09-091-2/+6
* mac80211: allow configure_filter callback to sleepJohannes Berg2009-08-201-3/+1
* mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez2009-08-041-4/+4
* b43/b43legacy: fix radio LED initializationLarry Finger2009-07-071-2/+5
* b43/legacy: port to cfg80211 rfkillJohannes Berg2009-06-101-13/+4
* b43/legacy: fix beacon change processingJohannes Berg2009-05-201-12/+9
* b43legacy: Remove unnecessary MMIO in interrupt hotpathStefano Brivio2009-05-201-56/+22
* mac80211: unify config_interface and bss_info_changedJohannes Berg2009-05-061-39/+24
* mac80211: clean up beacon interval settingsJohannes Berg2009-05-061-5/+5
* b43legacy: Clean up beacon IRQLarry Finger2009-04-221-48/+116
* b43legacy: Fixes for beaconingLarry Finger2009-04-221-7/+40
* b43legacy: Do not select HW_RANDOMLarry Finger2009-04-221-1/+7
* 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: implement short slot and basic rate handlingJohannes Berg2008-11-211-12/+99
* b43/legacy: remove SSID codeJohannes Berg2008-11-101-24/+0
* mac80211/drivers: rewrite the rate control APIJohannes Berg2008-10-311-1/+1
* mac80211: make retry limits part of hw configJohannes Berg2008-10-311-37/+22
* mac80211: introduce hw config change flagsJohannes Berg2008-10-311-1/+2
* mac80211: kill hw.conf.antenna_sel_{rx,tx}Johannes Berg2008-10-311-16/+2
* mac80211: add multi-rate retry supportFelix Fietkau2008-10-061-0/+1
* mac80211: share STA information with driverJohannes Berg2008-09-151-1/+1
* mac80211: use nl80211 interface typesJohannes Berg2008-09-151-15/+15
* cfg80211: keep track of supported interface modesLuis R. Rodriguez2008-09-051-0/+5
* wireless: remove unused #include <version.h>Huang Weiyi2008-08-291-1/+0
* 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/+1
* mac80211: revamp beacon configurationJohannes Berg2008-07-141-28/+17
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-281-2/+4
|\
| * b43legacy: Do not return TX_BUSY from op_txMichael Buesch2008-06-251-2/+4
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-101-8/+9
|\|
| * b43legacy: Fix controller restart crashMichael Buesch2008-06-041-8/+9
* | mac80211: move TX info into skb->cbJohannes Berg2008-05-211-7/+5
* | mac80211: let drivers wake but not start queuesJohannes Berg2008-05-211-1/+0
* | mac80211: use hardware flags for signal/noise unitsBruno Randolf2008-05-141-4/+3
* | b43legacy: replace limit_value macro with clamp_valHarvey Harrison2008-05-141-4/+4
* | mac80211: QoS related cleanupsJohannes Berg2008-05-071-2/+1
|/
* wireless: use get/put_unaligned_* helpersHarvey Harrison2008-04-291-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-04-171-0/+2
|\
| * b43legacy: fix initvals loading on bcm4303Stefano Brivio2008-04-151-0/+2
* | b43legacy: fix TBTT and PU timingsStefano Brivio2008-04-161-3/+31
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-03-051-1/+1
|\|
| * b43legacy: Fix module init messageMichael Buesch2008-03-041-1/+1
* | b43legacy: fix B43legacy_WARN_ON macroStefano Brivio2008-02-291-3/+1
* | b43legacy: fix upload of beacon packets to the hardwareStefano Brivio2008-02-291-97/+160
* | b43legacy: add definitions for MAC control registerStefano Brivio2008-02-291-15/+14
* | cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg2008-02-291-89/+70
|/
* b43legacy: Add driver load messagesStefano Brivio2008-02-151-1/+29