aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-25rsi: Add support for 802.11dPrameela Rani Garnepudi4-7/+53
2016-11-25rsi: Add support for antenna selectionPrameela Rani Garnepudi4-0/+117
2016-11-25rsi: Add support for configuring tx powerPrameela Rani Garnepudi4-1/+76
2016-11-25rsi: Add support to filter rx framesPrameela Rani Garnepudi3-1/+59
2016-11-17rsi: Host to device command frame vap_capabilites modified with new field vap statusPrameela Rani Garnepudi3-4/+18
2016-11-17rsi: Fix memory leak in module unloadPrameela Rani Garnepudi1-0/+11
2016-06-14rsi: eliminate superfluous NULL checkHeinrich Schuchardt1-1/+1
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg4-56/+56
2016-04-07rsi: Move variable initialisation into error codeMarkus Elfring1-2/+4
2016-04-07rsi: Delete unnecessary variable initialisationMarkus Elfring1-4/+4
2016-04-07rsi: Delete unnecessary variable initialisationMarkus Elfring1-4/+4
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon1-12/+7
2015-12-30rsi: bool tests do not need comparisonNicholas Mc Guire1-1/+1
2015-12-30rsi: consolidate kmalloc/memset 0 calls to kzallocNicholas Mc Guire1-2/+1
2015-11-18rsi: add vendor Kconfig entryKalle Valo1-0/+15
2015-09-22mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach1-1/+3
2015-08-25rsi: Fix possible leak when loading firmwareChristian Engelmayer2-4/+12
2015-07-31rsi: Fix failure to load firmware after memory leak fix and fix the leakMike Looijmans2-1/+11
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-4/+3
2014-12-24rsi: fix memory leak in rsi_load_ta_instructions()Alexey Khoroshilov1-3/+1
2014-07-01rsi: fix memory leaks and error handling in rsi_91x_usbAlexey Khoroshilov1-20/+38
2014-07-01rsi: GFP_ATOMIC is not needed in rsi_init_usb_interface()Alexey Khoroshilov1-1/+1
2014-06-25rsi: Fixed warnings reported by static code analyzers.Jahnavi Meher1-5/+7
2014-06-25rsi: Fixed errors and warnings reported by static code analyzers.Jahnavi Meher1-2/+3
2014-06-19rsi: Changes for 40MHzJahnavi Meher3-22/+31
2014-06-19rsi: Adding support for host based bgscan.Jahnavi Meher4-12/+160
2014-06-19rsi: Adding support for 5GHzJahnavi Meher3-12/+87
2014-06-19rsi: Sending QoS null packet via the mgmt queue.Jahnavi Meher1-1/+2
2014-06-19rsi: Added debug messages.Jahnavi Meher1-0/+2
2014-06-19rsi: Changed the logic of dequeuing packets from hal queues.Jahnavi Meher2-24/+59
2014-06-19rsi: Changed the SDIO interrupt variables and some clean up.Jahnavi Meher2-7/+9
2014-06-19rsi: Use SGI if configured for fixed rate transmission.Jahnavi Meher2-0/+7
2014-06-19rsi: Lower level debug messages and changed handling of confirm received for rsi_program_bb_rf().Jahnavi Meher1-3/+6
2014-06-19rsi: Changed rate handling.Jahnavi Meher1-19/+16
2014-06-19rsi: Changed the rsi_set_channel() and rsi_program_bb_rf().Jahnavi Meher1-18/+2
2014-06-19rsi: Changed the radio caps frame.Jahnavi Meher2-0/+22
2014-06-19rsi: Add macros for endpoints and set default value of endpoint.Jahnavi Meher2-0/+6
2014-06-19rsi: Using band from rsi_common to fill in ieee80211_rx_statusJahnavi Meher1-4/+1
2014-06-19rsi: Fixed the kernel docJahnavi Meher1-1/+1
2014-06-19rsi: Mapping the debugfs stats to the correct s/w queues.Jahnavi Meher1-5/+5
2014-06-19rsi_91x_sdio: add error handling into rsi_module_init()Alexey Khoroshilov1-2/+4
2014-06-19rsi: Use module_usb_driverAlexey Khoroshilov1-27/+1
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-3/+5
2014-05-29rsi: avoid format string leak to thread nameKees Cook1-1/+1
2014-05-13rsi: Changed the return value to enable BA set-upJahnavi Meher1-0/+1
2014-05-12mmc: drop the speed mode of card's stateSeungwon Jeon1-3/+1
2014-04-30rsi: Changing opcode for sta mode according to changes in firmwareJahnavi Meher2-2/+3
2014-04-14rsi: Fix a potential memory leak in rsi_send_auto_rate_request()Christian Engelmayer1-0/+1
2014-04-14rsi: Fix a potential memory leak in rsi_set_channel()Christian Engelmayer1-10/+10
2014-04-14rsi: Add missing initialization of iiGeert Uytterhoeven1-1/+1