Age | Commit message (Expand) | Author | Files | Lines |
2014-01-23 | b43: fix the wrong assignment of status.freq in b43_rx() | ZHAO Gang | 1 | -2/+2 |
2014-01-13 | b43: Fix unload oops if firmware is not available | Larry Finger | 2 | -7/+7 |
2014-01-13 | b43: Fix lockdep splat | Larry Finger | 1 | -6/+11 |
2013-11-14 | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -6/+3 |
2013-11-04 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+2 |
2013-10-18 | drivers: net: wireless: b43: Fix possible NULL ptr dereference | Felipe Pena | 1 | -1/+2 |
2013-10-02 | net:drivers/net: Miscellaneous conversions to ETH_ALEN | Joe Perches | 1 | -1/+1 |
2013-09-21 | DMA-API: net: b43: replace dma_set_mask()+dma_set_coherent_mask() with new he... | Russell King | 1 | -6/+3 |
2013-09-03 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 1 | -0/+14 |
2013-08-29 | drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent | Joe Perches | 1 | -3/+3 |
2013-08-26 | b43: call PCIe up and down functions | Hauke Mehrtens | 1 | -0/+14 |
2013-06-27 | b43: replace B43_BCMA_EXTRA with modparam allhwsupport | Rafał Miłecki | 2 | -8/+10 |
2013-06-12 | b43: activate N-PHY and HT-PHY support by default | Hauke Mehrtens | 1 | -0/+2 |
2013-06-12 | b43: ensue that BCMA is "y" when B43 is "y" | Hauke Mehrtens | 1 | -2/+2 |
2013-06-12 | b43: stop format string leaking into error msgs | Kees Cook | 1 | -1/+1 |
2013-05-10 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 3 | -26/+40 |
2013-05-08 | B43: Handle DMA RX descriptor underrun | Thommy Jakobsson | 3 | -26/+40 |
2013-05-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 17 | -609/+1327 |
2013-04-29 | Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+4 |
2013-04-24 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 12 | -507/+677 |
2013-04-23 | Merge branch 'master' of git://git.infradead.org/users/rafal/b43-next | John W. Linville | 9 | -442/+661 |
2013-04-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+2 |
2013-04-23 | b43: N-PHY: don't use deprecated b43_radio_foo16 | Rafał Miłecki | 1 | -59/+59 |
2013-04-23 | b43: N-PHY: clean init tables | Rafał Miłecki | 2 | -58/+62 |
2013-04-23 | b43: N-PHY: move tables init function to tables file | Rafał Miłecki | 3 | -16/+12 |
2013-04-23 | b43: N-PHY: use defines for (re)storing VCM config | Rafał Miłecki | 1 | -5/+14 |
2013-04-23 | b43: N-PHY: use shortcut "ctl" in functions names | Rafał Miłecki | 1 | -22/+22 |
2013-04-23 | b43: N-PHY: use enum for INTC override function argument | Rafał Miłecki | 1 | -18/+28 |
2013-04-23 | b43: N-PHY: define missing registers | Rafał Miłecki | 2 | -38/+182 |
2013-04-23 | b43: use defines for board_type | Rafał Miłecki | 2 | -5/+5 |
2013-04-23 | b43: N-PHY: fix "NB" RSSI calibration on PHYs rev2- | Rafał Miłecki | 1 | -1/+1 |
2013-04-23 | b43: N-PHY: use enum for RSSI type everywhere we use it | Rafał Miłecki | 1 | -43/+61 |
2013-04-23 | b43: N-PHY: rename RSSI types to be shorter and more accurate | Rafał Miłecki | 1 | -19/+19 |
2013-04-23 | b43: N-PHY: use more friendly variables names in RSSI code | Rafał Miłecki | 1 | -28/+36 |
2013-04-23 | b43: N-PHY: simplify conditions in RSSI offset scale function | Rafał Miłecki | 1 | -55/+65 |
2013-04-23 | b43: N-PHY: use enum for RAIL type | Rafał Miłecki | 1 | -9/+17 |
2013-04-23 | b43: HT-PHY: use enum for RSSI types | Rafał Miłecki | 1 | -5/+16 |
2013-04-23 | b43: HT-PHY: store TX power state before disabling it | Rafał Miłecki | 1 | -4/+6 |
2013-04-23 | b43: HT-PHY: define regs for power estimation | Rafał Miłecki | 1 | -0/+6 |
2013-04-23 | b43: HT-PHY: do some extra TSSI setup after configuring TX | Rafał Miłecki | 1 | -0/+13 |
2013-04-23 | b43: HT-PHY: finish calculating values for idle TSSI | Rafał Miłecki | 1 | -2/+18 |
2013-04-23 | b43: HT-PHY: tables: don't duplicate core-generic regs | Rafał Miłecki | 3 | -59/+23 |
2013-04-23 | b43: HT-PHY: rename defines addressing cores on the 2059 radio | Rafał Miłecki | 2 | -14/+14 |
2013-04-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2013-04-14 | Merge 3.9-rc7 into char-misc-next | Greg Kroah-Hartman | 2 | -16/+57 |
2013-04-12 | b43: use bcma_pmu_spuravoid_pllupdate() | Hauke Mehrtens | 1 | -54/+2 |
2013-04-10 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 5 | -11/+14 |
2013-04-10 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 8 | -36/+27 |
2013-04-10 | ssb: implement spurious tone avoidance | Rafał Miłecki | 1 | -1/+2 |
2013-04-01 | b43: make struct b2056_inittabs_pts const | Hauke Mehrtens | 1 | -3/+3 |