aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43legacy/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* b43legacy: fix firmware load message levelStefano Brivio2008-02-151-4/+5
* b43legacy: add firmware information to modinfoStefano Brivio2008-02-151-0/+2
* b43legacy: fix suspend/resumeStefano Brivio2008-02-051-2/+7
* b43legacy: fix MAC control and microcode initStefano Brivio2008-01-311-44/+80
* b43legacy: Fix rfkill allocation leakage in error pathsMichael Buesch2008-01-311-1/+8
* b43legacy: Remove the PHY spinlockMichael Buesch2008-01-281-4/+0
* mac80211: dont use interface indices in driversJohannes Berg2008-01-281-6/+7
* ssb: Fix extraction of values from SPROMMichael Buesch2008-01-281-5/+0
* b43legacy: Fix rfkill radio LEDLarry Finger2008-01-281-10/+10
* b43legacy: reinit on too many PHY TX errorsStefano Brivio2008-01-281-1/+14
* b43legacy: include full 64-bit timestamp in monitor modeJohannes Berg2008-01-281-0/+2
* b43legacy: Convert to use of the new SPROM structureLarry Finger2008-01-281-10/+10
* b43/b43legacy: fix my copyright noticesStefano Brivio2008-01-281-1/+1
* b43legacy: rewrite and fix rfkill initializationStefano Brivio2008-01-281-2/+0
* b43legacy: use a consistent naming scheme for the opsStefano Brivio2008-01-281-37/+37
* b43legacy: use the retry limits provided by mac80211Stefano Brivio2008-01-281-29/+50
* b43legacy: Remove set_key callbackMichael Buesch2008-01-281-27/+0