summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rsi
AgeCommit message (Expand)AuthorLines
2014-12-24rsi: fix memory leak in rsi_load_ta_instructions()Alexey Khoroshilov-3/+1
2014-07-01rsi: fix memory leaks and error handling in rsi_91x_usbAlexey Khoroshilov-20/+38
2014-07-01rsi: GFP_ATOMIC is not needed in rsi_init_usb_interface()Alexey Khoroshilov-1/+1
2014-06-25rsi: Fixed warnings reported by static code analyzers.Jahnavi Meher-5/+7
2014-06-25rsi: Fixed errors and warnings reported by static code analyzers.Jahnavi Meher-2/+3
2014-06-19rsi: Changes for 40MHzJahnavi Meher-22/+31
2014-06-19rsi: Adding support for host based bgscan.Jahnavi Meher-12/+160
2014-06-19rsi: Adding support for 5GHzJahnavi Meher-12/+87
2014-06-19rsi: Sending QoS null packet via the mgmt queue.Jahnavi Meher-1/+2
2014-06-19rsi: Added debug messages.Jahnavi Meher-0/+2
2014-06-19rsi: Changed the logic of dequeuing packets from hal queues.Jahnavi Meher-24/+59
2014-06-19rsi: Changed the SDIO interrupt variables and some clean up.Jahnavi Meher-7/+9
2014-06-19rsi: Use SGI if configured for fixed rate transmission.Jahnavi Meher-0/+7
2014-06-19rsi: Lower level debug messages and changed handling of confirm received for ...Jahnavi Meher-3/+6
2014-06-19rsi: Changed rate handling.Jahnavi Meher-19/+16
2014-06-19rsi: Changed the rsi_set_channel() and rsi_program_bb_rf().Jahnavi Meher-18/+2
2014-06-19rsi: Changed the radio caps frame.Jahnavi Meher-0/+22
2014-06-19rsi: Add macros for endpoints and set default value of endpoint.Jahnavi Meher-0/+6
2014-06-19rsi: Using band from rsi_common to fill in ieee80211_rx_statusJahnavi Meher-4/+1
2014-06-19rsi: Fixed the kernel docJahnavi Meher-1/+1
2014-06-19rsi: Mapping the debugfs stats to the correct s/w queues.Jahnavi Meher-5/+5
2014-06-19rsi_91x_sdio: add error handling into rsi_module_init()Alexey Khoroshilov-2/+4
2014-06-19rsi: Use module_usb_driverAlexey Khoroshilov-27/+1
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-3/+5
2014-05-29rsi: avoid format string leak to thread nameKees Cook-1/+1
2014-05-13rsi: Changed the return value to enable BA set-upJahnavi Meher-0/+1
2014-05-12mmc: drop the speed mode of card's stateSeungwon Jeon-3/+1
2014-04-30rsi: Changing opcode for sta mode according to changes in firmwareJahnavi Meher-2/+3
2014-04-14rsi: Fix a potential memory leak in rsi_send_auto_rate_request()Christian Engelmayer-0/+1
2014-04-14rsi: Fix a potential memory leak in rsi_set_channel()Christian Engelmayer-10/+10
2014-04-14rsi: Add missing initialization of iiGeert Uytterhoeven-1/+1
2014-04-09rsi: Fixed issue relating to doing dma on stack error.Fariya Fatima-7/+19
2014-04-09rsi: Fixed issue relating to index of q_num.Fariya Fatima-2/+4
2014-04-09rsi: Fixed issue relating to return value.Fariya Fatima-4/+2
2014-04-09rsi: Fixed issue relating to variable de-referenced before check 'adapter'Fariya Fatima-2/+3
2014-04-09rsi: Fixed signedness bug reported by static code analyzer.Fariya Fatima-3/+5
2014-04-09rsi: Potential null pointer derefernce issue fixed.Fariya Fatima-19/+16
2014-03-31rsi: rsi_91x: misleading debug printkDan Carpenter-1/+2
2014-03-19rsi: Add pr_fmt,__printf, fix format & arg mismatchJoe Perches-2/+5
2014-03-18rsi: make rsi_dbg a regular functionJohn W. Linville-15/+24
2014-03-17rsi: Add RS9113 wireless driverFariya Fatima-0/+6642