summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmsmac/main.c
Commit message (Expand)AuthorAgeFilesLines
* brcmsmac: delete useless variableJulia Lawall2014-01-131-2/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-10-171-1/+1
|\
| * brcmsmac: add support for a BCM4313 with PCI id 0x4313Hauke Mehrtens2013-10-101-1/+1
* | net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-3/+3
|/
* brcmsmac: use bcma PCIe up and down functionsHauke Mehrtens2013-08-261-4/+4
* brcmsmac: add debug info message providing phy and radio infoArend van Spriel2013-08-221-1/+3
* brcmsmac: Further reduce log spam from tx phy messagesJohn Greene2013-07-221-2/+2
* brcmsmac: disable power-save related functionsArend van Spriel2013-06-121-15/+2Star
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-101-2/+2
|\
| * mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan2013-03-251-2/+2
* | brcmsmac: add support for adhoc modeHauke Mehrtens2013-03-271-0/+11
* | brcmsmac: activate AP supportHauke Mehrtens2013-03-271-0/+15
* | brcmsmac: deactivate ucode sending probe responsesHauke Mehrtens2013-03-271-0/+11
* | brcmsmac: add support for probe response templateHauke Mehrtens2013-03-271-84/+28Star
* | brcmsmac: react on changing SSIDHauke Mehrtens2013-03-271-0/+9
* | brcmsmac: add beacon template supportHauke Mehrtens2013-03-271-3/+138
* | brcmsmac: write beacon period to hardwareHauke Mehrtens2013-03-271-0/+10
* | brcmsmac: remove brcms_pub->bcmerrHauke Mehrtens2013-03-271-1/+0Star
* | brcmsmac: remove brcms_bss_cfg->cur_etheraddrHauke Mehrtens2013-03-271-2/+2
* | brcmsmac: remove brcms_bss_cfg->upHauke Mehrtens2013-03-271-5/+5
* | brcmsmac: remove brcms_bss_cfg->enableHauke Mehrtens2013-03-271-3/+2Star
* | brcmsmac: remove brcms_bss_cfg->associatedHauke Mehrtens2013-03-271-9/+3Star
* | brcmsmac: remove brcms_bss_cfg->BSSHauke Mehrtens2013-03-271-14/+9Star
* | brcmsmac: add interface type to brcms_bss_cfgHauke Mehrtens2013-03-271-0/+6
* | brcmsmac: implement ieee80211_ops get_tsf and set_tsfHauke Mehrtens2013-03-271-0/+44
* | brcmsmac: export firmware version to ethtoolHauke Mehrtens2013-03-061-3/+8
|/
* brcmsmac: Remove unnecessary memset castsJoe Perches2013-02-141-13/+10Star
* brcmsmac: Downgrade d11hdrs_mac80211 error messages to warnings.Joe Perches2013-02-141-16/+13Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-141-28/+12Star
|\
| * brcmsmac: rework of mac80211 .flush() callback operationArend van Spriel2013-02-041-12/+3Star
| * brcmsmac: fix tx status processingArend van Spriel2013-01-281-16/+9Star
* | brcmsmac: avoid 512 byte stack variableTim Gardner2013-02-081-1/+7
* | brcmsmac: fix u16 overflow warningTim Gardner2013-02-081-4/+1Star
* | brcmsmac: allow user-space setting of interface addressArend van Spriel2013-01-071-4/+3Star
* | brcmsmac: initialize morepending in brcms_b_recv()Geert Uytterhoeven2013-01-071-1/+1
|/
* brcmsmac: add support for BCM43224 with PCI id of 14e4:a8d8Hauke Mehrtens2012-12-101-2/+3
* brcmsmac: do a read after the write of the objmem on broken PCIe controllersHauke Mehrtens2012-12-101-1/+1
* brcmsmac: add support for cores with revision 17Hauke Mehrtens2012-12-101-3/+3
* brcmsmac: fix bounds checking in tx/rxPiotr Haber2012-11-301-13/+17
* brcmsmac: cleanup in isr codePiotr Haber2012-11-301-12/+6Star
* brcmsmac: handle packet drop during transmit correctlyPiotr Haber2012-11-301-5/+8
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-211-1/+1
|\
| * mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen2012-11-131-1/+1
* | brcmsmac: Remove unused wlc_prio2prec_map and _BRCMS_PREC_* constantsSeth Forshee2012-11-211-27/+0Star
* | brcmsmac: Remove some noisy and uninformative debug messagesSeth Forshee2012-11-201-25/+0Star
* | brcmsmac: Add tracepoint for macintstatusSeth Forshee2012-11-201-4/+4
* | brcmsmac: Improve tx trace and debug supportSeth Forshee2012-11-201-235/+36Star
* | brcmsmac: Add brcms_dbg_dma() debug macroSeth Forshee2012-11-201-6/+4Star
* | brcmsmac: Add brcms_dbg_int() debug macroSeth Forshee2012-11-201-6/+6
* | brcmsmac: Add rx and tx debug macrosSeth Forshee2012-11-201-10/+8Star