aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmsmac/main.c
AgeCommit message (Expand)Author
2013-06-12brcmsmac: disable power-save related functionsArend van Spriel
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-03-27brcmsmac: add support for adhoc modeHauke Mehrtens
2013-03-27brcmsmac: activate AP supportHauke Mehrtens
2013-03-27brcmsmac: deactivate ucode sending probe responsesHauke Mehrtens
2013-03-27brcmsmac: add support for probe response templateHauke Mehrtens
2013-03-27brcmsmac: react on changing SSIDHauke Mehrtens
2013-03-27brcmsmac: add beacon template supportHauke Mehrtens
2013-03-27brcmsmac: write beacon period to hardwareHauke Mehrtens
2013-03-27brcmsmac: remove brcms_pub->bcmerrHauke Mehrtens
2013-03-27brcmsmac: remove brcms_bss_cfg->cur_etheraddrHauke Mehrtens
2013-03-27brcmsmac: remove brcms_bss_cfg->upHauke Mehrtens
2013-03-27brcmsmac: remove brcms_bss_cfg->enableHauke Mehrtens
2013-03-27brcmsmac: remove brcms_bss_cfg->associatedHauke Mehrtens
2013-03-27brcmsmac: remove brcms_bss_cfg->BSSHauke Mehrtens
2013-03-27brcmsmac: add interface type to brcms_bss_cfgHauke Mehrtens
2013-03-27brcmsmac: implement ieee80211_ops get_tsf and set_tsfHauke Mehrtens
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan
2013-03-06brcmsmac: export firmware version to ethtoolHauke Mehrtens
2013-02-14brcmsmac: Remove unnecessary memset castsJoe Perches
2013-02-14brcmsmac: Downgrade d11hdrs_mac80211 error messages to warnings.Joe Perches
2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-02-08brcmsmac: avoid 512 byte stack variableTim Gardner
2013-02-08brcmsmac: fix u16 overflow warningTim Gardner
2013-02-04brcmsmac: rework of mac80211 .flush() callback operationArend van Spriel
2013-01-28brcmsmac: fix tx status processingArend van Spriel
2013-01-07brcmsmac: allow user-space setting of interface addressArend van Spriel
2013-01-07brcmsmac: initialize morepending in brcms_b_recv()Geert Uytterhoeven
2012-12-10brcmsmac: add support for BCM43224 with PCI id of 14e4:a8d8Hauke Mehrtens
2012-12-10brcmsmac: do a read after the write of the objmem on broken PCIe controllersHauke Mehrtens
2012-12-10brcmsmac: add support for cores with revision 17Hauke Mehrtens
2012-11-30brcmsmac: fix bounds checking in tx/rxPiotr Haber
2012-11-30brcmsmac: cleanup in isr codePiotr Haber
2012-11-30brcmsmac: handle packet drop during transmit correctlyPiotr Haber
2012-11-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2012-11-21brcmsmac: Remove unused wlc_prio2prec_map and _BRCMS_PREC_* constantsSeth Forshee
2012-11-20brcmsmac: Remove some noisy and uninformative debug messagesSeth Forshee
2012-11-20brcmsmac: Add tracepoint for macintstatusSeth Forshee
2012-11-20brcmsmac: Improve tx trace and debug supportSeth Forshee
2012-11-20brcmsmac: Add brcms_dbg_dma() debug macroSeth Forshee
2012-11-20brcmsmac: Add brcms_dbg_int() debug macroSeth Forshee
2012-11-20brcmsmac: Add rx and tx debug macrosSeth Forshee
2012-11-20brcmsmac: Add brcms_dbg_mac80211() debug macroSeth Forshee
2012-11-20brcmsmac: Use debug macros for general error and debug statementsSeth Forshee
2012-11-20brcmsmac: Add module parameter for setting the debug levelSeth Forshee
2012-11-20brcm80211: Convert log message levels to debug levelsSeth Forshee
2012-11-20brcmsmac: Reduce number of entries in tx DMA ringsSeth Forshee
2012-11-20brcmsmac: Remove internal tx queueSeth Forshee
2012-11-20brcmsmac: Use IEEE 802.11 AC levels for pktq precedence levelsSeth Forshee
2012-11-20brcmsmac: Remove unimplemented flow control functionsSeth Forshee