| Commit message (Expand) | Author | Age | Files | Lines |
* | b43/b43legacy: fix radio LED initialization | Larry Finger | 2009-07-07 | 2 | -2/+6 |
* | b43/legacy: port to cfg80211 rfkill | Johannes Berg | 2009-06-10 | 7 | -172/+30 |
* | rfkill: rewrite | Johannes Berg | 2009-06-03 | 4 | -91/+43 |
* | b43/legacy: fix beacon change processing | Johannes Berg | 2009-05-20 | 1 | -12/+9 |
* | b43legacy: Remove unnecessary MMIO in interrupt hotpath | Stefano Brivio | 2009-05-20 | 3 | -59/+25 |
* | mac80211: unify config_interface and bss_info_changed | Johannes Berg | 2009-05-06 | 1 | -39/+24 |
* | mac80211: clean up beacon interval settings | Johannes Berg | 2009-05-06 | 1 | -5/+5 |
* | b43legacy: Clean up beacon IRQ | Larry Finger | 2009-04-22 | 4 | -51/+121 |
* | b43legacy: Fixes for beaconing | Larry Finger | 2009-04-22 | 2 | -8/+43 |
* | b43legacy: Do not select HW_RANDOM | Larry Finger | 2009-04-22 | 3 | -2/+16 |
* | rfkill: remove user_claim stuff | Johannes Berg | 2009-04-22 | 1 | -1/+0 |
* | dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30) | Yang Hongyang | 2009-04-07 | 1 | -3/+3 |
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 | 1 | -4/+4 |
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 2009-04-07 | 1 | -3/+3 |
* | b43legacy: fix led naming | Danny Kukawka | 2009-02-09 | 1 | -4/+4 |
* | wireless: restrict to 32 legacy rates | Johannes Berg | 2009-01-29 | 1 | -1/+1 |
* | b43legacy: fix "‘up_dev’ may be used uninitialized" warning | John W. Linville | 2009-01-13 | 1 | -1/+1 |
* | b43legacy: Fix sparse warnings | Larry Finger | 2008-12-12 | 2 | -5/+3 |
* | b43legacy: implement short slot and basic rate handling | Johannes Berg | 2008-11-21 | 2 | -13/+103 |
* | b43legacy: reindent misleading statement | Ilpo Järvinen | 2008-11-10 | 1 | -1/+1 |
* | b43/legacy: remove SSID code | Johannes Berg | 2008-11-10 | 1 | -24/+0 |
* | mac80211/drivers: rewrite the rate control API | Johannes Berg | 2008-10-31 | 5 | -25/+82 |
* | mac80211: make retry limits part of hw config | Johannes Berg | 2008-10-31 | 1 | -37/+22 |
* | mac80211: introduce hw config change flags | Johannes Berg | 2008-10-31 | 1 | -1/+2 |
* | mac80211: kill hw.conf.antenna_sel_{rx,tx} | Johannes Berg | 2008-10-31 | 1 | -16/+2 |
* | mac80211: add multi-rate retry support | Felix Fietkau | 2008-10-06 | 2 | -1/+2 |
* | mac80211: free up 2 bytes in skb->cb | Felix Fietkau | 2008-10-06 | 1 | -2/+2 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-10-01 | 1 | -18/+0 |
|\ |
|
| * | Revert "b43/b43legacy: add RFKILL_STATE_HARD_BLOCKED support" | Linus Torvalds | 2008-09-16 | 1 | -18/+0 |
| * | removed unused #include <linux/version.h>'s | Adrian Bunk | 2008-08-23 | 1 | -1/+0 |
* | | mac80211: share STA information with driver | Johannes Berg | 2008-09-15 | 1 | -1/+1 |
* | | mac80211: use nl80211 interface types | Johannes Berg | 2008-09-15 | 2 | -17/+17 |
* | | b43legacy: Fix to enhance TX speed | Ehud Gavron | 2008-09-11 | 1 | -13/+19 |
* | | b43legacy: Fix failure in rate-adjustment mechanism | Larry Finger | 2008-09-11 | 1 | -1/+1 |
* | | cfg80211: keep track of supported interface modes | Luis R. Rodriguez | 2008-09-05 | 1 | -0/+5 |
* | | wireless: remove unused #include <version.h> | Huang Weiyi | 2008-08-29 | 1 | -1/+0 |
* | | b43legacy: use le16 frame control directly, avoid byteswapping | Harvey Harrison | 2008-08-22 | 1 | -3/+1 |
|/ |
|
* | mac80211: partially fix skb->cb use | Johannes Berg | 2008-07-29 | 1 | -1/+1 |
* | b43legacy: Release mutex in error handling code | Julia Lawall | 2008-07-29 | 1 | -1/+1 |
* | mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flag | Johannes Berg | 2008-07-29 | 1 | -2/+1 |
* | mac80211: fix TX sequence numbers | Johannes Berg | 2008-07-14 | 1 | -2/+1 |
* | mac80211: revamp beacon configuration | Johannes Berg | 2008-07-14 | 1 | -28/+17 |
* | b43legacy: Remove switch statement with 64-bit index | Larry Finger | 2008-07-08 | 1 | -15/+51 |
* | 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 | 3 | -43/+44 |
|\ |
|
| * | wireless: remove RFKILL_STATE_HARD_BLOCKED warnings | John W. Linville | 2008-06-27 | 1 | -2/+6 |
| * | ssb, b43, b43legacy, b44: Rewrite SSB DMA API | Michael Buesch | 2008-06-27 | 1 | -32/+31 |
| * | b43legacy: use frame control helpers | Harvey Harrison | 2008-06-26 | 1 | -9/+7 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-06-28 | 2 | -3/+5 |
|\ \
| |/
|/| |
|