aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/b43.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-13b43: Fix unload oops if firmware is not availableLarry Finger1-2/+2
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+1
2013-03-27b43: use constantsHauke Mehrtens1-0/+2
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-1/+1
2013-03-06b43: define BCMA wireless specific PLLsRafał Miłecki1-0/+6
2013-01-07b43: Fix firmware loading when driver is built into the kernelLarry Finger1-0/+5
2012-08-06b43: be more user friendly with PHY infoRafał Miłecki1-0/+2
2012-08-06b43: rename host flags definesRafał Miłecki1-3/+5
2012-07-17b43: fix crash with OpenFWWFJohannes Berg1-7/+0
2012-06-08b43: do not call ieee80211_unregister_hw if we are not registredOleksij Rempel1-0/+4
2012-03-13b43: Load firmware from a work queue and not from the probe routineLarry Finger1-0/+3
2012-01-24b43: add maskset helpersRafał Miłecki1-0/+12
2012-01-04b43: add lacking boardflags definesRafał Miłecki1-0/+11
2011-12-19b43: avoid packet losses in the dma worker code.francesco.gringoli@ing.unibs.it1-2/+7
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-8/+4
2011-09-27b43: add missing MMIO definesRafał Miłecki1-1/+39
2011-09-13b43: LCN-PHY: minor fixesRafał Miłecki1-0/+2
2011-08-26b43: drop Kconfig option of forcing PIO modeRafał Miłecki1-6/+0
2011-08-24b43/legacy: Remove firmware IDsMichael Büsch1-5/+0
2011-08-24b43: fix DMA on some bugged hardwareRafał Miłecki1-0/+1
2011-08-22b43: support new TX header, noticed to be used by 598.314+ fwRafał Miłecki1-1/+2
2011-08-22b43: use enum for firmware header formatRafał Miłecki1-0/+8
2011-07-22b43: disable parity check on BCMA devicesRafał Miłecki1-0/+1
2011-07-19b43: bcma: define 80211 core specific IO status bitsRafał Miłecki1-0/+6
2011-07-08b43: use switches for SSB specific codeRafał Miłecki1-1/+0
2011-06-17b43: define new PHYs and radio regs for cores >= 24Rafał Miłecki1-0/+6
2011-06-03b43: add BCMA 80211 core specific definesRafał Miłecki1-0/+11
2011-06-03b43: add an option to register BROKEN bcma driverRafał Miłecki1-0/+1
2011-06-01b43: bus: abstract bus and core operationsRafał Miłecki1-0/+23
2011-06-01b43: bus: abstract R/W operationsRafał Miłecki1-6/+6
2011-06-01b43: add bus device abstraction layerRafał Miłecki1-1/+3
2011-05-25Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-5/+19
2011-05-24Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-5/+19
2011-05-23b43: fix comment typo reqest -> requestJim Cromie1-2/+2
2011-05-19b43: dma: cache translation (routing bits)Rafał Miłecki1-0/+2
2011-05-19b43: add helpers for block R/W opsRafał Miłecki1-0/+12
2011-05-16b43: rename b43_wldev's field with ssb_device to sdevRafał Miłecki1-5/+5
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-13b43: rename TMS defines, drop useless condition from core resetRafał Miłecki1-4/+4
2010-11-15b43: define known SPROM boardflags2 bitsRafał Miłecki1-0/+13
2010-10-06b43: define B43_SHM_SH_CHAN_40MHZRafał Miłecki1-1/+2
2010-06-03drivers/net: use __packed annotationEric Dumazet1-3/+3
2010-03-09b43: N-PHY: add some registers and structs definitionsRafał Miłecki1-0/+1
2010-02-26b43: fall back gracefully to PIO mode after fatal DMA errorsLinus Torvalds1-0/+7
2010-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+1
2010-02-03b43: Fix throughput regressionLarry Finger1-0/+1
2010-01-15b43: N-PHY: add shared memory offsets definitionsRafał Miłecki1-0/+8
2009-12-28b43: Allow PIO mode to be selected at module loadLarry Finger1-13/+0
2009-11-06b43: Remove deprecated 'qual' from returned RX statusLarry Finger1-2/+0
2009-10-27b43: Optimize PIO scratchbuffer usageMichael Buesch1-13/+3