| Commit message (Expand) | Author | Age | Files | Lines |
* | mac80211: add multi-rate retry support | Felix Fietkau | 2008-10-06 | 1 | -0/+1 |
* | b43: Increase loop tries in do_dummy_tx | Larry Finger | 2008-09-30 | 1 | -1/+1 |
* | b43: Fix Bluetooth Coexistence SPROM programming error for HP 12f8 version of... | Larry Finger | 2008-09-30 | 1 | -0/+1 |
* | b43: Fix Bluetooth coexistence SPROM coding error for Motorola 7010 variant o... | Larry Finger | 2008-09-30 | 1 | -1/+2 |
* | mac80211: share STA information with driver | Johannes Berg | 2008-09-15 | 1 | -2/+3 |
* | mac80211: use nl80211 interface types | Johannes Berg | 2008-09-15 | 1 | -19/+19 |
* | b43: Remove QoS update workqueue | Michael Buesch | 2008-09-11 | 1 | -42/+23 |
* | b43: Fix QoS defaults | Michael Buesch | 2008-09-11 | 1 | -11/+45 |
* | 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 | 1 | -20/+3 |
* | b43: Split PHY alloc and init | Michael Buesch | 2008-09-05 | 1 | -14/+22 |
* | b43: Move code from nphy.* to phy_n.* | Michael Buesch | 2008-09-05 | 1 | -1/+1 |
* | cfg80211: keep track of supported interface modes | Luis R. Rodriguez | 2008-09-05 | 1 | -0/+7 |
* | b43: Rewrite TX power adjustment | Michael Buesch | 2008-08-29 | 1 | -5/+13 |
* | b43: Implement dynamic PHY API | Michael Buesch | 2008-08-29 | 1 | -130/+42 |
* | 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: 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: revamp beacon configuration | Johannes Berg | 2008-07-14 | 1 | -28/+20 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville... | David S. Miller | 2008-06-28 | 1 | -17/+69 |
|\ |
|
| * | b43: Add debugfs firmware debugging knob | Michael Buesch | 2008-06-27 | 1 | -0/+13 |
| * | b43: Add simple firmware watchdog | Michael Buesch | 2008-06-27 | 1 | -0/+15 |
| * | b43: Add debugfs files for random SHM access | Michael Buesch | 2008-06-26 | 1 | -17/+41 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-06-28 | 1 | -4/+8 |
|\ \
| |/
|/| |
|
| * | 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 | 1 | -6/+10 |
|\ \
| |/ |
|
| * | b43: Fix noise calculation WARN_ON | Michael Buesch | 2008-06-13 | 1 | -6/+10 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-06-10 | 1 | -16/+54 |
|\ \
| |/ |
|
| * | 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 | 1 | -14/+44 |
* | | b43: enable mesh | Johannes Berg | 2008-06-03 | 1 | -11/+22 |
* | | b43: Add firmware markers support | Michael Buesch | 2008-05-21 | 1 | -1/+12 |
* | | b43: Add panic reason code that doesn't trigger restart | Michael Buesch | 2008-05-21 | 1 | -8/+31 |
* | | b43: Allow running without PCM firmware | Michael Buesch | 2008-05-21 | 1 | -11/+36 |
* | | b43: Add hooks for firmware debugging | Michael Buesch | 2008-05-21 | 1 | -7/+72 |
* | | b43: Fix typo in firmware file name for 802.11 cores with rev 13 | Larry.Finger@lwfinger.net | 2008-05-21 | 1 | -1/+1 |
* | | mac80211: move TX info into skb->cb | Johannes Berg | 2008-05-21 | 1 | -20/+13 |
* | | mac80211: use rate index in TX control | Johannes Berg | 2008-05-21 | 1 | -1/+1 |
* | | mac80211: let drivers wake but not start queues | Johannes Berg | 2008-05-21 | 1 | -1/+0 |
* | | mac80211: use hardware flags for signal/noise units | Bruno Randolf | 2008-05-14 | 1 | -4/+4 |
* | | b43: replace limit_value macro with clamp_val | Harvey Harrison | 2008-05-14 | 1 | -4/+4 |
* | | mac80211: QoS related cleanups | Johannes Berg | 2008-05-07 | 1 | -2/+1 |
* | | b43: Don't disable IRQs in mac_suspend | Michael Buesch | 2008-05-07 | 1 | -13/+0 |
* | | b43: Rewrite LO calibration algorithm | Michael Buesch | 2008-05-07 | 1 | -21/+5 |
|/ |
|
* | b43: Fix some TX/RX locking issues | Michael Buesch | 2008-05-01 | 1 | -14/+29 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville... | David S. Miller | 2008-05-01 | 1 | -0/+8 |
|\ |
|
| * | b43: Fix dual-PHY devices | Michael Buesch | 2008-04-30 | 1 | -0/+8 |
* | | wireless: use get/put_unaligned_* helpers | Harvey Harrison | 2008-04-29 | 1 | -1/+1 |