aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43legacy/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-28b43legacy: Remove the PHY spinlockMichael Buesch1-4/+0
2008-01-28mac80211: dont use interface indices in driversJohannes Berg1-6/+7
2008-01-28ssb: Fix extraction of values from SPROMMichael Buesch1-5/+0
2008-01-28b43legacy: Fix rfkill radio LEDLarry Finger1-10/+10
2008-01-28b43legacy: reinit on too many PHY TX errorsStefano Brivio1-1/+14
2008-01-28b43legacy: include full 64-bit timestamp in monitor modeJohannes Berg1-0/+2
2008-01-28b43legacy: Convert to use of the new SPROM structureLarry Finger1-10/+10
2008-01-28b43/b43legacy: fix my copyright noticesStefano Brivio1-1/+1
2008-01-28b43legacy: rewrite and fix rfkill initializationStefano Brivio1-2/+0
2008-01-28b43legacy: use a consistent naming scheme for the opsStefano Brivio1-37/+37
2008-01-28b43legacy: use the retry limits provided by mac80211Stefano Brivio1-29/+50
2008-01-28b43legacy: Remove set_key callbackMichael Buesch1-27/+0
2008-01-28b43legacy: Rewrite pwork lockingLarry Finger1-58/+30
2008-01-28b43legacy: Use input-polldev for the rfkill switchLarry Finger1-39/+10
2008-01-28b43legacy: RF-kill supportLarry Finger1-7/+11
2008-01-28b43legacy: LED triggers supportLarry Finger1-30/+10
2007-11-29b43/b43legacy: fix left-over URLs and ifdefsStefano Brivio1-1/+1
2007-11-10b43legacy: Fix sparse warningMichael Buesch1-1/+1
2007-11-10b43legacy: fix shared IRQ race conditionStefano Brivio1-8/+11
2007-10-25[PATCH] b43/b43legacy: jiffies_round -> jiffies_round_relativeAnton Blanchard1-1/+1
2007-10-18[PATCH] b43legacy: Fix potential return of uninitialized variableLarry Finger1-1/+1
2007-10-10[PATCH] mac80211: revamp interface and filter configurationJohannes Berg1-113/+132
2007-10-10[B43LEGACY]: Change the hardware radio enable logic and cleanup codeLarry Finger1-5/+20
2007-10-10[B43LEGACY]: Support for turning the radio off from software.Larry Finger1-0/+16
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-1/+2
2007-10-10[B43LEGACY]: add mac80211-based driver for legacy BCM43xx devicesLarry Finger1-0/+3805