Age | Commit message (Expand) | Author | Files | Lines |
2008-05-15 | mac80211: use hardware flags for signal/noise units | Bruno Randolf | 1 | -4/+4 |
2008-05-15 | b43: replace limit_value macro with clamp_val | Harvey Harrison | 1 | -4/+4 |
2008-05-07 | mac80211: QoS related cleanups | Johannes Berg | 1 | -2/+1 |
2008-05-07 | b43: Don't disable IRQs in mac_suspend | Michael Buesch | 1 | -13/+0 |
2008-05-07 | b43: Rewrite LO calibration algorithm | Michael Buesch | 1 | -21/+5 |
2008-05-02 | b43: Fix some TX/RX locking issues | Michael Buesch | 1 | -14/+29 |
2008-05-01 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville... | David S. Miller | 1 | -0/+8 |
2008-05-01 | b43: Fix dual-PHY devices | Michael Buesch | 1 | -0/+8 |
2008-04-29 | wireless: use get/put_unaligned_* helpers | Harvey Harrison | 1 | -1/+1 |
2008-04-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -4/+28 |
2008-04-24 | b43: Add more btcoexist workarounds | Michael Buesch | 1 | -4/+9 |
2008-04-24 | b43: Fix HostFlags data types | Michael Buesch | 1 | -2/+3 |
2008-04-24 | b43: Workaround invalid bluetooth settings | Michael Buesch | 1 | -2/+20 |
2008-04-20 | PM: Remove destroy_suspended_device() | Rafael J. Wysocki | 1 | -4/+4 |
2008-04-16 | b43: Add fastpath to b43_mac_suspend() | Michael Buesch | 1 | -0/+7 |
2008-04-09 | b43: use b43_is_mode() call | Michael Buesch | 1 | -2/+2 |
2008-04-09 | b43: Fix PHY TX control words in SHM | Michael Buesch | 1 | -83/+116 |
2008-04-09 | b43: Fix beacon BH update | Michael Buesch | 1 | -41/+54 |
2008-04-09 | b43: Beaconing fixes | Michael Buesch | 1 | -6/+36 |
2008-04-09 | b43: Fix TBTT and PU timings | Michael Buesch | 1 | -8/+38 |
2008-04-09 | b43: Add more N-PHY stuff | Michael Buesch | 1 | -1/+13 |
2008-04-08 | b43: Add PIO support for PCMCIA devices | Michael Buesch | 1 | -6/+31 |
2008-03-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 1 | -2/+0 |
2008-03-25 | b43: Remove irqs_disabled() sanity checks | Michael Buesch | 1 | -2/+0 |
2008-03-13 | make b43_mac_{enable,suspend}() static | Adrian Bunk | 1 | -2/+2 |
2008-03-08 | b43: Rename the DMA ring pointers | Michael Buesch | 1 | -3/+2 |
2008-03-08 | b43: Add QOS support | Michael Buesch | 1 | -2/+178 |
2008-03-06 | b43: verify sta_notify mac80211 callback | Johannes Berg | 1 | -0/+11 |
2008-02-29 | b43: Add HostFlags HI support | Michael Buesch | 1 | -7/+13 |
2008-02-29 | b43: Fix bandswitch | Michael Buesch | 1 | -122/+195 |
2008-02-29 | cfg80211 API for channels/bitrates, mac80211 and driver conversion | Johannes Berg | 1 | -59/+60 |
2008-02-15 | b43: Fix firmware load message level | Michael Buesch | 1 | -5/+5 |
2008-02-15 | b43: Add firmware information to modinfo | Michael Buesch | 1 | -0/+2 |
2008-02-15 | b43: Add driver load messages | Michael Buesch | 1 | -0/+28 |
2008-02-05 | b43: avoid unregistering device objects during suspend | Rafael J. Wysocki | 1 | -9/+16 |
2008-02-05 | drivers/net/wireless/b43/main.c needs io.h | Andrew Morton | 1 | -0/+1 |
2008-02-01 | b43: Fix suspend/resume | Michael Buesch | 1 | -2/+8 |
2008-02-01 | b43: Fix rfkill allocation leakage in error paths | Michael Buesch | 1 | -1/+8 |
2008-01-29 | b43: Fix MAC control and microcode init | Michael Buesch | 1 | -13/+48 |
2008-01-29 | b43: Fix firmware caching | Michael Buesch | 1 | -106/+123 |
2008-01-29 | b43: Add NPHY radio init code | Michael Buesch | 1 | -0/+3 |
2008-01-29 | b43: Add support for new firmware | Michael Buesch | 1 | -14/+36 |
2008-01-29 | b43: Fix radio ID register reading | Michael Buesch | 1 | -4/+3 |
2008-01-29 | b43: Add N-PHY related initvals firmware filenames. | Michael Buesch | 1 | -0/+12 |
2008-01-29 | b43: Fix tim search buffer overrun | Michael Buesch | 1 | -3/+4 |
2008-01-29 | b43: Put multicast frames on the mcast queue | Michael Buesch | 1 | -13/+29 |
2008-01-29 | b43: Fix template upload locking. | Michael Buesch | 1 | -7/+8 |
2008-01-29 | b43: Fix upload of beacon packets to the hardware | Michael Buesch | 1 | -77/+145 |
2008-01-29 | mac80211: dont use interface indices in drivers | Johannes Berg | 1 | -6/+7 |
2008-01-29 | b43: Remove the PHY spinlock | Michael Buesch | 1 | -4/+0 |