aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rsi (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-09rsi: Fixed issue relating to doing dma on stack error.Fariya Fatima1-7/+19
2014-04-09rsi: Fixed issue relating to index of q_num.Fariya Fatima1-2/+4
2014-04-09rsi: Fixed issue relating to return value.Fariya Fatima1-4/+2
2014-04-09rsi: Fixed issue relating to variable de-referenced before check 'adapter'Fariya Fatima1-2/+3
2014-04-09rsi: Fixed signedness bug reported by static code analyzer.Fariya Fatima1-3/+5
2014-04-09rsi: Potential null pointer derefernce issue fixed.Fariya Fatima1-19/+16
2014-03-31rsi: rsi_91x: misleading debug printkDan Carpenter1-1/+2
2014-03-19rsi: Add pr_fmt,__printf, fix format & arg mismatchJoe Perches3-2/+5
2014-03-18rsi: make rsi_dbg a regular functionJohn W. Linville2-15/+24
2014-03-17rsi: Add RS9113 wireless driverFariya Fatima19-0/+6642