summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43
AgeCommit message (Expand)AuthorFilesLines
2014-05-29b43: N-PHY: optimize radio switching on/offRafał Miłecki2-3/+7
2014-05-29b43: N-PHY: optimize init by doing some ops just onceRafał Miłecki3-48/+44
2014-05-29b43: PHY: allow init optimizations by tracking PHY stateRafał Miłecki3-0/+11
2014-05-22b43: N-PHY: add missing calib values for radio 0x2026 rev 11Rafał Miłecki1-0/+918
2014-05-22b43: fix list of 5 GHz channels for 802.11n cardsRafał Miłecki1-12/+22
2014-05-22b43: fix typo in define name for 2 GHz channels (s/CHAN4G/CHAN2G/)Rafał Miłecki1-16/+16
2014-05-20b43: xmit: set 5 GHz bit depending on current bandRafał Miłecki2-2/+2
2014-05-20b43: add more devices to the bands databaseRafał Miłecki1-0/+32
2014-05-20b43: move bands detection to a separated functionRafał Miłecki1-42/+56
2014-05-19b43: make B43_PCMCIA and B43_SDIO depend on B43_SSBRafał Miłecki1-2/+2
2014-05-19b43: rework band switchingRafał Miłecki2-60/+45
2014-05-19b43: complete PHY resetRafał Miłecki3-32/+61
2014-05-19b43: move PHY reset code into PHY specific fileRafał Miłecki3-34/+36
2014-05-19b43: split upload of init values into 2 functionsRafał Miłecki1-15/+22
2014-05-13b43: drop SSB dependencyRafał Miłecki1-8/+28
2014-05-13b43: adjust code to compile without SSBRafał Miłecki3-2/+29
2014-04-30b43: N-PHY: complete radio 0x2056 setupRafał Miłecki1-5/+27
2014-04-30b43: don't pre-set radio_on variable to trueRafał Miłecki1-1/+0
2014-04-30b43: use b43_software_rfkill helperRafał Miłecki1-3/+3
2014-04-30b43: bcma: respect GMODE (band choice) during core resetRafał Miłecki1-1/+6
2014-04-22b43: remove list of IEEE 802.11 devicesRafał Miłecki2-37/+19
2014-04-22b43: ssb: refuse to support more than IEEE 802.11 coreRafał Miłecki1-17/+20
2014-04-22b43: N-PHY: enable forgotten write of hw power adjust tableRafał Miłecki1-2/+14
2014-04-22b43: N-PHY: fix selection of init & calib valuesRafał Miłecki1-67/+105
2014-04-22b43: N-PHY: add init & calib values for radio 0x2056 rev 11Rafał Miłecki1-0/+246
2014-04-22b43: N-PHY: prepare for rev 7+ RSSI calibrationRafał Miłecki1-18/+54
2014-04-22b43: N-PHY: implement RF control INTC for revs 7+Rafał Miłecki1-0/+72
2014-04-22b43: N-PHY: implement reading support for radio 0x2057Rafał Miłecki1-2/+5
2014-04-22b43: N-PHY: random updates and typo fixes all aroundRafał Miłecki1-9/+9
2014-04-22b43: N-PHY: rev3+: complete workaroundsRafał Miłecki1-3/+84
2014-04-22b43: N-PHY: drop second noise variance tableRafał Miłecki2-72/+3
2014-04-22b43: G-PHY: fix random mistakes to match specsRafał Miłecki2-4/+4
2014-04-09b43: Fix machine check error due to improper access of B43_MMIO_PSM_PHY_HDRRafał Miłecki1-7/+7
2014-03-03net: Replace min macro with min_tSilvan Jegen3-3/+3
2014-02-24b43: return true / false instead of numbers in functions which return bool valueZhao, Gang3-8/+8
2014-02-24b43: Kconfig: let config B43_BCMA_PIO depends on B43Zhao, Gang1-1/+1
2014-02-13b43: use kernel api to replace b43 specific helper functionZHAO Gang2-41/+6
2014-01-23b43: fix the wrong assignment of status.freq in b43_rx()ZHAO Gang1-2/+2
2014-01-13b43: Fix unload oops if firmware is not availableLarry Finger2-7/+7
2014-01-13b43: Fix lockdep splatLarry Finger1-6/+11
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-6/+3
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+2
2013-10-18drivers: net: wireless: b43: Fix possible NULL ptr dereferenceFelipe Pena1-1/+2
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-1/+1
2013-09-21DMA-API: net: b43: replace dma_set_mask()+dma_set_coherent_mask() with new he...Russell King1-6/+3
2013-09-03Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-0/+14
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-3/+3
2013-08-26b43: call PCIe up and down functionsHauke Mehrtens1-0/+14
2013-06-27b43: replace B43_BCMA_EXTRA with modparam allhwsupportRafał Miłecki2-8/+10
2013-06-12b43: activate N-PHY and HT-PHY support by defaultHauke Mehrtens1-0/+2