| Commit message (Expand) | Author | Age | Files | Lines |
* | b43: Replace hardcoded Analog switch | Michael Buesch | 2008-09-08 | 1 | -1/+2 |
* | b43: Move Analog switching into phy code | Michael Buesch | 2008-09-08 | 7 | -20/+30 |
* | b43: Split PHY alloc and init | Michael Buesch | 2008-09-05 | 11 | -109/+178 |
* | b43: Add LP-PHY radio register definitions | Michael Buesch | 2008-09-05 | 1 | -0/+526 |
* | b43: Add LP-PHY read/write phyops | Michael Buesch | 2008-09-05 | 1 | -6/+17 |
* | b43: Add LP-PHY template | Michael Buesch | 2008-09-05 | 6 | -1/+176 |
* | b43: Move code from nphy.* to phy_n.* | Michael Buesch | 2008-09-05 | 6 | -5/+5 |
* | b43: Move remaining code from phy.c to phy_a.c | Michael Buesch | 2008-09-05 | 4 | -490/+94 |
* | cfg80211: keep track of supported interface modes | Luis R. Rodriguez | 2008-09-05 | 1 | -0/+7 |
* | b43: Don't use memcpy for overlapping areas | Michael Buesch | 2008-09-05 | 1 | -3/+4 |
* | b43: Rewrite TX power adjustment | Michael Buesch | 2008-08-29 | 9 | -121/+341 |
* | b43: Implement dynamic PHY API | Michael Buesch | 2008-08-29 | 22 | -4225/+4998 |
* | removed unused #include <version.h> | Huang Weiyi | 2008-08-18 | 1 | -1/+0 |
* | b43: Fix for another Bluetooth Coexistence SPROM Programming error for BCM4306 | Larry Finger | 2008-08-18 | 1 | -0/+1 |
* | b43: Fix for SPROM coding error in Linksys WMP54G (BCM4306/3) | Larry Finger | 2008-08-18 | 1 | -0/+1 |
* | mac80211: partially fix skb->cb use | Johannes Berg | 2008-07-29 | 1 | -1/+1 |
* | mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flag | Johannes Berg | 2008-07-29 | 1 | -2/+1 |
* | wireless: fix warnings from QoS patch | Johannes Berg | 2008-07-15 | 1 | -40/+7 |
* | mac80211: fix TX sequence numbers | Johannes Berg | 2008-07-14 | 1 | -1/+2 |
* | mac80211: revamp beacon configuration | Johannes Berg | 2008-07-14 | 1 | -28/+20 |
* | b43/b43legacy: add RFKILL_STATE_HARD_BLOCKED support | Adel Gadllah | 2008-06-30 | 1 | -0/+18 |
* | b43/b43legacy: use RFKILL_STATE_UNBLOCKED instead of RFKILL_STATE_ON | Adel Gadllah | 2008-06-30 | 1 | -1/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville... | David S. Miller | 2008-06-28 | 9 | -100/+465 |
|\ |
|
| * | wireless: remove RFKILL_STATE_HARD_BLOCKED warnings | John W. Linville | 2008-06-27 | 1 | -2/+5 |
| * | b43: Fix PIO skb clobber | Michael Buesch | 2008-06-27 | 1 | -1/+1 |
| * | b43: Add debugfs firmware debugging knob | Michael Buesch | 2008-06-27 | 3 | -0/+15 |
| * | b43: Add simple firmware watchdog | Michael Buesch | 2008-06-27 | 2 | -0/+17 |
| * | ssb, b43, b43legacy, b44: Rewrite SSB DMA API | Michael Buesch | 2008-06-27 | 1 | -30/+35 |
| * | b43: Remove "shm" and "ucode_regs" debugfs files | Michael Buesch | 2008-06-26 | 2 | -44/+0 |
| * | b43: Add mask/set capability to debugfs MMIO interface | Michael Buesch | 2008-06-26 | 1 | -8/+30 |
| * | b43: Add debugfs files for random SHM access | Michael Buesch | 2008-06-26 | 4 | -17/+234 |
| * | b43: Add debugfs files for MMIO register access | Michael Buesch | 2008-06-26 | 2 | -0/+133 |
| * | b43: use frame control helpers | Harvey Harrison | 2008-06-26 | 1 | -10/+7 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-06-28 | 2 | -4/+11 |
|\ \
| |/
|/| |
|
| * | b43: Fix possible MMIO access while device is down | Michael Buesch | 2008-06-25 | 1 | -0/+3 |
| * | b43: Do not return TX_BUSY from op_tx | Michael Buesch | 2008-06-25 | 1 | -4/+8 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-06-16 | 3 | -40/+42 |
|\ \
| |/ |
|
| * | b43: Fix noise calculation WARN_ON | Michael Buesch | 2008-06-13 | 2 | -7/+10 |
| * | b43: Fix possible NULL pointer dereference in DMA code | Michael Buesch | 2008-06-13 | 1 | -33/+32 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-06-10 | 3 | -17/+56 |
|\ \
| |/ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-05-30 | 2 | -16/+55 |
| |\ |
|
| | * | b43: Fix controller restart crash | Michael Buesch | 2008-05-28 | 1 | -2/+10 |
| | * | b43: Upload both beacon templates on initial load | Michael Buesch | 2008-05-28 | 2 | -14/+45 |
| * | | missing dependencies on HAS_DMA | Al Viro | 2008-05-21 | 1 | -1/+1 |
| |/ |
|
* | | b43: enable mesh | Johannes Berg | 2008-06-03 | 1 | -11/+22 |
* | | b43: Add firmware markers support | Michael Buesch | 2008-05-21 | 2 | -1/+17 |
* | | b43: Add panic reason code that doesn't trigger restart | Michael Buesch | 2008-05-21 | 2 | -8/+40 |
* | | b43: Allow running without PCM firmware | Michael Buesch | 2008-05-21 | 2 | -11/+40 |
* | | b43: Add hooks for firmware debugging | Michael Buesch | 2008-05-21 | 2 | -7/+81 |
* | | mac80211: use multi-queue master netdevice | Johannes Berg | 2008-05-21 | 2 | -7/+8 |