Age | Commit message (Expand) | Author | Files | Lines |
2014-06-17 | b43: fix frequency reported on G-PHY with /new/ firmware | Rafał Miłecki | 1 | -3/+7 |
2014-06-16 | b43: fix typo in Kconfig (make B43_BUSES_BCMA_AND_SSB the default for real) | Rafał Miłecki | 1 | -1/+1 |
2014-06-16 | b43: disable 5 GHz on G-PHY | Rafał Miłecki | 1 | -0/+1 |
2014-05-29 | b43: N-PHY: optimize radio switching on/off | Rafał Miłecki | 2 | -3/+7 |
2014-05-29 | b43: N-PHY: optimize init by doing some ops just once | Rafał Miłecki | 3 | -48/+44 |
2014-05-29 | b43: PHY: allow init optimizations by tracking PHY state | Rafał Miłecki | 3 | -0/+11 |
2014-05-22 | b43: N-PHY: add missing calib values for radio 0x2026 rev 11 | Rafał Miłecki | 1 | -0/+918 |
2014-05-22 | b43: fix list of 5 GHz channels for 802.11n cards | Rafał Miłecki | 1 | -12/+22 |
2014-05-22 | b43: fix typo in define name for 2 GHz channels (s/CHAN4G/CHAN2G/) | Rafał Miłecki | 1 | -16/+16 |
2014-05-20 | b43: xmit: set 5 GHz bit depending on current band | Rafał Miłecki | 2 | -2/+2 |
2014-05-20 | b43: add more devices to the bands database | Rafał Miłecki | 1 | -0/+32 |
2014-05-20 | b43: move bands detection to a separated function | Rafał Miłecki | 1 | -42/+56 |
2014-05-20 | b43: make B43_PCMCIA and B43_SDIO depend on B43_SSB | Rafał Miłecki | 1 | -2/+2 |
2014-05-20 | b43: rework band switching | Rafał Miłecki | 2 | -60/+45 |
2014-05-20 | b43: complete PHY reset | Rafał Miłecki | 3 | -32/+61 |
2014-05-20 | b43: move PHY reset code into PHY specific file | Rafał Miłecki | 3 | -34/+36 |
2014-05-20 | b43: split upload of init values into 2 functions | Rafał Miłecki | 1 | -15/+22 |
2014-05-13 | b43: drop SSB dependency | Rafał Miłecki | 1 | -8/+28 |
2014-05-13 | b43: adjust code to compile without SSB | Rafał Miłecki | 3 | -2/+29 |
2014-04-30 | b43: N-PHY: complete radio 0x2056 setup | Rafał Miłecki | 1 | -5/+27 |
2014-04-30 | b43: don't pre-set radio_on variable to true | Rafał Miłecki | 1 | -1/+0 |
2014-04-30 | b43: use b43_software_rfkill helper | Rafał Miłecki | 1 | -3/+3 |
2014-04-30 | b43: bcma: respect GMODE (band choice) during core reset | Rafał Miłecki | 1 | -1/+6 |
2014-04-22 | b43: remove list of IEEE 802.11 devices | Rafał Miłecki | 2 | -37/+19 |
2014-04-22 | b43: ssb: refuse to support more than IEEE 802.11 core | Rafał Miłecki | 1 | -17/+20 |
2014-04-22 | b43: N-PHY: enable forgotten write of hw power adjust table | Rafał Miłecki | 1 | -2/+14 |
2014-04-22 | b43: N-PHY: fix selection of init & calib values | Rafał Miłecki | 1 | -67/+105 |
2014-04-22 | b43: N-PHY: add init & calib values for radio 0x2056 rev 11 | Rafał Miłecki | 1 | -0/+246 |
2014-04-22 | b43: N-PHY: prepare for rev 7+ RSSI calibration | Rafał Miłecki | 1 | -18/+54 |
2014-04-22 | b43: N-PHY: implement RF control INTC for revs 7+ | Rafał Miłecki | 1 | -0/+72 |
2014-04-22 | b43: N-PHY: implement reading support for radio 0x2057 | Rafał Miłecki | 1 | -2/+5 |
2014-04-22 | b43: N-PHY: random updates and typo fixes all around | Rafał Miłecki | 1 | -9/+9 |
2014-04-22 | b43: N-PHY: rev3+: complete workarounds | Rafał Miłecki | 1 | -3/+84 |
2014-04-22 | b43: N-PHY: drop second noise variance table | Rafał Miłecki | 2 | -72/+3 |
2014-04-22 | b43: G-PHY: fix random mistakes to match specs | Rafał Miłecki | 2 | -4/+4 |
2014-04-09 | b43: Fix machine check error due to improper access of B43_MMIO_PSM_PHY_HDR | Rafał Miłecki | 1 | -7/+7 |
2014-03-04 | net: Replace min macro with min_t | Silvan Jegen | 3 | -3/+3 |
2014-02-25 | b43: return true / false instead of numbers in functions which return bool value | Zhao, Gang | 3 | -8/+8 |
2014-02-25 | b43: Kconfig: let config B43_BCMA_PIO depends on B43 | Zhao, Gang | 1 | -1/+1 |
2014-02-14 | b43: use kernel api to replace b43 specific helper function | ZHAO Gang | 2 | -41/+6 |
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-03 | net:drivers/net: Miscellaneous conversions to ETH_ALEN | Joe Perches | 1 | -1/+1 |
2013-09-22 | DMA-API: net: b43: replace dma_set_mask()+dma_set_coherent_mask() with new he... | Russell King | 1 | -6/+3 |
2013-09-04 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 1 | -0/+14 |
2013-08-30 | drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent | Joe Perches | 1 | -3/+3 |