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