Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-14 | staging: rtl8192e: Pass rtl8192_priv to dm functions | Mike McCormack | 3 | -22/+14 | |
Signed-off-by: Mike McCormack <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | staging: rtl8192e: Pass ieee80211_device to callbacks | Mike McCormack | 11 | -77/+69 | |
Signed-off-by: Mike McCormack <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | staging: rtl8192e: Pass ieee80211_device to callbacks | Mike McCormack | 4 | -17/+16 | |
Signed-off-by: Mike McCormack <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | staging: rtl8192e: Pass ieee80211_device to callbacks | Mike McCormack | 3 | -7/+7 | |
Signed-off-by: Mike McCormack <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | staging: rtl8192e: Pass ieee80211_device to callbacks | Mike McCormack | 9 | -46/+44 | |
Signed-off-by: Mike McCormack <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | staging: rtl8192e: Pass ieee80211_device to callbacks | Mike McCormack | 10 | -60/+62 | |
Signed-off-by: Mike McCormack <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | staging: rtl8192e: Simplify rtl819x_ifcheck_resetornot | Mike McCormack | 1 | -25/+18 | |
Signed-off-by: Mike McCormack <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | staging: rtl8192e: Remove ifdefs and dead code | Mike McCormack | 1 | -59/+3 | |
Signed-off-by: Mike McCormack <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | staging: rtl8192e: Pass priv pointer to proc | Mike McCormack | 1 | -14/+9 | |
Signed-off-by: Mike McCormack <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | staging: rtl8192e: Delete dead code | Mike McCormack | 1 | -318/+4 | |
Signed-off-by: Mike McCormack <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | staging: rtl8192e: Use better loop counter name | Mike McCormack | 1 | -6/+6 | |
Signed-off-by: Mike McCormack <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | staging: rtl8192e: Delete unused struct members | Mike McCormack | 2 | -22/+1 | |
Signed-off-by: Mike McCormack <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | staging: rtl8192e: Store mem_start in priv struct | Mike McCormack | 2 | -23/+17 | |
Signed-off-by: Mike McCormack <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | staging: rtl8192e: Delete commented code | Mike McCormack | 1 | -47/+1 | |
Signed-off-by: Mike McCormack <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | staging: rtl8192e: Remove unused header | Mike McCormack | 1 | -86/+0 | |
Signed-off-by: Mike McCormack <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | staging: crystalhd: fix memory leaks | Alexander Beregalov | 2 | -5/+14 | |
Free resources before exit. Signed-off-by: Alexander Beregalov <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | staging: ste_rmi4: fix memory leaks | Alexander Beregalov | 1 | -1/+3 | |
Free resources before exit. Signed-off-by: Alexander Beregalov <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | staging: brcm80211: fix memory leaks | Alexander Beregalov | 1 | -4/+8 | |
Free resources before exit. Signed-off-by: Alexander Beregalov <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | staging: tidspbridge: protect dmm_map properly | Felipe Contreras | 1 | -5/+14 | |
We need to protect not only the dmm_map list, but the individual map_obj's, otherwise, we might be building the scatter-gather list with garbage. So, use the existing proc_lock for that. I observed race conditions which caused kernel panics while running stress tests, also, Tuomas Kulve found it happening quite often in Gumstix Over. This patch fixes those. Cc: Tuomas Kulve <[email protected]> Signed-off-by: Felipe Contreras <[email protected]> Signed-off-by: Omar Ramirez Luna <[email protected]> Cc: stable <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | Staging: IIO: DAC: AD5624R: Consistency cleanup - no functional changes | Michael Hennerich | 1 | -9/+9 | |
Consistently use indio_dev and access macro for devdata Signed-off-by: Michael Hennerich <[email protected]> Acked-by: Jonathan Cameron <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | IB/qib: Fix M_Key field in SubnGet and SubnGetResp MADs | Mitko Haralanov | 1 | -2/+3 | |
Set the M_Key field in SubnGet and SugnGetResp MADs based on correctly interpreting the protection level specified in the M_KeyProtBits field. Signed-off-by: Mitko Haralanov <[email protected]> Signed-off-by: Mike Marciniszyn <[email protected]> Signed-off-by: Roland Dreier <[email protected]> | |||||
2011-03-14 | IB/qib: Set default LE2 value for active cables to 0 | Mitko Haralanov | 2 | -3/+12 | |
For active and far-EQ cables use an LE2 value of 0 for improved SI. Signed-off-by: Mitko Haralanov <[email protected]> Signed-off-by: Mike Marciniszyn <[email protected]> Signed-off-by: Roland Dreier <[email protected]> | |||||
2011-03-14 | RDMA/cxgb4: Debugfs dump_qp() updates | Steve Wise | 1 | -4/+9 | |
- Show whether the SQ is in onchip memory or not. - Dump both SQ and RQ QIDs. Signed-off-by: Steve Wise <[email protected]> Signed-off-by: Roland Dreier <[email protected]> | |||||
2011-03-14 | RDMA/cxgb4: Dispatch FATAL event on EEH errors | Steve Wise | 1 | -1/+9 | |
This at least kicks the user mode applications that are watching for device events. Signed-off-by: Steve Wise <[email protected]> Signed-off-by: Roland Dreier <[email protected]> | |||||
2011-03-14 | RDMA/cxgb4: Use ULP_MODE_TCPDDP | Steve Wise | 2 | -0/+3 | |
Set the ULP mode for initial RDMA connection setup to the proper DDP mode. This avoids wasting some HW resources while in streaming mode. Signed-off-by: Steve Wise <[email protected]> Signed-off-by: Roland Dreier <[email protected]> | |||||
2011-03-14 | RDMA/cxgb4: Enable on-chip SQ support by default | Steve Wise | 1 | -2/+2 | |
Signed-off-by: Steve Wise <[email protected]> Signed-off-by: Roland Dreier <[email protected]> | |||||
2011-03-14 | RDMA/cxgb4: Do CIDX_INC updates every 1/16 CQ depth CQE reaps | Steve Wise | 1 | -1/+7 | |
This avoids the CIDX_INC overflow issue with T4A2 when running kernel RDMA applications. Signed-off-by: Steve Wise <[email protected]> Signed-off-by: Roland Dreier <[email protected]> | |||||
2011-03-14 | RDMA/cxgb4: Remove db_drop_task | Steve Wise | 2 | -2/+0 | |
Unloading iw_cxgb4 can crash due to the unload code trying to use db_drop_task, which is uninitialized. So remove this dead code. Signed-off-by: Steve Wise <[email protected]> Signed-off-by: Roland Dreier <[email protected]> | |||||
2011-03-14 | RDMA/cxgb4: Turn on delayed ACK | Steve Wise | 1 | -2/+2 | |
Set the default to on. Signed-off-by: Steve Wise <[email protected]> Signed-off-by: Roland Dreier <[email protected]> | |||||
2011-03-14 | ath6kl: remove-typedef HIF_DEVICE | Luis R. Rodriguez | 19 | -168/+168 | |
remove-typedef -s HIF_DEVICE \ "struct hif_device" drivers/staging/ath6kl/ Tested-by: Naveen Singh <[email protected]> Signed-off-by: Luis R. Rodriguez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | ath6kl: remove-typedef AR_SOFTC_T | Luis R. Rodriguez | 11 | -293/+293 | |
remove-typedef -s AR_SOFTC_T \ "struct ar6_softc" drivers/staging/ath6kl/ Tested-by: Naveen Singh <[email protected]> Signed-off-by: Luis R. Rodriguez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | ath6kl: remove-typedef WINDOW_SNAPSHOT | Luis R. Rodriguez | 1 | -3/+4 | |
remove-typedef -s WINDOW_SNAPSHOT \ "struct window_snapshot" drivers/staging/ath6kl/ Tested-by: Naveen Singh <[email protected]> Signed-off-by: Luis R. Rodriguez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | ath6kl: remove-typedef ST_READ_STATUS | Luis R. Rodriguez | 1 | -3/+3 | |
remove-typedef -s ST_READ_STATUS \ "struct st_read_status" drivers/staging/ath6kl/ Tested-by: Naveen Singh <[email protected]> Signed-off-by: Luis R. Rodriguez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | ath6kl: remove-typedef ST_PS_DATA_FORMAT | Luis R. Rodriguez | 1 | -5/+5 | |
remove-typedef -s ST_PS_DATA_FORMAT \ "struct st_ps_data_format" drivers/staging/ath6kl/ Tested-by: Naveen Singh <[email protected]> Signed-off-by: Luis R. Rodriguez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | ath6kl: remove-typedef RXTID_STATS | Luis R. Rodriguez | 2 | -11/+11 | |
remove-typedef -s RXTID_STATS \ "struct rxtid_stats" drivers/staging/ath6kl/ Tested-by: Naveen Singh <[email protected]> Signed-off-by: Luis R. Rodriguez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | ath6kl: remove-typedef RXTID | Luis R. Rodriguez | 2 | -14/+14 | |
remove-typedef -s RXTID \ "struct rxtid" drivers/staging/ath6kl/ Tested-by: Naveen Singh <[email protected]> Signed-off-by: Luis R. Rodriguez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | ath6kl: remove-typedef PSCmdPacket | Luis R. Rodriguez | 3 | -12/+12 | |
remove-typedef -s PSCmdPacket \ "struct ps_cmd_packet" drivers/staging/ath6kl/ Tested-by: Naveen Singh <[email protected]> Signed-off-by: Luis R. Rodriguez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | ath6kl: remove-typedef OSBUF_HOLD_Q | Luis R. Rodriguez | 2 | -6/+6 | |
remove-typedef -s OSBUF_HOLD_Q \ "struct osbuf_hold_q" drivers/staging/ath6kl/ Tested-by: Naveen Singh <[email protected]> Signed-off-by: Luis R. Rodriguez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | ath6kl: remove-typedef HTC_TX_PACKET_INFO | Luis R. Rodriguez | 1 | -3/+3 | |
remove-typedef -s HTC_TX_PACKET_INFO \ "struct htc_tx_packet_info" drivers/staging/ath6kl/ Tested-by: Naveen Singh <[email protected]> Signed-off-by: Luis R. Rodriguez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | ath6kl: remove-typedef HTC_TARGET | Luis R. Rodriguez | 5 | -72/+72 | |
This required two passes: remove-typedef -s _HTC_TARGET \ "struct htc_target" drivers/staging/ath6kl/ remove-typedef -s HTC_TARGET \ "struct htc_target" drivers/staging/ath6kl/ Tested-by: Naveen Singh <[email protected]> Signed-off-by: Luis R. Rodriguez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | ath6kl: remove-typedef HTC_SERVICE_CONNECT_RESP | Luis R. Rodriguez | 5 | -7/+7 | |
remove-typedef -s HTC_SERVICE_CONNECT_RESP \ "struct htc_service_connect_resp" drivers/staging/ath6kl/ Tested-by: Naveen Singh <[email protected]> Signed-off-by: Luis R. Rodriguez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | ath6kl: remove-typedef HTC_SERVICE_CONNECT_REQ | Luis R. Rodriguez | 5 | -8/+8 | |
remove-typedef -s HTC_SERVICE_CONNECT_REQ \ "struct htc_service_connect_req" drivers/staging/ath6kl/ Tested-by: Naveen Singh <[email protected]> Signed-off-by: Luis R. Rodriguez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | ath6kl: remove-typedef HTC_RX_PACKET_INFO | Luis R. Rodriguez | 1 | -3/+3 | |
remove-typedef -s HTC_RX_PACKET_INFO \ "struct htc_rx_packet_info" drivers/staging/ath6kl/ Tested-by: Naveen Singh <[email protected]> Signed-off-by: Luis R. Rodriguez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | ath6kl: remove-typedef HTC_PACKET_QUEUE | Luis R. Rodriguez | 14 | -65/+65 | |
remove-typedef -s HTC_PACKET_QUEUE \ "struct htc_packet_queue" drivers/staging/ath6kl/ Tested-by: Naveen Singh <[email protected]> Signed-off-by: Luis R. Rodriguez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | ath6kl: remove-typedef HTC_PACKET | Luis R. Rodriguez | 21 | -154/+154 | |
This required two passes: remove-typedef -s HTC_PACKET \ "struct htc_packet" drivers/staging/ath6kl/ remove-typedef -s _HTC_PACKET \ "struct htc_packet" drivers/staging/ath6kl/ Tested-by: Naveen Singh <[email protected]> Signed-off-by: Luis R. Rodriguez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | ath6kl: remove-typedef HTC_INIT_INFO | Luis R. Rodriguez | 4 | -7/+7 | |
remove-typedef -s HTC_INIT_INFO \ "struct htc_init_info" drivers/staging/ath6kl/ Tested-by: Naveen Singh <[email protected]> Signed-off-by: Luis R. Rodriguez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | ath6kl: remove-typedef HTC_FRAME_HDR | Luis R. Rodriguez | 4 | -26/+26 | |
remove-typedef -s HTC_FRAME_HDR \ "struct htc_frame_hdr" drivers/staging/ath6kl/ Tested-by: Naveen Singh <[email protected]> Signed-off-by: Luis R. Rodriguez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | ath6kl: remove-typedef HTC_EP_CALLBACKS | Luis R. Rodriguez | 2 | -4/+4 | |
remove-typedef -s HTC_EP_CALLBACKS \ "struct htc_ep_callbacks" drivers/staging/ath6kl/ Tested-by: Naveen Singh <[email protected]> Signed-off-by: Luis R. Rodriguez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | ath6kl: remove-typedef HTC_ENDPOINT_STATS | Luis R. Rodriguez | 4 | -8/+8 | |
remove-typedef -s HTC_ENDPOINT_STATS \ "struct htc_endpoint_stats" drivers/staging/ath6kl/ Tested-by: Naveen Singh <[email protected]> Signed-off-by: Luis R. Rodriguez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-03-14 | ath6kl: remove-typedef HTC_ENDPOINT_CREDIT_DIST | Luis R. Rodriguez | 6 | -30/+30 | |
This required two passes: remove-typedef -s HTC_ENDPOINT_CREDIT_DIST \ "struct htc_endpoint_credit_dist" drivers/staging/ath6kl/ remove-typedef -s _HTC_ENDPOINT_CREDIT_DIST \ "struct htc_endpoint_credit_dist" drivers/staging/ath6kl/ Tested-by: Naveen Singh <[email protected]> Signed-off-by: Luis R. Rodriguez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> |