aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43legacy/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-07b43/b43legacy: fix radio LED initializationLarry Finger1-2/+5
2009-06-10b43/legacy: port to cfg80211 rfkillJohannes Berg1-13/+4
2009-05-20b43/legacy: fix beacon change processingJohannes Berg1-12/+9
2009-05-20b43legacy: Remove unnecessary MMIO in interrupt hotpathStefano Brivio1-56/+22
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 Finger1-48/+116
2009-04-22b43legacy: Fixes for beaconingLarry Finger1-7/+40
2009-04-22b43legacy: Do not select HW_RANDOMLarry Finger1-1/+7
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-11-21b43legacy: implement short slot and basic rate handlingJohannes Berg1-12/+99
2008-11-10b43/legacy: remove SSID codeJohannes Berg1-24/+0
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg1-1/+1
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 Fietkau1-0/+1
2008-09-15mac80211: share STA information with driverJohannes Berg1-1/+1
2008-09-15mac80211: use nl80211 interface typesJohannes Berg1-15/+15
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-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: revamp beacon configurationJohannes Berg1-28/+17
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+4
2008-06-25b43legacy: Do not return TX_BUSY from op_txMichael Buesch1-2/+4
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-8/+9
2008-06-04b43legacy: Fix controller restart crashMichael Buesch1-8/+9
2008-05-21mac80211: move TX info into skb->cbJohannes Berg1-7/+5
2008-05-21mac80211: let drivers wake but not start queuesJohannes Berg1-1/+0
2008-05-14mac80211: use hardware flags for signal/noise unitsBruno Randolf1-4/+3
2008-05-14b43legacy: replace limit_value macro with clamp_valHarvey Harrison1-4/+4
2008-05-07mac80211: QoS related cleanupsJohannes Berg1-2/+1
2008-04-29wireless: use get/put_unaligned_* helpersHarvey Harrison1-1/+1
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-0/+2
2008-04-16b43legacy: fix TBTT and PU timingsStefano Brivio1-3/+31
2008-04-15b43legacy: fix initvals loading on bcm4303Stefano Brivio1-0/+2
2008-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-03-04b43legacy: Fix module init messageMichael Buesch1-1/+1
2008-02-29b43legacy: fix B43legacy_WARN_ON macroStefano Brivio1-3/+1
2008-02-29b43legacy: fix upload of beacon packets to the hardwareStefano Brivio1-97/+160
2008-02-29b43legacy: add definitions for MAC control registerStefano Brivio1-15/+14
2008-02-29cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg1-89/+70
2008-02-15b43legacy: Add driver load messagesStefano Brivio1-1/+29
2008-02-15b43legacy: fix firmware load message levelStefano Brivio1-4/+5
2008-02-15b43legacy: add firmware information to modinfoStefano Brivio1-0/+2
2008-02-05b43legacy: fix suspend/resumeStefano Brivio1-2/+7
2008-01-31b43legacy: fix MAC control and microcode initStefano Brivio1-44/+80
2008-01-31b43legacy: Fix rfkill allocation leakage in error pathsMichael Buesch1-1/+8